Skip to content

Commit

Permalink
Add new chain IOTA_EVM 8822 addresses (#878)
Browse files Browse the repository at this point in the history
* Add new chain 8822

* Add new explorer client URL: https://iota-evm.blockscout.com/graphiql

* Add new master copy address 0x69f4D1788e39c87893C980c06EdF4b7f686e2938

* Add new proxy address 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 5, 2024
1 parent fc1e148 commit 529e257
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -98,6 +98,7 @@ class BlockscoutClient:
EthereumNetwork.AURORIA_TESTNET: "https://auroria.explorer.stratisevm.com/graphiql",
EthereumNetwork.STRATIS_MAINNET: "https://explorer.stratisevm.com/graphiql",
EthereumNetwork.SHIMMEREVM: "https://explorer.evm.shimmer.network/graphiql",
EthereumNetwork.IOTA_EVM: "https://iota-evm.blockscout.com/graphiql",
}

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 @@ -730,6 +730,7 @@ class EthereumNetwork(Enum):
STORAGECHAIN_TESTNET = 8727
ALPH_NETWORK = 8738
TMY_CHAIN = 8768
IOTA_EVM = 8822
MARO_BLOCKCHAIN_MAINNET = 8848
UNIQUE = 8880
QUARTZ_BY_UNIQUE = 8881
Expand Down
6 changes: 6 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,9 @@
EthereumNetwork.SHIMMEREVM: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 155333, "1.3.0"), # v1.3.0
],
EthereumNetwork.IOTA_EVM: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 13225, "1.3.0"), # v1.3.0
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1476,4 +1479,7 @@
EthereumNetwork.SHIMMEREVM: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 155079), # v1.3.0
],
EthereumNetwork.IOTA_EVM: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 13212), # v1.3.0
],
}

0 comments on commit 529e257

Please sign in to comment.