Skip to content

Commit

Permalink
add ibc atom and stkatom to fee currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhfegade committed Oct 16, 2023
1 parent 699c5d8 commit fca8f99
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cosmos/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,29 @@
"average": 0.025,
"high": 0.04
}
},
{
"coinDenom": "ATOM",
"coinMinimalDenom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
"coinDecimals": 6,
"coinGeckoId": "cosmos",
"gasPriceStep": {
"low": 0.0001,
"average": 0.001,
"high": 0.01
}
},
{
"coinDenom": "stkATOM",
"coinMinimalDenom": "stk/uatom",
"coinDecimals": 6,
"coinGeckoId": "stkatom",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/core/stkatom.png",
"gasPriceStep": {
"low": 0.0001,
"average": 0.001,
"high": 0.01
}
}
],
"features": []
Expand Down

0 comments on commit fca8f99

Please sign in to comment.