Skip to content

Commit

Permalink
Add Beam and Beam Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
federava committed Feb 12, 2024
1 parent 5681a29 commit 386ff7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ class EthereumNetwork(Enum):
AIOZ_NETWORK_TESTNET = 4102
PHI_NETWORK_V1 = 4181
BOBAFUJI_TESTNET = 4328
BEAM = 4337
HTMLCOIN_MAINNET = 4444
IOTEX_NETWORK_MAINNET = 4689
IOTEX_NETWORK_TESTNET = 4690
Expand Down Expand Up @@ -493,6 +494,7 @@ class EthereumNetwork(Enum):
STEP_TESTNET = 12345
SPS = 13000
CREDIT_SMARTCHAIN_MAINNET = 13308
BEAM_TESTNET = 13337
PHOENIX_MAINNET = 13381
SUSONO = 13812
SPS_TESTNET = 14000
Expand Down
14 changes: 14 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,14 @@
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 2362236, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 2362238, "1.3.0"),
],
EthereumNetwork.BEAM: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 27629, "1.3.0"),
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 27628, "1.3.0+L2"),
],
EthereumNetwork.BEAM_TESTNET: [
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 85332, "1.3.0"),
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 85331, "1.3.0+L2"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -990,4 +998,10 @@
EthereumNetwork.RSK_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 2362232), # v1.3.0
],
EthereumNetwork.BEAM: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 27621), # v1.3.0
],
EthereumNetwork.BEAM_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 85318), # v1.3.0
],
}

0 comments on commit 386ff7f

Please sign in to comment.