Skip to content

Commit

Permalink
NODE_URL for development to be consistent with near-cli #3028
Browse files Browse the repository at this point in the history
  • Loading branch information
Soon Near committed Mar 28, 2023
1 parent 192e954 commit c908c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
MULTISIG_MIN_AMOUNT: '4',
MULTISIG_MIN_PROMPT_AMOUNT: '200',
NETWORK_ID: 'default',
NODE_URL: 'https://rpc.testnet.near.org',
NODE_URL: 'http://127.0.0.1:3030',
REACT_APP_USE_TESTINGLOCKUP: true,
SENTRY_DSN: 'https://[email protected]/5254526',
SENTRY_RELEASE: 'development',
Expand Down

0 comments on commit c908c53

Please sign in to comment.