This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Dynamic transaction fees on custom EVMOS implementation #1653
Unanswered
deepaks-scallopx
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a requirement to charge dynamic transaction fees in native tokens on our custom evmos implementation. The transaction fees should remain within a certain limit in fiat currency value:
e.g.: If Transaction fees should remain $1 for all transactions, given when 100ATMOS=$1, network transaction fees should be 100ATMOS; whereas, when 10ATMOS=$1, network transaction fees should be 10ATMOS.
Is it possible to control this with custom logic over the standard evmos implementation or do we need to change the evmos implementation and how?
Kindly suggest a solution/implementation or an existing application example where similar scenario has been implemented.
Beta Was this translation helpful? Give feedback.
All reactions