mirror of https://github.com/nucypher/nucypher.git
Update chain information to include polygon amoy as a valid chain.
parent
8a5aec5ca6
commit
9dcfdf0458
|
@ -54,7 +54,8 @@ PUBLIC_CHAINS = {
|
|||
100: "xDai",
|
||||
137: "Polygon/Mainnet",
|
||||
11155111: "Sepolia",
|
||||
80001: "Polygon/Mumbai"
|
||||
80001: "Polygon/Mumbai",
|
||||
80002: "Polygon/Amoy",
|
||||
}
|
||||
|
||||
LOCAL_CHAINS = {
|
||||
|
@ -73,6 +74,7 @@ POA_CHAINS = {
|
|||
10200, # gnosis/chiado,
|
||||
137, # Polygon/Mainnet
|
||||
80001, # "Polygon/Mumbai"
|
||||
80002, # "Polygon/Amoy"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ _CONDITION_CHAINS = {
|
|||
1: "ethereum/mainnet",
|
||||
11155111: "ethereum/sepolia",
|
||||
137: "polygon/mainnet",
|
||||
80001: "polygon/mumbai",
|
||||
80002: "polygon/amoy",
|
||||
# TODO: Permit support for these chains
|
||||
# 100: "gnosis/mainnet",
|
||||
# 10200: "gnosis/chiado",
|
||||
|
|
Loading…
Reference in New Issue