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

Commit

Permalink
Add tatooine environment (for Stake Wars)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Nov 5, 2019
1 parent 5dd2f32 commit 1498cd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
contractName: CONTRACT_NAME,
masterAccount: 'test.near',
};
case 'tatooine':
return {
networkId: 'tatooine',
nodeUrl: 'https://rpc.tatooine.nearprotocol.com',
contractName: CONTRACT_NAME,
walletUrl: 'https://wallet.tatooine.nearprotocol.com',
};
default:
throw Error(`Unconfigured environment '${env}'. Can be configured in src/config.js.`);
}
Expand Down

0 comments on commit 1498cd5

Please sign in to comment.