Skip to content

maxPriorityFeePerGas on Polygon should be 30 gwei by default (not 1.5 as on Ethereum) #373

Description

@Macket

To make it working now I do the following:

const { parseUnits } = require("@ethersproject/units");

...

const result = await erc20Token.withdrawStart(50, {maxPriorityFeePerGas: parseUnits("30", "gwei").toString()});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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