Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

View File

@ -61,8 +61,9 @@ const BG_ZERO = BigNumber.from(numbers.ZERO)
const FIELD_SIZE = BigNumber.from('21888242871839275222246405745257275088548364400416034343698204186575808495617') const FIELD_SIZE = BigNumber.from('21888242871839275222246405745257275088548364400416034343698204186575808495617')
const operationGasLimits: { [key in string]: number } = { const operationGasLimits: { [key in string]: number } = {
// aprox. 378212 // 291019 - estimate gas
FUND: 500000, // using estimate gas + 20k gas
FUND: 310000,
TRANSFER: 2200000, // bump 10% 2000000 TRANSFER: 2200000, // bump 10% 2000000
WITHDRAW: 2200000, WITHDRAW: 2200000,
} as const } as const