• Mark Tyneway's avatar
    l2geth: remove dead L1 gas price fetching code · c39165f8
    Mark Tyneway authored
    The new gas price scheme no longer fetches the L1 gas price from
    a remote L1 node. It now instead will use the L1 gas price
    that lives in the L2 state. The `gas-oracle` is responsible for
    updating the L1 gas price in the `OVM_GasPriceOracle` predeploy.
    c39165f8
client_test.go 1.83 KB