fix: test

This commit is contained in:
Danil Kovtonyuk 2021-08-17 17:14:50 +10:00
parent 3fce50efbb
commit 89a69519b2
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746

@ -11,16 +11,16 @@ const ethgasstation: OffChainOracle = {
additionalDataProperty: null, additionalDataProperty: null,
}; };
const zoltu: OffChainOracle = { // const zoltu: OffChainOracle = {
name: 'zoltu', // name: 'zoltu',
url: 'https://gas-oracle.zoltu.io/', // url: 'https://gas-oracle.zoltu.io/',
instantPropertyName: 'percentile_99', // instantPropertyName: 'percentile_99',
fastPropertyName: 'percentile_90', // fastPropertyName: 'percentile_90',
standardPropertyName: 'percentile_60', // standardPropertyName: 'percentile_60',
lowPropertyName: 'percentile_30', // lowPropertyName: 'percentile_30',
denominator: 1, // denominator: 1,
additionalDataProperty: null, // additionalDataProperty: null,
}; // };
const etherchain: OffChainOracle = { const etherchain: OffChainOracle = {
name: 'etherchain', name: 'etherchain',
@ -79,7 +79,7 @@ export const offChainOracles: OffChainOracles = {
gasNow, gasNow,
poa, poa,
etherchain, etherchain,
zoltu, // zoltu,
}; };
export const onChainOracles: OnChainOracles = { export const onChainOracles: OnChainOracles = {