-
Notifications
You must be signed in to change notification settings - Fork 311
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
Different proxy factory for Optimism Goerli #163
Comments
It is not an error, they used different deterministic deployment proxy ( singleton-factory ) to create them. that's the reason for have two different addresses. |
@0xslipk related your question safe-global/safe-smart-account#460 |
If I want to use the same safe address on all networks, this can't be done, that's so bad ): |
Awesome thank you 🙏 |
I actually did, so It can be done. 😬 |
How did you do that ? I have used the safe sdk to predict safe address with same owners same threshold and same salt, but the address of optimistic chain is different with others (ethereum polygon bsc arbitrum are the same).
I found the proxy factory address on optimistic is different |
Hello guys,
I am trying to predict the safe address with
create2
for a cross-chain Safe for goerli, mumbai, optimism-goerli, aurora-testnet, arbitrum-goerli, avalanche-fuji and binance-testnet. The problem is that I am using the proxy factory address as first parameter for getCreate2Address, butoptimism-goerli
on proxy_factory.json has different address that for example goerli. is this an error or correct?.I am asking, because I can found the goerli address on optimism-goerli.
Thank you in advance.
The text was updated successfully, but these errors were encountered: