Skip to content

Commit

Permalink
Add Manta Pacific contract and client data (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
msvstj authored Jan 13, 2024
1 parent 6f6b8a7 commit 17fa076
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -78,6 +78,7 @@ class BlockscoutClient:
EthereumNetwork.PGN_MAINNET: "https://explorer.publicgoods.network/graphiql",
EthereumNetwork.PGN_TESTNET: "https://explorer.sepolia.publicgoods.network/graphiql",
EthereumNetwork.ARTHERA_TESTNET: "https://explorer-test.arthera.net/graphiql",
EthereumNetwork.MANTA_PACIFIC_MAINNET: "https://pacific-explorer.manta.network/graphiql",
}

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 @@ -140,6 +140,7 @@ class EthereumNetwork(Enum):
LIGHTSTREAMS_TESTNET = 162
LIGHTSTREAMS_MAINNET = 163
AIOZ_NETWORK = 168
MANTA_PACIFIC_MAINNET = 169
HOO_SMART_CHAIN_TESTNET = 170
LATAM_BLOCKCHAIN_RESIL_TESTNET = 172
AME_CHAIN_MAINNET = 180
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,10 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 119967, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 119968, "1.3.0"),
],
EthereumNetwork.MANTA_PACIFIC_MAINNET: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 338471, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 338472, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1084,4 +1088,7 @@
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 4186337), # v1.4.1
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 119959), # v1.3.0
],
EthereumNetwork.MANTA_PACIFIC_MAINNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 338464), # v1.3.0
],
}

0 comments on commit 17fa076

Please sign in to comment.