Skip to content

Commit

Permalink
ci-betanet deleted (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Dec 3, 2021
1 parent 4ee33a0 commit 6931906
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_js:
- 12
env:
- NODE_ENV=ci
- NODE_ENV=ci-betanet
cache: yarn
script:
- yarn lint
Expand Down
7 changes: 0 additions & 7 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ function getConfig(env) {
contractName: CONTRACT_NAME,
masterAccount: 'test.near',
};
case 'ci-betanet':
return {
networkId: 'shared-test-staging',
nodeUrl: 'https://rpc.ci-betanet.near.org',
contractName: CONTRACT_NAME,
masterAccount: 'test.near',
};
default:
throw Error(`Unconfigured environment '${env}'. Can be configured in src/config.js.`);
}
Expand Down

0 comments on commit 6931906

Please sign in to comment.