Skip to content

Commit

Permalink
Update safe-core-sdk/protocol-kit/reference/migrating/v1.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tanay Pant <[email protected]>
  • Loading branch information
dasanra and tanay1337 authored Nov 29, 2023
1 parent 7bcdec4 commit 74d0a40
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 @@ -60,7 +60,7 @@ Type changes are affecting the web3 and ethers adapter libraries.

`getSafeContract`, `getMultisendContract`, `getMultisendCallOnlyContract`, `getCompatibilityFallbackHandlerContract`, `getSafeProxyFactoryContract`, `getSignMessageLibContract` and `getCreateCallContract` don't need the `chainId` parameter anymore, they will use the chain set on the provider. Also, they return a `Promise` now.

`estimateGas` returns now a `string` instead of a `number`
`estimateGas` now returns a `string` instead of a `number`.

## `safeFactory.deploySafe()`

Expand Down

0 comments on commit 74d0a40

Please sign in to comment.