mirror of https://github.com/nucypher/nucypher.git
tapir supports sepolia
parent
8682868b3d
commit
52e54698fa
|
@ -53,6 +53,7 @@ PUBLIC_CHAINS = {
|
|||
77: "Sokol",
|
||||
100: "xDai",
|
||||
137: "Polygon/Mainnet",
|
||||
11155111: "Sepolia",
|
||||
80001: "Polygon/Mumbai"
|
||||
}
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue