-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
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
feat: add new networks and clients #662
feat: add new networks and clients #662
Conversation
8700b2a
to
b6a0127
Compare
Hello guys! Please take a look at this PR whenever you can 🙏 |
Please let us know when safe-deployments related PRs are merged, but taking a look I see that for some networks you are not using the official expected addreses using the Safe singleton factory deployer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not a heavy request but if the block is wrongly configured you can lose Safes if there were any Safe created previously to that block.
@@ -595,6 +595,14 @@ | |||
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 2362236, "1.3.0+L2"), | |||
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 2362238, "1.3.0"), | |||
], | |||
EthereumNetwork.ZETACHAIN_ATHENS_TESTNET: [ | |||
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 1962980, "1.3.0+L2"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nick8319 I couldn't verify the deploy block using the blockexplorer https://zetachain-athens-3.blockscout.com/address/0xfb1bffC9d739B8D520DaF37dF666da4C687191EA
How do you get this block?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @moisses89, unfortunately Blockscout doesn't index internal transactions on Zetachain Testnet that's why it doesn't recognize safe-contracts
as contracts. But I have transaction hashes saved during safe-contracts
deployment. Here they are:
GnosisSafe
: https://zetachain-athens-3.blockscout.com/tx/0x614a1428afd37470db6836abe53f191b3cc4470fd08212e0b3706166fcc24b44?tab=index
GnosisSafeL2
: https://zetachain-athens-3.blockscout.com/tx/0x2934f55bae338f3af78fd2f86d98b42fd82f517feb9008b99837aaa4237b66e2?tab=index
GnosisSafeProxyFactory
: https://zetachain-athens-3.blockscout.com/tx/0xfc3ba1aea3dd297d63172c4429bc59a47f6ddb0a1525ac156a6e83b8d6734cb9?tab=index
Pull request contains:
Master Copies and Proxy Factories for 2 networks(feat: add Scroll Mainnet and Zetachain Athens Testnet safe-deployments#304):
addition of Blockscout clients for:
addition of Etherscan clients for: