Skip to content

Commit e634312

Browse files
authored
Merge pull request #1417 from MANTRA-Chain/fix/mantra-fee
Update gas price steps in mantra.json
2 parents 217b679 + 8a62ceb commit e634312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cosmos/mantra.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"coinGeckoId": "mantra",
4040
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantra/om.png",
4141
"gasPriceStep": {
42-
"low": 0.01,
43-
"average": 0.025,
44-
"high": 0.03
42+
"low": 40000000000,
43+
"average": 80000000000,
44+
"high": 120000000000
4545
}
4646
}
4747
],

0 commit comments

Comments
 (0)