JeremyParish69
JeremyParish69
Think this is similar to Unity's issue https://github.com/cosmos/chain-registry/issues/130
Perhaps the discussion on IBC properties should be continued on #39
Discussion for cosmos sdk version can be continued on #40
Discussion of identifying staking and fee assets (and gas step?) can continue on #126
Discussion of whether and how to include cosmwasm data can continue on #419
Should we add ability for `WalletUrl` and `WalletUrlForStaking`?
Keplr's suggest chain API feature is now theoretically fully derivable from data that can be stored on the Chain Registry! Next step is to fill in missing data that other...
@LANEW1995 do you know how to create a PR to add this to the sentinel/chain.json file? Or can you be more precise about where it should go?
A PR is a Pull Request on GitHub. One gets created when you try to submit code changes. Very easy to learn about from Google and probably on GitHub's website....
Thinking now that a rather minimal approach, perhaps allowing for just light and dark mode, would suffice. Something like: ``` "images": [ { "png": "http://token_logo-black.png", "svg": "http://token_logo-black.svg", "dark_mode": false },...