Skip to content

Commit

Permalink
Fix testnet url for config
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Jul 17, 2019
1 parent 9eabe80 commit 64c3f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blank_project/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
case 'development':
return {
networkId: 'default',
nodeUrl: 'http://34.94.33.164:3030',
nodeUrl: 'https://rpc.nearprotocol.com',
contractName: CONTRACT_NAME,
walletUrl: 'https://wallet.nearprotocol.com',
};
Expand Down

0 comments on commit 64c3f36

Please sign in to comment.