fix: test
This commit is contained in:
parent
3fce50efbb
commit
89a69519b2
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user