Update chain information to include polygon amoy as a valid chain.

pull/3468/head
derekpierre 2024-03-28 09:44:27 -04:00
parent 8a5aec5ca6
commit 9dcfdf0458
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -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"
}

View File

@ -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",