Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Update rns registry address
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanolkies committed Jul 16, 2019
1 parent aae1b41 commit ac7a945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsk-faucet.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const rns = web3.eth.contract([
"stateMutability": "view", "stateMutability": "view",
"type": "function" "type": "function"
} }
]).at('0xc1f9b554f9764a8b9db5d30d99c0a99ccf30b895') ]).at('0xeff983147ae97758c04f65ac7dee7c7cacf48ba2')


app.post('/', function (req, res) { app.post('/', function (req, res) {
const reqValue = req.body.rskAddress; const reqValue = req.body.rskAddress;
Expand Down

0 comments on commit ac7a945

Please sign in to comment.