-
Notifications
You must be signed in to change notification settings - Fork 523
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
Adding CoinGecko links back #881
Conversation
Kima chain
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please remove coingeckoIds from the testnet info? It might conflict with the one in the mainnet info. Apologies for the inconvenience.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course - no problems! Fixed!
cosmos/kima_testnet.json
Outdated
@@ -24,7 +24,8 @@ | |||
{ | |||
"coinDenom": "KIMA", | |||
"coinMinimalDenom": "uKIMA", | |||
"coinDecimals": 6 | |||
"coinDecimals": 6, | |||
"coinGeckoId": "kima" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one as well!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought I removed that? Must have pushed the wrong file - let me check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please check now @editaahn? Thanks! Not sure if I need to re-push.
removed coinGeckoId from testnet file
@editaahn It looks like the merge worked! I can now see the price of Kima token! |
With Kima TGE underway and our token becoming tradable, I added the coinGeckoId back to both mainnet and testnet files