Skip to content

Commit

Permalink
Add Arbitrum Sepolia (#669)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Moisés Fernández <[email protected]>
  • Loading branch information
a-thomas-22 and moisses89 authored Nov 15, 2023
1 parent af4cea7 commit 02c4731
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gnosis/eth/clients/blockscout_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ class BlockscoutClient:
EthereumNetwork.EVMOS_TESTNET: "https://evm.evmos.dev/graphiql",
EthereumNetwork.KCC_MAINNET: "https://scan.kcc.io/graphiql",
EthereumNetwork.KCC_TESTNET: "https://scan-testnet.kcc.network/graphiql",
EthereumNetwork.ARBITRUM_ONE: "https://explorer.arbitrum.io/graphiql",
EthereumNetwork.ARBITRUM_NOVA: "https://nova-explorer.arbitrum.io/graphiql",
EthereumNetwork.ARBITRUM_GOERLI: "https://goerli-rollup-explorer.arbitrum.io/graphiql",
EthereumNetwork.CROSSBELL: "https://scan.crossbell.io/graphiql",
EthereumNetwork.ETHEREUM_CLASSIC_MAINNET: "https://blockscout.com/etc/mainnet/graphiql",
EthereumNetwork.ETHEREUM_CLASSIC_TESTNET_MORDOR: "https://blockscout.com/etc/mordor/graphiql",
Expand Down
1 change: 1 addition & 0 deletions gnosis/eth/clients/etherscan_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class EtherscanClient:
EthereumNetwork.ARBITRUM_ONE: "https://api.arbiscan.io",
EthereumNetwork.ARBITRUM_NOVA: "https://api-nova.arbiscan.io",
EthereumNetwork.ARBITRUM_GOERLI: "https://api-goerli.arbiscan.io",
EthereumNetwork.ARBITRUM_SEPOLIA: "https://api-sepolia.arbiscan.io",
EthereumNetwork.AVALANCHE_C_CHAIN: "https://api.snowtrace.io",
EthereumNetwork.GNOSIS: "https://api.gnosisscan.io",
EthereumNetwork.MOONBEAM: "https://api-moonbeam.moonscan.io",
Expand Down
1 change: 1 addition & 0 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ class EthereumNetwork(Enum):
KEKCHAIN_KEKTEST = 420666
ARBITRUM_RINKEBY = 421611
ARBITRUM_GOERLI = 421613
ARBITRUM_SEPOLIA = 421614
DEXALOT_SUBNET_TESTNET = 432201
DEXALOT_SUBNET = 432204
WEELINK_TESTNET = 444900
Expand Down
7 changes: 7 additions & 0 deletions gnosis/safe/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 11545, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 11546, "1.3.0"),
],
EthereumNetwork.ARBITRUM_SEPOLIA: [
("0x3E5c63644E683549055b9Be8653de26E0B4CD36E", 154, "1.3.0+L2"),
("0xd9Db270c1B5E3Bd161E8c8503c55cEABeE709552", 155, "1.3.0"),
],
EthereumNetwork.BINANCE_SMART_CHAIN_MAINNET: [
(
"0xfb1bffC9d739B8D520DaF37dF666da4C687191EA",
Expand Down Expand Up @@ -714,6 +718,9 @@
EthereumNetwork.ARBITRUM_GOERLI: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 11538), # v1.3.0
],
EthereumNetwork.ARBITRUM_SEPOLIA: [
("0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2", 147), # v1.3.0
],
EthereumNetwork.BINANCE_SMART_CHAIN_MAINNET: [
(
"0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC",
Expand Down

0 comments on commit 02c4731

Please sign in to comment.