Skip to content

Commit

Permalink
change VBNC_P_TOKEN_ID to 5 (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunTiebing committed Sep 12, 2024
1 parent b26c6bc commit 4abb64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/src/currency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub const WETH: CurrencyId = CurrencyId::Token2(WETH_TOKEN_ID);
pub const VSBOND_BNC_2001_0_8: CurrencyId = CurrencyId::VSBond(TokenSymbol::BNC, 2001, 0, 8);
pub const CLOUD_TOKEN_ID: u8 = 12u8;
pub const CLOUD: CurrencyId = CurrencyId::Token2(CLOUD_TOKEN_ID);
pub const VBNC_P_TOKEN_ID: u8 = 14u8;
pub const VBNC_P_TOKEN_ID: u8 = 5u8;
pub const VBNC_P: CurrencyId = CurrencyId::VToken2(VBNC_P_TOKEN_ID);

pub const LDOT: CurrencyId = CurrencyId::Lend(0);
Expand Down

0 comments on commit 4abb64c

Please sign in to comment.