Skip to content

Commit

Permalink
Merge pull request #2 from comdex-official/feeCurrencies
Browse files Browse the repository at this point in the history
feat: ATOM and USDC feeCurrencies added
  • Loading branch information
dheerajkd30 authored Mar 1, 2024
2 parents c6e0651 + 817e143 commit 248abd8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions cosmos/comdex.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,30 @@
"average": 3,
"high": 4
}
},
{
"coinDenom": "ATOM",
"coinMinimalDenom":
"ibc/961FA3E54F5DCCA639F37A7C45F7BBE41815579EF1513B5AFBEFCFEB8F256352",
"coinDecimals": 6,
"coinGeckoId": "cosmos",
"gasPriceStep": {
"low": 0.0001,
"average": 0.001,
"high": 0.01
}
},
{
"coinDenom": "USDC",
"coinMinimalDenom":
"ibc/D031367F58DFD5EED54A49ADCB4EFB44AD9ECCAE383708BFDCCACF3CF463B77C",
"coinDecimals": 6,
"coinGeckoId": "usd-coin",
"gasPriceStep": {
"low": 0.0002,
"average": 0.0005,
"high": 0.0008
}
}
],
"features": [
Expand Down

0 comments on commit 248abd8

Please sign in to comment.