Skip to content

Commit

Permalink
Add Crossbell chain (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
iavl committed Mar 29, 2023
1 parent 22af9c4 commit 1740539
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
Expand Up @@ -58,6 +58,7 @@ class BlockscoutClient:
EthereumNetwork.ARBITRUM_ONE: "https://explorer.arbitrum.io",
EthereumNetwork.ARBITRUM_NOVA: "https://nova-explorer.arbitrum.io",
EthereumNetwork.ARBITRUM_GOERLI: "https://goerli-rollup-explorer.arbitrum.io",
EthereumNetwork.CROSSBELL: "https://scan.crossbell.io",
}

def __init__(self, network: EthereumNetwork):
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Expand Up @@ -260,6 +260,10 @@
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 2116303, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 2116307, "1.3.0"),
],
EthereumNetwork.CROSSBELL: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 28314790, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 28314796, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -450,4 +454,7 @@
EthereumNetwork.KAVA_EVM: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 2116356), # v1.3.0
],
EthereumNetwork.CROSSBELL: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 28314747), # v1.3.0
],
}

0 comments on commit 1740539

Please sign in to comment.