Commit 7a320e22 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

teleportr: Use L2 gas price (#2484)

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent d24ba199
---
'@eth-optimism/teleportr': patch
---
Use L2 gas price in driver
......@@ -291,7 +291,7 @@ func (d *Driver) UpdateGasPrice(
tx *types.Transaction,
) (*types.Transaction, error) {
gasPrice, err := d.cfg.L1Client.SuggestGasPrice(ctx)
gasPrice, err := d.cfg.L2Client.SuggestGasPrice(ctx)
if err != nil {
return nil, err
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment