Skip to content

Commit

Permalink
feat: support new sepolia testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Nov 1, 2023
1 parent db9288a commit f3de870
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ape_arbitrum/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# chain_id, network_id
"mainnet": (42161, 42161),
"goerli": (421613, 421613),
"sepolia": (421614, 421614),
}
INTERNAL_TRANSACTION_TYPE = 106

Expand Down Expand Up @@ -118,6 +119,8 @@ class ArbitrumConfig(PluginConfig):
mainnet_fork: NetworkConfig = _create_local_config()
goerli: NetworkConfig = _create_network_config()
goerli_fork: NetworkConfig = _create_local_config()
sepolia: NetworkConfig = _create_network_config()
sepolia_fork: NetworkConfig = _create_local_config()
local: NetworkConfig = _create_local_config(default_provider="test")
default_network: str = LOCAL_NETWORK_NAME

Expand Down

0 comments on commit f3de870

Please sign in to comment.