Skip to content

Commit

Permalink
Update AURORA to AURORA_MAINNET
Browse files Browse the repository at this point in the history
Rever ganache chain
  • Loading branch information
moisses89 committed Feb 1, 2023
1 parent 5b8d77e commit 1b08f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class EthereumNetwork(Enum):
ALYX_MAINNET = 1314
AITD_MAINNET = 1319
AITD_TESTNET = 1320
GETH_TESTNET = 1337
GANACHE = 1337
CIC_CHAIN_MAINNET = 1353
POLYGON_ZKEVM_TESTNET = 1402
CTEX_SCAN_BLOCKCHAIN = 1455
Expand Down Expand Up @@ -411,7 +411,6 @@ class EthereumNetwork(Enum):
NAHMII_TESTNET = 5553
CHAIN_VERSE_MAINNET = 5555
SYSCOIN_TANENBAUM_TESTNET = 5700
GANACHE = 5777
ONTOLOGY_TESTNET = 5851
WEGOCHAIN_RUBIDIUM_MAINNET = 5869
TRES_TESTNET = 6065
Expand Down
2 changes: 1 addition & 1 deletion gnosis/safe/api/transaction_service_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class TransactionServiceApi(SafeBaseAPI):
URL_BY_NETWORK = {
EthereumNetwork.ARBITRUM_ONE: "https://safe-transaction-arbitrum.safe.global",
EthereumNetwork.AURORA: "https://safe-transaction-aurora.safe.global",
EthereumNetwork.AURORA_MAINNET: "https://safe-transaction-aurora.safe.global",
EthereumNetwork.AVALANCHE_C_CHAIN: "https://safe-transaction-avalanche.safe.global",
EthereumNetwork.BINANCE_SMART_CHAIN_MAINNET: "https://safe-transaction-bsc.safe.global",
EthereumNetwork.ENERGY_WEB_CHAIN: "https://safe-transaction-ewc.safe.global",
Expand Down

0 comments on commit 1b08f20

Please sign in to comment.