Skip to content

Commit 7a38c88

Browse files
Add addresses 1.4.1 for chain ETHERLINK_SHADOWNET_TESTNET (#2132)
* Add new chain 127823 * Add new explorer client URL: https://shadownet.explorer.etherlink.com/api/v2 * Add new master copy address 0x41675C099F32341bf84BFc5382aF534df5C7461a * Add new master copy address 0x29fcB43b46531BcA003ddC8FCB67FFE91900C762 * Add new proxy address 0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b85e494 commit 7a38c88

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

safe_eth/eth/clients/blockscout_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ class BlockscoutClient:
136136
EthereumNetwork.ZETACHAIN_MAINNET: "https://zetascan.com/api/v2/",
137137
EthereumNetwork.ETHEREAL_TESTNET: "https://explorer-ethereal-testnet-0.t.conduit.xyz/api/v2",
138138
EthereumNetwork.ZETACHAIN_TESTNET: "https://testnet.zetascan.com/api/v2/",
139+
EthereumNetwork.ETHERLINK_SHADOWNET_TESTNET: "https://shadownet.explorer.etherlink.com/api/v2",
139140
}
140141

141142
def __init__(

safe_eth/eth/ethereum_network.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,6 +1721,7 @@ class EthereumNetwork(Enum):
17211721
GEMCHAIN = 123321
17221722
ADIL_DEVNET = 123456
17231723
MITOSIS_TESTNET = 124832
1724+
ETHERLINK_SHADOWNET_TESTNET = 127823
17241725
ETHERLINK_TESTNET = 128123
17251726
ODYSSEY_CHAIN_TESTNET = 131313
17261727
ETND_CHAIN_MAINNETS = 131419

safe_eth/safe/addresses.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3224,6 +3224,10 @@
32243224
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 648576, "1.4.1"), # v1.4.1
32253225
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 648577, "1.4.1+L2"), # v1.4.1+L2
32263226
],
3227+
EthereumNetwork.ETHERLINK_SHADOWNET_TESTNET: [
3228+
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 928471, "1.4.1"), # v1.4.1
3229+
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 928473, "1.4.1+L2"), # v1.4.1+L2
3230+
],
32273231
}
32283232

32293233
PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
@@ -4605,6 +4609,9 @@
46054609
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 652480), # v1.3.0
46064610
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 648567), # v1.4.1
46074611
],
4612+
EthereumNetwork.ETHERLINK_SHADOWNET_TESTNET: [
4613+
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 928461), # v1.4.1
4614+
],
46084615
}
46094616

46104617

0 commit comments

Comments
 (0)