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

Commit 98fdf2c

Browse files
authored
Merge pull request #1060 from soonnear/master
Development node port to near/near-wallet#3028
2 parents aff742d + 2880e8c commit 98fdf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function getConfig(env) {
6565
networkId: process.env.NEAR_CLI_LOCALNET_NETWORK_ID || 'localnet',
6666
nodeUrl: process.env.NEAR_CLI_LOCALNET_RPC_SERVER_URL || process.env.NEAR_NODE_URL || 'http://127.0.0.1:3030',
6767
keyPath: process.env.NEAR_CLI_LOCALNET_KEY_PATH || `${process.env.HOME}/.near/validator_key.json`,
68-
walletUrl: process.env.NEAR_WALLET_URL || 'http://localhost:4000/wallet',
68+
walletUrl: process.env.NEAR_WALLET_URL || 'https://localhost:1234',
6969
contractName: CONTRACT_NAME,
7070
helperUrl: process.env.NEAR_HELPER_URL || 'http://localhost:3000',
7171
helperAccount: process.env.NEAR_HELPER_ACCOUNT || 'node0',

0 commit comments

Comments
 (0)