Skip to content

Commit

Permalink
Merge pull request #829 from chainapsis/retto/change-initia-fee-currency
Browse files Browse the repository at this point in the history
[feat] change fee Currency
  • Loading branch information
blacktoast authored Oct 15, 2024
2 parents 6d1e586 + 78922ca commit 6a780b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cosmos/initiation.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
},
"feeCurrencies": [
{
"coinDenom": "GAS",
"coinMinimalDenom": "move/944f8dd8dc49f96c25fea9849f16436dcfa6d564eec802f3ef7f8b3ea85368ff",
"coinDenom": "INIT",
"coinMinimalDenom": "uinit",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.15,
"average": 0.3,
"high": 1
"low": 0.015,
"average": 0.02,
"high": 0.3
}
}
]
Expand Down

0 comments on commit 6a780b4

Please sign in to comment.