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