update fetcher

This commit is contained in:
Roman Storm 2020-03-13 10:51:06 -07:00
parent 4ba67e3c86
commit 211d68eeba
No known key found for this signature in database
GPG key ID: 522F2A785F34E71F
2 changed files with 7 additions and 11 deletions

View file

@ -144,8 +144,8 @@ module.exports = {
}
}
},
defaultGasPrice: 2,
gasOracleUrls: ['https://ethgasstation.info/json/ethgasAPI.json', 'https://gasprice.poa.network/'],
defaultGasPrice: 20,
gasOracleUrls: ['https://ethgasstation.info/json/ethgasAPI.json', 'https://gas-oracle.zoltu.io/'],
port: process.env.APP_PORT,
relayerServiceFee: Number(process.env.RELAYER_FEE)
}