Skip to content

Commit

Permalink
Merge pull request #3029 from soonnear/master
Browse files Browse the repository at this point in the history
NODE_URL for development to be consistent with near-cli #3028
  • Loading branch information
andy-haynes authored Mar 29, 2023
2 parents 6fcae6f + c908c53 commit 9b6c5d2
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 9b6c5d2

Please sign in to comment.