Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Nov 29, 2023
1 parent c189a74 commit 3e4abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe-core-sdk/protocol-kit/reference/migrating/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ const safeAddress = await protocolKit.getAddress()

## General types changes

If you set `safeTxGas`, `baseGas`, and `gasPrice` you must use type `string` instead of `number`.
If you set `safeTxGas`, `baseGas`, or `gasPrice` you must use type `string` instead of `number`.

0 comments on commit 3e4abbe

Please sign in to comment.