fix: calculate optimism l1 fee
This commit is contained in:
parent
fa3d089e44
commit
dc5a72b85a
6 changed files with 235 additions and 10 deletions
|
@ -87,3 +87,8 @@ export const trees = {
|
|||
PARTS_COUNT: 4,
|
||||
LEVELS: 20 // const from contract
|
||||
}
|
||||
|
||||
export const DUMMY_NONCE = '0x1111111111111111111111111111111111111111111111111111111111111111'
|
||||
|
||||
export const DUMMY_WITHDRAW_DATA =
|
||||
'0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue