-
Notifications
You must be signed in to change notification settings - Fork 195
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 PGN Mainnet+Testnet and Arthera Testnet 1.3.0 L2 contracts #682
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
372c93e
to
52cff61
Compare
@@ -595,6 +595,12 @@ | |||
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 2362236, "1.3.0+L2"), | |||
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 2362238, "1.3.0"), | |||
], | |||
EthereumNetwork.PGN_MAINNET: [ | |||
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 344345, "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.
1.3.0 contract was not deployed there? 0x3E5c63644E683549055b9Be8653de26E0B4CD36E
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.
I've followed the README instructions, and from what I understood I should only fill 1.3.0 L2 version contract address and not 1.3.0 contract address.
So it seems I misunderstood, I will add the 1.3.0 contract address too.
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.
@moisses89 added 1.3.0 contract
gnosis/eth/ethereum_network.py
Outdated
@@ -736,6 +736,9 @@ class EthereumNetwork(Enum): | |||
ZENIQ = 383414847825 | |||
PDC_MAINNET = 666301171999 | |||
MOLEREUM_NETWORK = 6022140761023 | |||
PGN_MAINNET = 424 | |||
PGN_TESTNET = 58008 | |||
ARTHERA_TESTNET = 10243 |
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.
This should be sorted by chain_id.
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.
@moisses89 sorted by chain_id
I have read the CLA Document and I hereby sign the CLA |
Changes fixed. Please review @moisses89 |
This PR should be merged first safe-global/safe-deployments#329 |
For PGN testnet 1.3.0 deployment
cf69716
to
413fb4f
Compare
Please add PGN Mainnet+Testnet and Arthera Testnet based on:
safe-global/safe-deployments#315 done by @Sodew for PGN
safe-global/safe-deployments#329 in review for Arthera
Thank you!