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