From 3130535c447245b77107ab4691ed99bd5644b0e0 Mon Sep 17 00:00:00 2001 From: JeremyParish69 <95667791+JeremyParish69@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:12:14 -0700 Subject: [PATCH] Update registration.md --- docs/overview/integrate/registration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/overview/integrate/registration.md b/docs/overview/integrate/registration.md index 74d9a3cc7..13c45da7b 100644 --- a/docs/overview/integrate/registration.md +++ b/docs/overview/integrate/registration.md @@ -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.