-
Notifications
You must be signed in to change notification settings - Fork 289
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
Add stratos assets #1932
Add stratos assets #1932
Conversation
ad4ad31
to
1e29e72
Compare
1e29e72
to
9257ace
Compare
The validation failed because there aren't any fee rates defined at the Chain Registry |
thanks, have created PR: cosmos/chain-registry#5415 anything else we should add here or in chain-registry? |
Oh, the IBC connection between osmosis and stratos must be registered. There is a checklist item for this requirement. |
thanks, have created PR: cosmos/chain-registry#5418 |
Looks like the check passed. I think the last required change is to resolve conflicts. |
9257ace
to
02fc5e9
Compare
@JeremyParish69 I have a question. When we could see our asset on https://app.osmosis.zone/ (even as unverified through the settings filter)? (so when it will become available) |
Will need to submit to Osmosis Labs' assetlist https://github.com/osmosis-labs/assetlists?tab=readme-ov-file#how-to-add-assets |
Hi @JeremyParish69 ! Even after #1940 , I do not see STOS in the pool creation or the swap (with unverified asset checkbox in the settings). Should we add something else for this? |
No further action required. Updates to Osmosis Zone are delayed, but should be recovered soon. |
Description
Checklist
Adding Assets
If adding a new asset, please ensure the following:
zone_assets.json
.chain_name
andbase_denom
are provided and use values exactly as defined at the Chain Registry.path
is provided, and the IBC channel referenced is registered at the Chain Registry (unless native to Osmosis).osmosis_verified
is set tofalse
listing_date_time_utc
is specified and accuratetransfer_methods
,peg_mechanism
,override_properties
,canonical
,categories
, where necessary (see README for details).Adding Chains
If adding a new chain, please ensure the following:
staking
defined, with at least onestaking_token
denom specified.fees
defined; at least one fee token has low, average, and high gas prices defined.zone_chains.json
rpc
andrest
does not have any CORS blocking of the Osmosis domain, and RPC node has have WSS enabled.explorer_tx_url
correctly directs to the transaction when the hash is inserted into the URL.