fix fee handling

This commit is contained in:
Roman Storm 2020-10-14 16:46:01 -07:00
parent ca1eb0d6cf
commit 09367f76a8
No known key found for this signature in database
GPG key ID: 522F2A785F34E71F
4 changed files with 9 additions and 9 deletions

View file

@ -9,8 +9,8 @@ module.exports = {
wsRpcUrl: process.env.WS_RPC_URL,
oracleRpcUrl: process.env.ORACLE_RPC_URL || 'https://mainnet.infura.io/',
oracleAddress: '0xA2b8E7ee7c8a18ea561A5CF7C9C365592026E374',
minerAddress: '0xB28038Cd60777aF2264F46C0009dC57975239B11', // each network has its own instance
swapAddress: '0xec236719BEbfC1D303739FbE11Bf3a42aF1A41f4',
minerAddress: '0x3E0a9C6Cf76136862De28ce25a56cDBF38EF9D37', // each network has its own instance
swapAddress: '0x1E73e0a484a595B692f3d212642AE4B3BF30E7e3',
minerMerkleTreeHeight: 20,
privateKey: process.env.PRIVATE_KEY,
instances: require('torn-token').instances,