Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain DODOCHAIN_TESTNET (#1200)
Browse files Browse the repository at this point in the history
* Add new chain 53457

* Add new explorer client URL: https://testnet-scan.dodochain.com/api/v1/graphql

* Add new master copy address 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552

* Add new master copy address 0x3E5c63644E683549055b9Be8653de26E0B4CD36E

* Add new proxy address 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 4, 2024
1 parent 62287ef commit d420648
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class BlockscoutClient:
EthereumNetwork.LISK: "https://blockscout.lisk.com/api/v1/graphql",
EthereumNetwork.OPEN_CAMPUS_CODEX: "https://opencampus-codex.blockscout.com/api/v1/graphql",
EthereumNetwork.LORENZO: "https://scan.lorenzo-protocol.xyz/api/v1/graphql",
EthereumNetwork.DODOCHAIN_TESTNET: "https://testnet-scan.dodochain.com/api/v1/graphql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
1 change: 1 addition & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@ class EthereumNetwork(Enum):
LUMOZ_TESTNET_ALPHA = 51178
SARDIS_MAINNET = 51712
ELECTRONEUM_MAINNET = 52014
DODOCHAIN_TESTNET = 53457
DFK_CHAIN = 53935
HAQQ_CHAIN_TESTNET = 54211
TORONET_TESTNET = 54321
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1567,6 +1567,10 @@
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.DODOCHAIN_TESTNET: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 1649, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 1648, "1.3.0+L2"), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2353,4 +2357,7 @@
EthereumNetwork.F_XCORE_MAINNET_NETWORK: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 16088791), # v1.4.1
],
EthereumNetwork.DODOCHAIN_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 1641), # v1.3.0
],
}

0 comments on commit d420648

Please sign in to comment.