mirror of https://github.com/nucypher/nucypher.git
Fix linting issue.
parent
c1fa8502ae
commit
d3af0637d0
|
@ -54,4 +54,6 @@ POA_CHAINS = {
|
|||
80002, # "Polygon/Amoy"
|
||||
}
|
||||
|
||||
CHAINLIST_URL = "https://raw.githubusercontent.com/nucypher/chainlist/main/{domain}.json"
|
||||
CHAINLIST_URL = (
|
||||
"https://raw.githubusercontent.com/nucypher/chainlist/main/{domain}.json"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue