Skip to content

Commit

Permalink
Add addresses 1.4.1 for chain PLUME_MAINNET (#1457)
Browse files Browse the repository at this point in the history
* Add new chain 98865

* Add new explorer client URL: https://phoenix-explorer.plumenetwork.xyz/api/v1/graphql

* 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>
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
1 parent 75225bf commit 8f826f0
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 @@ -146,6 +146,7 @@ class BlockscoutClient:
EthereumNetwork.STORY_ODYSSEY_TESTNET: "https://odyssey-testnet-explorer.storyscan.xyz/api/v1/graphql",
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",
}

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 @@ -1419,6 +1419,7 @@ class EthereumNetwork(Enum):
GREEN_CHAIN_TESTNET = 97531
OPTIMUSZ7_TESTNET = 97970
PLUME_DEVNET = 98864
PLUME_MAINNET = 98865
EBI_CHAIN = 98881
ELIBERTY_TESTNET = 99099
UB_SMART_CHAIN_TESTNET = 99998
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 @@ -1975,6 +1975,10 @@
"1.4.1+L2",
), # v1.4.1+L2
],
EthereumNetwork.PLUME_MAINNET: [
("0x41675C099F32341bf84BFc5382aF534df5C7461a", 52581, "1.4.1"), # v1.4.1
("0x29fcB43b46531BcA003ddC8FCB67FFE91900C762", 52582, "1.4.1+L2"), # v1.4.1+L2
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -2966,4 +2970,7 @@
EthereumNetwork.PLUME_DEVNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 5167616), # v1.4.1
],
EthereumNetwork.PLUME_MAINNET: [
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 52573), # v1.4.1
],
}

0 comments on commit 8f826f0

Please sign in to comment.