final changes
This commit is contained in:
committed by
Noah Khamliche
parent
0dcc3a6fc3
commit
190f7e45f2
@@ -2518,7 +2518,7 @@ export const DEFAULT_GAS_SCHEDULE: Required<FeeSchedule> = {
|
||||
}
|
||||
return gas;
|
||||
},
|
||||
[ERC20BridgeSource.BancorV3]: () => 250e3,
|
||||
[ERC20BridgeSource.BancorV3]: () => 250e3, //revisit gas costs with wrap/unwrap
|
||||
[ERC20BridgeSource.KyberDmm]: (fillData?: FillData) => {
|
||||
let gas = 170e3;
|
||||
const path = (fillData as UniswapV2FillData).tokenAddressPath;
|
||||
|
||||
Reference in New Issue
Block a user