-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: evm fee in other currencies #763
Conversation
Crate versions that have been updated:
Runtime version has been increased. |
runtime/hydradx/src/evm/mod.rs
Outdated
@@ -130,6 +122,8 @@ parameter_types! { | |||
/// The amount of gas per storage (in bytes): BLOCK_GAS_LIMIT / BLOCK_STORAGE_LIMIT | |||
/// The current definition of BLOCK_STORAGE_LIMIT is 40 KB, resulting in a value of 366. | |||
pub GasLimitStorageGrowthRatio: u64 = 366; | |||
|
|||
pub const OracleEvmPeriod: OraclePeriod = OraclePeriod::LastBlock; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be the same as period used to determine substrate multipayment fees (short)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
This PR adds support to pay evm fee in account's fee payment see which user sets using multi-transaction-payment-pallet.