Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Fix #393
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Jun 3, 2020
1 parent a645203 commit b4a77f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/near-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ yargs // eslint-disable-line
.option('nodeUrl', {
desc: 'NEAR node URL',
type: 'string',
default: 'http://localhost:3030'
default: 'https://rpc.testnet.near.org'
})
.option('networkId', {
desc: 'NEAR network ID, allows using different keys based on network',
Expand Down

0 comments on commit b4a77f3

Please sign in to comment.