Skip to content

Commit

Permalink
Merge pull request #33 from poanetwork/vb-rsk-faucet
Browse files Browse the repository at this point in the history
Update RSK faucet link
  • Loading branch information
vbaranov committed Mar 18, 2020
2 parents b7f4130 + d30ef2c commit 84ca31b
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 680 deletions.
2 changes: 1 addition & 1 deletion helpers/get-faucet-links.js
Expand Up @@ -22,7 +22,7 @@ function getFaucetLinks(network) {
case SOKOL_CODE:
return ['https://faucet.poa.network/']
case RSK_TESTNET_CODE:
return ['https://faucet.testnet.rsk.co/']
return ['https://faucet.rsk.co/']
default:
return []
}
Expand Down

0 comments on commit 84ca31b

Please sign in to comment.