Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c0e99d933 |
@ -61,9 +61,8 @@ const BG_ZERO = BigNumber.from(numbers.ZERO)
|
||||
const FIELD_SIZE = BigNumber.from('21888242871839275222246405745257275088548364400416034343698204186575808495617')
|
||||
|
||||
const operationGasLimits: { [key in string]: number } = {
|
||||
// 291019 - estimate gas
|
||||
// using estimate gas + 20k gas
|
||||
FUND: 310000,
|
||||
// aprox. 378212
|
||||
FUND: 500000,
|
||||
TRANSFER: 2200000, // bump 10% 2000000
|
||||
WITHDRAW: 2200000,
|
||||
} as const
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user