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

Commit

Permalink
Replace ci-staging with ci-betanet
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed May 2, 2020
1 parent 2e395cc commit 78da28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- 12
env:
- NODE_ENV=ci
- NODE_ENV=ci-staging
- NODE_ENV=ci-betanet
cache: yarn
script:
- yarn lint
Expand Down
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ function getConfig(env) {
contractName: CONTRACT_NAME,
masterAccount: 'test.near',
};
case 'ci-staging':
case 'ci-betanet':
return {
networkId: 'shared-test-staging',
nodeUrl: 'http://staging-shared-test.nearprotocol.com:3030',
nodeUrl: 'http://rpc.ci-betanet.nearprotocol.com',
contractName: CONTRACT_NAME,
masterAccount: 'test.near',
};
Expand Down

0 comments on commit 78da28a

Please sign in to comment.