Skip to content

Commit

Permalink
Switch to unittest node in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ilblackdragon committed Jun 26, 2019
1 parent 4692346 commit 1497316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blank_project/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
case 'development':
return {
networkId: 'default',
nodeUrl: 'https://studio.nearprotocol.com/devnet',
helperUrl: 'https://studio.nearprotocol.com/contract-api',
nodeUrl: 'http://34.94.13.241:3030',
contractName: CONTRACT_NAME,
masterAccount: 'test.near',
};
case 'local':
return {
Expand Down

0 comments on commit 1497316

Please sign in to comment.