This repository was archived by the owner on Dec 4, 2024. It is now read-only.
Replies: 1 comment
-
Hello @KJHBC , Thank you for your questions :). To answer them: Q1: You cannot set the gas fee for a certain transaction. What you can do is to set the minimum gas limit, by using the Q2:: The token for the gas fee has to be the native token of that network. You cannot deploy a custom token for the gas fees. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following official documentation for local chain setup, I have 2 questions.
Q1.
How can I set transaction gas fee for local polygon-edge chain?
(cannot find settings for gas fee at documentation)
Should I include gas fee settings when creating genesis file?
Q2. (related to Q1)
Could I force to pay custom ERC-20 token deployed on local chain for gas fee,
instead of native token - also for staking & unstaking?
Beta Was this translation helpful? Give feedback.
All reactions