-
Notifications
You must be signed in to change notification settings - Fork 128
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
Added osmosis #559
Added osmosis #559
Conversation
tonymorony
commented
Nov 12, 2022
•
edited
Loading
edited
@tonymorony I took the liberty of adding api_ids and explorer url data, hope you don't mind. @smk762 Please check out f2ea188 . The goal was to have |
The generator should apply type to each coin in output as it is processed, though multiple "parent coins" with same coin type was not considered with initial script. I assume in the current script IRIS should be If this is working for your purposes I am happy to approve, but Id like to revisit the script to make sure there are no unintended consequences from the duplication at a glance it looks ok). |
Is there any requirement to delineate between TENDERMINT and TENDERMINTOKEN? |
We do have protocol type for all protocols, TENDERMINT is type for "parental" tendermint assets (it's not a same thing as a token, like a eth and erc20)
e.g. for ERC20 on ethereum for TENDERMINTTOKEN I think it's a bit confusing now since platform flag is missing (and potentially tenderminttokens might be not only on IRIS), imo it should be like a :
|
Ah, nvm - for IBC tokens it's already like this so everything is fine:
|
Just to confirm:
|
yes, it's correct. Native blockchain assets marked as IRIS, OSMO and ATOM it's 3 different blockchains so everything is quite consistent atm |
ok - looks like config gen needs a fix, that is where i saw the inconsistency. |
…ate script to cater for tendermint reqs
I've update so generated output will no longer incorrectly tag IRIS as |
I noticed the urls for tendermint not working as expected in desktop, I've have added the req path suffixes here. |