Skip to content

Commit

Permalink
Include goerli in supported
Browse files Browse the repository at this point in the history
  • Loading branch information
oraclown committed Oct 28, 2022
1 parent a45cf5d commit e5a9aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion faucet/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

# mapping of chain id to network names
SUPPORTED_CHAINS = {
80001: {"mumbai", "polygon testnet"}
80001: {"mumbai", "polygon testnet"},
5: {"goerli", "goerli testnet", "eth testnet"},
}

0 comments on commit e5a9aae

Please sign in to comment.