Skip to content

Commit

Permalink
docs: update sdk links
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 27, 2024
1 parent e910a7f commit b3bc3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/tutorials/native-aa-multisig/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,8 +964,8 @@ export default async function (hre: HardhatRuntimeEnvironment) {
::callout{icon="i-heroicons-light-bulb"}
ZKsync has different address derivation rules from Ethereum.
Always use the [`createAddress`](https://sdk.zksync.io/js/ethers/api/v6/utilities/utils#createaddress)
and [`create2Address`](https://sdk.zksync.io/js/ethers/api/v6/utilities/utils#create2address) utility functions of the `zksync-ethers` SDK.
Always use the [`createAddress`](https://sdk.zksync.io/js/ethers/api/v6/utilities#createaddress)
and [`create2Address`](https://sdk.zksync.io/js/ethers/api/v6/utilities#create2address) utility functions of the `zksync-ethers` SDK.
Read the documentation for more information on [address derivation differences between Ethereum and ZKsync](https://docs.zksync.io/build/developer-reference/ethereum-differences/evm-instructions#address-derivation).
::
Expand Down

0 comments on commit b3bc3ba

Please sign in to comment.