Skip to content

Commit

Permalink
turn on fees stride
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzmann committed Aug 15, 2023
1 parent 0a13307 commit b109059
Showing 1 changed file with 48 additions and 3 deletions.
51 changes: 48 additions & 3 deletions cosmos/stride.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,54 @@
"coinGeckoId": "stride",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stride/ustrd.png",
"gasPriceStep": {
"low": 0,
"average": 0,
"high": 0.04
"low": 0.0005,
"average": 0.005,
"high": 0.05
}
},
{
"coinDenom": "ATOM",
"coinMinimalDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"coinDecimals": 6,
"coinGeckoId": "cosmos",
"gasPriceStep": {
"low": 0.0001,
"average": 0.001,
"high": 0.01
}
},
{
"coinDenom": "OSMO",
"coinMinimalDenom": "ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34",
"coinDecimals": 6,
"coinGeckoId": "osmosis",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/uosmo.png",
"gasPriceStep": {
"low": 0.001,
"average": 0.01,
"high": 0.1
}
},
{
"coinDenom": "stOSMO",
"coinMinimalDenom": "stuosmo",
"coinDecimals": 6,
"coinGeckoId": "osmosis",
"gasPriceStep": {
"low": 0.001,
"average": 0.01,
"high": 0.1
}
},
{
"coinDenom": "stATOM",
"coinMinimalDenom": "stuatom",
"coinDecimals": 6,
"coinGeckoId": "stride-staked-atom",
"gasPriceStep": {
"low": 0.0001,
"average": 0.001,
"high": 0.01
}
}
],
Expand Down

0 comments on commit b109059

Please sign in to comment.