Skip to content

Support issue for matic/maticmum #2863

Answered by zemse
OsmanYagc asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @OsmanYagc, you can pass a maxPriorityFeePerGas

await contract.methodName(arg1, arg2, {
  maxPriorityFeePerGas: ethers.utils.parseUnits('50', 'gwei') // you can check on polygon scan what priority fee to use
})

You may also try the workarounds mentioned in #2828.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@OsmanYagc
Comment options

Answer selected by OsmanYagc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants