Skip to content

Commit

Permalink
Merge pull request #1060 from soonnear/master
Browse files Browse the repository at this point in the history
Development node port to near/near-wallet#3028
  • Loading branch information
andy-haynes committed Mar 29, 2023
2 parents aff742d + 2880e8c commit 98fdf2c
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 @@ -65,7 +65,7 @@ function getConfig(env) {
networkId: process.env.NEAR_CLI_LOCALNET_NETWORK_ID || 'localnet',
nodeUrl: process.env.NEAR_CLI_LOCALNET_RPC_SERVER_URL || process.env.NEAR_NODE_URL || 'http://127.0.0.1:3030',
keyPath: process.env.NEAR_CLI_LOCALNET_KEY_PATH || `${process.env.HOME}/.near/validator_key.json`,
walletUrl: process.env.NEAR_WALLET_URL || 'http://localhost:4000/wallet',
walletUrl: process.env.NEAR_WALLET_URL || 'https://localhost:1234',
contractName: CONTRACT_NAME,
helperUrl: process.env.NEAR_HELPER_URL || 'http://localhost:3000',
helperAccount: process.env.NEAR_HELPER_ACCOUNT || 'node0',
Expand Down

0 comments on commit 98fdf2c

Please sign in to comment.