Skip to content

Commit

Permalink
feat: add base and celo (#54)
Browse files Browse the repository at this point in the history
* feat: add base

* feat: add base goerli

* feat: add celo

* fix: no slash
  • Loading branch information
banteg authored Sep 20, 2023
1 parent 490ee1e commit 0fd03ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions brownie_safe.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ class EthereumNetworkBackport(Enum):
ARBITRUM_ONE = 42161
AURORA_MAINNET = 1313161554
AVALANCHE_C_CHAIN = 43114
BASE = 8453
BASE_GOERLI = 84531
BINANCE_SMART_CHAIN_MAINNET = 56
CELO = 42220
ENERGY_WEB_CHAIN = 246
GOERLI = 5
MAINNET = 1
Expand All @@ -55,7 +58,10 @@ class TransactionServiceBackport(TransactionServiceApi):
EthereumNetworkBackport.ARBITRUM_ONE: "https://safe-transaction-arbitrum.safe.global",
EthereumNetworkBackport.AURORA_MAINNET: "https://safe-transaction-aurora.safe.global",
EthereumNetworkBackport.AVALANCHE_C_CHAIN: "https://safe-transaction-avalanche.safe.global",
EthereumNetworkBackport.BASE: "https://safe-transaction-base.safe.global",
EthereumNetworkBackport.BASE_GOERLI: "https://safe-transaction-base-testnet.safe.global",
EthereumNetworkBackport.BINANCE_SMART_CHAIN_MAINNET: "https://safe-transaction-bsc.safe.global",
EthereumNetworkBackport.CELO: "https://safe-transaction-celo.safe.global",
EthereumNetworkBackport.ENERGY_WEB_CHAIN: "https://safe-transaction-ewc.safe.global",
EthereumNetworkBackport.GOERLI: "https://safe-transaction-goerli.safe.global",
EthereumNetworkBackport.MAINNET: "https://safe-transaction-mainnet.safe.global",
Expand Down

0 comments on commit 0fd03ff

Please sign in to comment.