Skip to content

Commit

Permalink
Update builders/interoperability/xcm/xc-registration/assets.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Malizia <[email protected]>
  • Loading branch information
themacexpert and 0xlukem authored Jan 29, 2025
1 parent 41df3b7 commit 8086a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/interoperability/xcm/xc-registration/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To register an asset native to another chain on Moonbeam, you'll need to submit
To get started, you'll need to collect some information about the asset:

- `assetId` - unique identifier of the asset. This can be any unique arbitrary integer, but it's recommended that you create this using the [`calculate-external-asset-info.ts`](https://github.com/Moonsong-Labs/xcm-tools/blob/main/scripts/calculate-external-asset-info.ts){target=\_blank} script. This provides a standardized way to generate a unique `assetId`
- `xcmLocation`: a scale encoded xcm v4 multilocation of asset reserve relative to Moonbeam
- `xcmLocation` - a scale encoded xcm v4 multilocation of asset reserve relative to Moonbeam
- The asset name
- The asset symbol. You'll need to prepend "xc" to the asset symbol to indicate that the asset is an XCM-enabled asset
- The number of decimals the asset has
Expand Down

0 comments on commit 8086a12

Please sign in to comment.