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

Commit

Permalink
Switch test env config to use remote testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Apr 1, 2020
1 parent dbb8084 commit 8ea0aae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ function getConfig(env) {
contractName: CONTRACT_NAME,
};
case 'test':
return {
networkId: 'local',
nodeUrl: 'http://localhost:3030',
contractName: CONTRACT_NAME,
masterAccount: 'test.near',
};
case 'test-remote':
case 'ci':
return {
networkId: 'shared-test',
Expand Down

0 comments on commit 8ea0aae

Please sign in to comment.