Skip to content

Commit

Permalink
Add linea mainnet network (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
msvstj authored Aug 8, 2023
1 parent e582751 commit 5edbb25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ class EthereumNetwork(Enum):
REI_CHAIN_TESTNET = 55556
BOBA_BNB_MAINNET = 56288
LINEA_TESTNET = 59140
LINEA = 59144
THINKIUM_TESTNET_CHAIN_0 = 60000
THINKIUM_TESTNET_CHAIN_1 = 60001
THINKIUM_TESTNET_CHAIN_2 = 60002
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,10 @@
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 18176819, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 18176820, "1.3.0"),
],
EthereumNetwork.LINEA: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 17, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 18, "1.3.0"),
],
}

PROXY_FACTORIES: Dict[EthereumNetwork, List[Tuple[str, int]]] = {
Expand Down Expand Up @@ -900,4 +904,7 @@
EthereumNetwork.EDGEWARE_MAINNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 18176812), # v1.3.0
],
EthereumNetwork.LINEA: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 10), # v1.3.0
],
}

0 comments on commit 5edbb25

Please sign in to comment.