Skip to content

Commit

Permalink
updated eth fee factor (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
iStrike7 committed Jul 30, 2024
1 parent 67de8d7 commit a28d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ pub type OnChargeTransactionHandler<T> = TwoCurrencyOnChargeAdapter<
ToAuthor<T>,
tokens::RxTokenId,
tokens::EthTokenId,
frame_support::traits::ConstU128<10_000_000>,
frame_support::traits::ConstU128<30_000>,
Foo<T>,
>;

Expand Down

0 comments on commit a28d24a

Please sign in to comment.