Skip to content

Commit

Permalink
refactor: rename LINEA_GOERLI_TESTNET to LINEA_TESTNET
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisKrop committed Jul 3, 2023
1 parent 176c228 commit dfe15ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ class EthereumNetwork(Enum):
REI_CHAIN_MAINNET = 55555
REI_CHAIN_TESTNET = 55556
BOBA_BNB_MAINNET = 56288
LINEA_GOERLI_TESTNET = 59140
LINEA_TESTNET = 59140
THINKIUM_TESTNET_CHAIN_0 = 60000
THINKIUM_TESTNET_CHAIN_1 = 60001
THINKIUM_TESTNET_CHAIN_2 = 60002
Expand Down
4 changes: 2 additions & 2 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
("0xfb1bffC9d739B8D520DaF37dF666da4C687191EA", 727470, "1.3.0+L2"),
("0x69f4D1788e39c87893C980c06EdF4b7f686e2938", 727472, "1.3.0"),
],
EthereumNetwork.LINEA_GOERLI_TESTNET: [
EthereumNetwork.LINEA_TESTNET: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 363132, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 363135, "1.3.0"),
],
Expand Down Expand Up @@ -787,7 +787,7 @@
EthereumNetwork.TENET: [
("0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC", 727457), # v1.3.0
],
EthereumNetwork.LINEA_GOERLI_TESTNET: [
EthereumNetwork.LINEA_TESTNET: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 363118), # v1.3.0
],
}

0 comments on commit dfe15ae

Please sign in to comment.