Skip to content

0 gas price txs no longer accepted after eip-1559 in relayer.test #59

@sdelvalle57

Description

@sdelvalle57

Im trying to run the relayer.test.ts file but im getting error 0 gas price txs no longer accepted after eip-1559

  const tx1 = {
            chainId,
            data: transferData,
            from: user.address,
            gasLimit: BigNumber.from('250000'),
            gasPrice: Zero,
            nonce,
            to: dai.address,
            value: Zero,
   };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions