Skip to content

Commit

Permalink
add OSMO and stkOSMO to fee currencies for persistence (#317)
Browse files Browse the repository at this point in the history
* chore: add stkosmo in persistence

* chore: remove stkosmo coingecko

* chore: update image to 256x256

* add OSMO and stkOSMO
  • Loading branch information
saurabhfegade authored Dec 13, 2023
1 parent 999cf7b commit 3c4ff5f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cosmos/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,28 @@
"average": 1000000000,
"high": 10000000000
}
},
{
"coinDenom": "OSMO",
"coinMinimalDenom": "ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85",
"coinDecimals": 6,
"coinGeckoId": "osmosis",
"gasPriceStep": {
"low": 0.0001,
"average": 0.001,
"high": 0.01
}
},
{
"coinDenom": "stkOSMO",
"coinMinimalDenom": "stk/uosmo",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/core/stkosmo.png",
"gasPriceStep": {
"low": 0.0001,
"average": 0.001,
"high": 0.01
}
}
],
"features": [
Expand Down

1 comment on commit 3c4ff5f

@vercel
Copy link

@vercel vercel bot commented on 3c4ff5f Dec 13, 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.