Skip to content

Commit

Permalink
Add new chain SHIMMEREVM 148 addresses (#874)
Browse files Browse the repository at this point in the history
* Add new explorer client URL: https://explorer.evm.shimmer.network/

* Add new master copy address 0x69f4D1788e39c87893C980c06EdF4b7f686e2938

* Add new proxy address 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

* Fix blockscout client url

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Felipe Alvarado <[email protected]>
  • Loading branch information
github-actions[bot] and falvaradorodriguez authored Apr 2, 2024
1 parent 9153c92 commit 6381f8b
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -97,6 +97,7 @@ class BlockscoutClient:
EthereumNetwork.REYA_NETWORK: "https://explorer.reya.network/graphiql",
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",
}

def __init__(self, network: EthereumNetwork):
Expand Down
6 changes: 6 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,9 @@
EthereumNetwork.STRATIS_MAINNET: [
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 106947, "1.4.1+L2"), # v1.4.1+L2
],
EthereumNetwork.SHIMMEREVM: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 155333, "1.3.0"), # v1.3.0
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1470,4 +1473,7 @@
EthereumNetwork.STRATIS_MAINNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 106940), # v1.4.1
],
EthereumNetwork.SHIMMEREVM: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 155079), # v1.3.0
],
}

0 comments on commit 6381f8b

Please sign in to comment.