Skip to content

Commit

Permalink
changes in init config command for CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UrAvgDeveloper committed Jun 5, 2023
1 parent eeb19aa commit d42b211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/start/near.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class StartLocalNearNodeCommand {
static execute ({ archival }) {
const neardPath = join(NEAR_BINARY_PATH, 'neard')
const localnetPath = join(HOME, '/.near/localnet')
const initConfigCommand = `${neardPath} --home ${localnetPath} localnet --v 1`
const initConfigCommand = `${neardPath} --home ${localnetPath} testnet --v 1`
const startNodeCommand = `nearup run localnet --num-nodes 1 --binary-path ${NEAR_BINARY_PATH}`

request(getLocalNearNodeURL(), { json: true }, (err, _res, _body) => {
Expand Down

0 comments on commit d42b211

Please sign in to comment.