Skip to content

Commit

Permalink
fix stable asset token (#2131)
Browse files Browse the repository at this point in the history
* fix stable asset token

* fix
  • Loading branch information
xlc committed May 19, 2022
1 parent 130577a commit be49bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions runtime/acala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1549,8 +1549,8 @@ impl Contains<CurrencyId> for IsLiquidToken {
type RebaseTokens = orml_tokens::Combiner<
AccountId,
IsLiquidToken,
orml_tokens::Mapper<AccountId, Tokens, ConvertBalanceHoma, Balance, GetLiquidCurrencyId>,
Tokens,
orml_tokens::Mapper<AccountId, Currencies, ConvertBalanceHoma, Balance, GetLiquidCurrencyId>,
Currencies,
>;

impl nutsfinance_stable_asset::Config for Runtime {
Expand Down
4 changes: 2 additions & 2 deletions runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1591,8 +1591,8 @@ impl Contains<CurrencyId> for IsLiquidToken {
type RebaseTokens = orml_tokens::Combiner<
AccountId,
IsLiquidToken,
orml_tokens::Mapper<AccountId, Tokens, ConvertBalanceHoma, Balance, GetLiquidCurrencyId>,
Tokens,
orml_tokens::Mapper<AccountId, Currencies, ConvertBalanceHoma, Balance, GetLiquidCurrencyId>,
Currencies,
>;

impl nutsfinance_stable_asset::Config for Runtime {
Expand Down

0 comments on commit be49bc9

Please sign in to comment.