Skip to content

Commit

Permalink
Add Mode Mainnet 1.3.0 contracts (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisKrop authored Jan 24, 2024
1 parent 0a1358a commit 3329903
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -84,6 +84,7 @@ class BlockscoutClient:
EthereumNetwork.ZORA: "https://explorer.mode.network/graphiql",
EthereumNetwork.HAQQ_NETWORK: "https://explorer.haqq.network/graphiql",
EthereumNetwork.HAQQ_CHAIN_TESTNET: "https://explorer.testedge2.haqq.network/graphiql",
EthereumNetwork.MODE: "https://explorer.mode.network/graphiql",
}

def __init__(self, network: EthereumNetwork):
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 1514959, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 1514966, "1.3.0"),
],
EthereumNetwork.MODE: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 2610515, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 2610520, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -1099,4 +1103,7 @@
("0x4e1DCf7AD4e460CfD30791CCC4F9c8a4f820ec67", 7031865), # v1.4.1
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 1514954), # v1.3.0
],
EthereumNetwork.MODE: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 2610484), # v1.3.0
],
}

0 comments on commit 3329903

Please sign in to comment.