Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update registration.md to remove mention of osmosis_unlisted #283

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/overview/integrate/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ The Osmosis Labs' Assetlist Registry is used to serve asset metadata displayed o
- Add the asset to the `osmosis-1/osmosis.zone_assets.json` file.
- Add the new asset object to the end of the `assets` array.
- Include `base_denom`, `chain_name`, and `path`.
- New additions always must always start with `"osmosis_unlisted": true
- This allows the Osmosis team to validate via preview mode that the asset appears and behaves correctly on Osmosis Zone.
- New additions always default with having `"osmosis_verified": false
- Once assets are fully integrated, the asset can then be upgraded to "Verified" status.
- See [LISTING.md](https://github.com/osmosis-labs/assetlists/blob/main/LISTING.md) for details on upgrading an asset to Verified status.
Expand Down
Loading