Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

How to set gas fee when using NFT module? (Polygon) #54

Open
arshamg opened this issue Feb 12, 2022 · 0 comments
Open

How to set gas fee when using NFT module? (Polygon) #54

arshamg opened this issue Feb 12, 2022 · 0 comments

Comments

@arshamg
Copy link

arshamg commented Feb 12, 2022

I'm frequently getting the below error:

{'code': -32000, 'message': 'err: max fee per gas less than block base fee: address , maxFeePerGas: 100000000000 baseFee: 100466530526 (supplied gas 15025147)'}

When using the mint_to method for NFT modules:

nft_module.mint_to(to_address,MintArg())

How can I set the max gas fee for this method so that I can avoid this error? It doesn't look like this has been exposed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant