Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Aug 25, 2023
1 parent 3ab779a commit d7620c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/pangolin/src/pallets/asset_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ impl pallet_asset_manager::LocalAssetIdCreator<Runtime> for LocalAssetIdCreator
frame_support::parameter_types! {
/// 1000 is AssetHub paraId.
/// 50 is pallet-assets index on AssetHub.
/// 1984 is the id of Tether USD on AssetHub.
/// 7777 is the id of Test USD on AssetHub(Rococo).
/// 7777 is the id of Test USDT on AssetHub(Rococo).
pub UsdtLocation: MultiLocation = MultiLocation::new(
1,
X3(Parachain(1000), PalletInstance(50), GeneralIndex(7777))
Expand Down

0 comments on commit d7620c0

Please sign in to comment.