tapir supports sepolia

pull/3275/head
Kieran Prasch 2023-09-28 19:39:04 +02:00
parent 8682868b3d
commit 52e54698fa
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ PUBLIC_CHAINS = {
77: "Sokol",
100: "xDai",
137: "Polygon/Mainnet",
11155111: "Sepolia",
80001: "Polygon/Mumbai"
}

View File

@ -18,7 +18,7 @@ class NetworksInventory: # TODO: See #1564
MAINNET: 1, # Ethereum Mainnet
IBEX: 5, # this is required for configuration file migrations (backwards compatibility)
LYNX: 5, # Goerli
TAPIR: 5,
TAPIR: 11155111, # Sepolia
ORYX: 5
}
__to_chain_id_polygon = {