nitpicks
This commit is contained in:
parent
c2e8cae293
commit
0dcc3a6fc3
@ -2518,7 +2518,7 @@ export const DEFAULT_GAS_SCHEDULE: Required<FeeSchedule> = {
|
|||||||
}
|
}
|
||||||
return gas;
|
return gas;
|
||||||
},
|
},
|
||||||
[ERC20BridgeSource.BancorV3]: () => 260e3,
|
[ERC20BridgeSource.BancorV3]: () => 250e3,
|
||||||
[ERC20BridgeSource.KyberDmm]: (fillData?: FillData) => {
|
[ERC20BridgeSource.KyberDmm]: (fillData?: FillData) => {
|
||||||
let gas = 170e3;
|
let gas = 170e3;
|
||||||
const path = (fillData as UniswapV2FillData).tokenAddressPath;
|
const path = (fillData as UniswapV2FillData).tokenAddressPath;
|
||||||
|
@ -727,7 +727,6 @@ export class SamplerOperations {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unimplemented
|
|
||||||
public getBancorV3BuyQuotes(
|
public getBancorV3BuyQuotes(
|
||||||
networkAddress: string,
|
networkAddress: string,
|
||||||
networkInfoAddress: string,
|
networkInfoAddress: string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user