Skip to content

Commit

Permalink
Adding coingecko id (#288)
Browse files Browse the repository at this point in the history
* feat/ Adding SGE

Adding SGE to Keplr Repo

* update chain.png

* fix/naming

* fix/imageurl

* fix

* remove ibc feature

* syntax

* fix/image & ID

* feat/stakingurl

* feat/coingecko id

Adding coin gecko id
  • Loading branch information
reeves89 authored Nov 16, 2023
1 parent c405da5 commit abf4ac6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cosmos/sgenet.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@
{
"coinDenom": "SGE",
"coinMinimalDenom": "usge",
"coinDecimals": 6
"coinDecimals": 6,
"coinGeckoId": "six-sigma"
}
],
"feeCurrencies": [
{
"coinDenom": "SGE",
"coinMinimalDenom": "usge",
"coinDecimals": 6,
"coinGeckoId": "six-sigma",
"gasPriceStep": {
"low": 0.1,
"average": 0.25,
Expand All @@ -42,7 +44,8 @@
"stakeCurrency": {
"coinDenom": "SGE",
"coinMinimalDenom": "usge",
"coinDecimals": 6
"coinDecimals": 6,
"coinGeckoId": "six-sigma"
},
"features": [
"cosmwasm"
Expand Down

1 comment on commit abf4ac6

@vercel
Copy link

@vercel vercel bot commented on abf4ac6 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.