Skip to content

Commit

Permalink
change config default => testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford committed Mar 24, 2021
1 parent e0822bf commit 00b5901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getConfig(env) {
case 'development':
case 'testnet':
return {
networkId: 'default',
networkId: 'testnet',
nodeUrl: 'https://rpc.testnet.near.org',
contractName: CONTRACT_NAME,
walletUrl: 'https://wallet.testnet.near.org',
Expand Down

0 comments on commit 00b5901

Please sign in to comment.