This commit is contained in:
Noah Khamliche 2022-06-02 22:06:44 -04:00 committed by Noah Khamliche
parent c2e8cae293
commit 0dcc3a6fc3
2 changed files with 1 additions and 2 deletions

View File

@ -2518,7 +2518,7 @@ export const DEFAULT_GAS_SCHEDULE: Required<FeeSchedule> = {
}
return gas;
},
[ERC20BridgeSource.BancorV3]: () => 260e3,
[ERC20BridgeSource.BancorV3]: () => 250e3,
[ERC20BridgeSource.KyberDmm]: (fillData?: FillData) => {
let gas = 170e3;
const path = (fillData as UniswapV2FillData).tokenAddressPath;

View File

@ -727,7 +727,6 @@ export class SamplerOperations {
});
}
// Unimplemented
public getBancorV3BuyQuotes(
networkAddress: string,
networkInfoAddress: string,