Skip to content

Commit

Permalink
updated gas prices
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Dec 28, 2023
1 parent dab2ee6 commit 47e5afe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chains/mainnet/celestia.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
chainID: 'celestia',
lcd: 'https://lcd-celestia.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { utia: 0.2 },
gasPrices: { utia: 0.02 },
prefix: 'celestia',
coinType: '118',
baseAsset: 'utia',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/cheqd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
chainID: 'cheqd-mainnet-1',
lcd: 'https://lcd-cheqd.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { ncheq: 50 },
gasPrices: { ncheq: 75 },
prefix: 'cheqd',
coinType: '118',
baseAsset: 'ncheq',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/comdex.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
chainID: 'comdex-1',
lcd: 'https://lcd-comdex.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { ucmdx: 0.0025 },
gasPrices: { ucmdx: 0.025 },
prefix: 'comdex',
coinType: '118',
baseAsset: 'ucmdx',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/crescent.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
chainID: 'crescent-1',
lcd: 'https://lcd-crescent.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { ucre: 0.01 },
gasPrices: { ucre: 0.025 },
prefix: 'cre',
coinType: '118',
baseAsset: 'ucre',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/migaloo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
chainID: 'migaloo-1',
lcd: 'https://lcd-migaloo.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { uwhale: 1 },
gasPrices: { uwhale: 2 },
prefix: 'migaloo',
coinType: '118',
baseAsset: 'uwhale',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/stafihub.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
chainID: 'stafihub-1',
lcd: 'https://public-rest-rpc1.stafihub.io',
gasAdjustment: 1.75,
gasPrices: { ufis: 0.02 },
gasPrices: { ufis: 0.025 },
prefix: 'stafi',
coinType: '118',
baseAsset: 'ufis',
Expand Down

0 comments on commit 47e5afe

Please sign in to comment.