Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain SHAPE_SEPOLIA_TESTNET (#1369)
Browse files Browse the repository at this point in the history
* Add new explorer client URL: https://explorer-sepolia.shape.network

* Add new explorer client URL: https://explorer-sepolia.shape.network

* Add new proxy address 0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC

* Add master copies addresses

---------

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 Oct 8, 2024
1 parent 4cdd289 commit 23dc388
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions safe_eth/eth/clients/etherscan_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class EtherscanClient:
EthereumNetwork.Q_TESTNET: "https://explorer.qtestnet.org",
EthereumNetwork.ARTELA_TESTNET: "https://betanet-scan.artela.network",
EthereumNetwork.EOS_EVM_NETWORK: "https://explorer.evm.eosnetwork.com",
EthereumNetwork.SHAPE_SEPOLIA_TESTNET: "https://explorer-sepolia.shape.network",
}

NETWORK_WITH_API_URL = {
Expand Down Expand Up @@ -280,6 +281,7 @@ class EtherscanClient:
EthereumNetwork.Q_TESTNET: "https://explorer.qtestnet.org",
EthereumNetwork.ARTELA_TESTNET: "https://betanet-scan.artela.network",
EthereumNetwork.EOS_EVM_NETWORK: "https://explorer.evm.eosnetwork.com",
EthereumNetwork.SHAPE_SEPOLIA_TESTNET: "https://explorer-sepolia.shape.network",
}
HTTP_HEADERS: MutableMapping[str, Union[str, bytes]] = {
"User-Agent": "curl/7.77.0",
Expand Down
7 changes: 7 additions & 0 deletions safe_eth/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,10 @@
"1.3.0+L2",
), # v1.3.0+L2
],
EthereumNetwork.SHAPE_SEPOLIA_TESTNET: [
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 0, "1.3.0"), # v1.3.0
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 0, "1.3.0+L2"), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2769,4 +2773,7 @@
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 14783667), # v1.4.1
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 14907808), # v1.3.0
],
EthereumNetwork.SHAPE_SEPOLIA_TESTNET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 2572133), # v1.3.0
],
}

0 comments on commit 23dc388

Please sign in to comment.