Skip to content

Commit

Permalink
fix KAR\KUSD existential deposit (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
herryho authored Sep 3, 2021
1 parent 8f29869 commit 1a8a367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/bifrost/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,8 @@ orml_traits::parameter_type_with_key! {
match currency_id {
&CurrencyId::Native(TokenSymbol::BNC) => 10 * MILLIBNC,
&CurrencyId::Token(TokenSymbol::KSM) => 10 * MILLICENTS,
&CurrencyId::Token(TokenSymbol::KAR) => 10 * MILLICENTS,
&CurrencyId::Token(TokenSymbol::KUSD) => 10 * MILLICENTS,
&CurrencyId::VSToken(TokenSymbol::KSM) => 10 * MILLICENTS,
&CurrencyId::VSBond(TokenSymbol::BNC, ..) => 10 * MILLICENTS,
&CurrencyId::VSBond(TokenSymbol::KSM, ..) => 10 * MILLICENTS,
Expand Down

0 comments on commit 1a8a367

Please sign in to comment.