We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const ZKSYNC_TESTNET = 280n
const ZKSYNC_TESTNET = 300n
{ chainId: 300n, shortName: 'ogn' },
{ chainId: 300n, shortName: 'zksync-sepolia' },
Can't use sdk to deploy a Safe multisig wallet on zkSync Sepolia Testnet via create2
The text was updated successfully, but these errors were encountered:
Depending on these two issues
safe-global/safe-deployments#686 safe-global/safe-deployments#838
Sorry, something went wrong.
Update address for chain id 300 (#899)
52fe9fa
Fixes: #686 Fixes: safe-global/safe-core-sdk#1044 Changes in PR: - Fixes addresses for chain id 300 which is zksync testnet.
dasanra
Successfully merging a pull request may close this issue.
Description
const ZKSYNC_TESTNET = 280n
const ZKSYNC_TESTNET = 300n
{ chainId: 300n, shortName: 'ogn' },
{ chainId: 300n, shortName: 'zksync-sepolia' },
Additional context
Can't use sdk to deploy a Safe multisig wallet on zkSync Sepolia Testnet via create2
The text was updated successfully, but these errors were encountered: