File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,10 @@ class EthereumNetworkBackport(Enum):
3838 ARBITRUM_ONE = 42161
3939 AURORA_MAINNET = 1313161554
4040 AVALANCHE_C_CHAIN = 43114
41+ BASE = 8453
42+ BASE_GOERLI = 84531
4143 BINANCE_SMART_CHAIN_MAINNET = 56
44+ CELO = 42220
4245 ENERGY_WEB_CHAIN = 246
4346 GOERLI = 5
4447 MAINNET = 1
@@ -55,7 +58,10 @@ class TransactionServiceBackport(TransactionServiceApi):
5558 EthereumNetworkBackport .ARBITRUM_ONE : "https://safe-transaction-arbitrum.safe.global" ,
5659 EthereumNetworkBackport .AURORA_MAINNET : "https://safe-transaction-aurora.safe.global" ,
5760 EthereumNetworkBackport .AVALANCHE_C_CHAIN : "https://safe-transaction-avalanche.safe.global" ,
61+ EthereumNetworkBackport .BASE : "https://safe-transaction-base.safe.global" ,
62+ EthereumNetworkBackport .BASE_GOERLI : "https://safe-transaction-base-testnet.safe.global" ,
5863 EthereumNetworkBackport .BINANCE_SMART_CHAIN_MAINNET : "https://safe-transaction-bsc.safe.global" ,
64+ EthereumNetworkBackport .CELO : "https://safe-transaction-celo.safe.global" ,
5965 EthereumNetworkBackport .ENERGY_WEB_CHAIN : "https://safe-transaction-ewc.safe.global" ,
6066 EthereumNetworkBackport .GOERLI : "https://safe-transaction-goerli.safe.global" ,
6167 EthereumNetworkBackport .MAINNET : "https://safe-transaction-mainnet.safe.global" ,
You can’t perform that action at this time.
0 commit comments