Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions accounts/abi/bind/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ func (c *BoundContract) estimateGasLimit(opts *TransactOpts, contract *common.Ad
GasFeeCap: gasFeeCap,
Value: value,
Data: input,
// OP-Stack fix: important for CrossL2Inbox gas estimation
AccessList: opts.AccessList,
}
return c.transactor.EstimateGas(ensureContext(opts.Context), msg)
}
Expand Down
3 changes: 3 additions & 0 deletions fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ def:
globs:
- "accounts/abi/bind/backends/simulated.go"
- "ethclient/simulated/backend.go"
- title: Fix ABI bindings gas-estimation to use access-list
globs:
- "accounts/abi/bind/base.go"
- title: Live tracer update
description: |
Track L1-deposited native currency that is coming into the L2 supply.
Expand Down