Skip to content

Commit

Permalink
Add addresses 1.3.0 for chain SWELL_NETWORK (#1463)
Browse files Browse the repository at this point in the history
* Add new chain 1923

* Add new explorer client URL: https://explorer.swellnetwork.io/api/v1/graphql

* Add new master copy address 0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552

* Add new master copy address 0x3E5c63644E683549055b9Be8653de26E0B4CD36E

* Add new proxy address 0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 4, 2024
1 parent 676831f commit 7feb42c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions safe_eth/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ class BlockscoutClient:
EthereumNetwork.SWELL_NETWORK_TESTNET: "https://swell-testnet-explorer.alt.technology/api/v1/graphql",
EthereumNetwork.PLUME_DEVNET: "https://test-explorer.plumenetwork.xyz/api/v1/graphql",
EthereumNetwork.PLUME_MAINNET: "https://phoenix-explorer.plumenetwork.xyz/api/v1/graphql",
EthereumNetwork.SWELL_NETWORK: "https://explorer.swellnetwork.io/api/v1/graphql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
1 change: 1 addition & 0 deletions safe_eth/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ class EthereumNetwork(Enum):
SCALIND = 1911
RUBY_SMART_CHAIN_TESTNET = 1912
UPB_CRESCDI_TESTNET = 1918
SWELL_NETWORK = 1923
SWELL_NETWORK_TESTNET = 1924
ONUS_CHAIN_TESTNET = 1945
MINATO = 1946
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 @@ -1979,6 +1979,10 @@
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 52581, "1.4.1"), # v1.4.1
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 52582, "1.4.1+L2"), # v1.4.1+L2
],
EthereumNetwork.SWELL_NETWORK: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 261408, "1.3.0"), # v1.3.0
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 261401, "1.3.0+L2"), # v1.3.0+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2973,4 +2977,7 @@
EthereumNetwork.PLUME_MAINNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 52573), # v1.4.1
],
EthereumNetwork.SWELL_NETWORK: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 261351), # v1.3.0
],
}

0 comments on commit 7feb42c

Please sign in to comment.