Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain NAL_SEPOLIA_TESTNET (#1264)
Browse files Browse the repository at this point in the history
* Add new chain 328527624

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

* Add new master copy address 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552

* Add new master copy address 0x3E5c63644E683549055b9Be8653de26E0B4CD36E

* Add new proxy address 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2

* Apply linter fixes

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 5, 2024
1 parent c574d1a commit 52144c3
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -127,6 +127,7 @@ class BlockscoutClient:
EthereumNetwork.SONGBIRD_CANARY_NETWORK: "https://songbird-explorer.flare.network/graphiql",
EthereumNetwork.SONGBIRD_TESTNET_COSTON: "https://coston-explorer.flare.network/graphiql",
EthereumNetwork.FLARE_TESTNET_COSTON2: "https://coston2-explorer.flare.network/graphiql",
EthereumNetwork.NAL_SEPOLIA_TESTNET: "https://testnet-scan.nal.network/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 @@ -1226,6 +1226,7 @@ class EthereumNetwork(Enum):
NEON_EVM_TESTNET = 245022940
RAZOR_SKALE_CHAIN = 278611351
ONELEDGER_MAINNET = 311752642
NAL_SEPOLIA_TESTNET = 328527624
MELD = 333000333
SKALE_CALYPSO_HUB_TESTNET = 344106930
GATHER_TESTNET_NETWORK = 356256156
Expand Down
11 changes: 11 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,14 @@
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 3541, "1.3.0"), # v1.3.0
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 10423623, "1.4.1"), # v1.4.1
],
EthereumNetwork.NAL_SEPOLIA_TESTNET: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 2074612, "1.3.0"), # v1.3.0
(
"0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
2074608,
"1.3.0+L2",
), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2479,4 +2487,7 @@
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 3526), # v1.3.0
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 10423552), # v1.4.1
],
EthereumNetwork.NAL_SEPOLIA_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 2074580), # v1.3.0
],
}

0 comments on commit 52144c3

Please sign in to comment.