From 47e5afe2bd335dd0c836810176b57a70c5004a4a Mon Sep 17 00:00:00 2001 From: Terence Lim Date: Thu, 28 Dec 2023 23:12:35 +0800 Subject: [PATCH] updated gas prices --- chains/mainnet/celestia.js | 2 +- chains/mainnet/cheqd.js | 2 +- chains/mainnet/comdex.js | 2 +- chains/mainnet/crescent.js | 2 +- chains/mainnet/migaloo.js | 2 +- chains/mainnet/stafihub.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chains/mainnet/celestia.js b/chains/mainnet/celestia.js index f0139cf8..ab6c9b45 100644 --- a/chains/mainnet/celestia.js +++ b/chains/mainnet/celestia.js @@ -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', diff --git a/chains/mainnet/cheqd.js b/chains/mainnet/cheqd.js index 541c5567..0c68bbae 100644 --- a/chains/mainnet/cheqd.js +++ b/chains/mainnet/cheqd.js @@ -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', diff --git a/chains/mainnet/comdex.js b/chains/mainnet/comdex.js index d8747db9..a6bcea2a 100644 --- a/chains/mainnet/comdex.js +++ b/chains/mainnet/comdex.js @@ -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', diff --git a/chains/mainnet/crescent.js b/chains/mainnet/crescent.js index 74593ac8..3c9a1058 100644 --- a/chains/mainnet/crescent.js +++ b/chains/mainnet/crescent.js @@ -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', diff --git a/chains/mainnet/migaloo.js b/chains/mainnet/migaloo.js index ab3809f0..f4321f8b 100644 --- a/chains/mainnet/migaloo.js +++ b/chains/mainnet/migaloo.js @@ -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', diff --git a/chains/mainnet/stafihub.js b/chains/mainnet/stafihub.js index bbe38773..01990cb2 100644 --- a/chains/mainnet/stafihub.js +++ b/chains/mainnet/stafihub.js @@ -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',