Skip to content

Commit

Permalink
Update production node URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Sep 4, 2019
1 parent 567c165 commit 1aeb0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function getConfig(env) {
case 'development':
return {
networkId: 'default',
nodeUrl: 'http://34.94.33.164:3030',
nodeUrl: 'https://rpc.nearprotocol.com',
masterAccount: 'test.near',
};
case 'local':
Expand Down

0 comments on commit 1aeb0cd

Please sign in to comment.