Skip to content

overseer: spammer basefee is hard-coded #222

Description

@merklefruit

let max_fee_per_gas = 10_000_000;

As the fee is hard-coded for transactions sent by the overseer spammer, it doesn't work if the basefee has been increased by other usage of the chain (external spammers, or overseer itself).

Using the previous block's basefee is probably more ideal. The basefee can be fetched once per L2 block (2s) as to avoid wasting time fetching it every time we send a transaction.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions