From a04972a9601e130df89634c6ff4cba6fd378da5d Mon Sep 17 00:00:00 2001 From: Terence Lim Date: Thu, 28 Dec 2023 11:24:52 +0800 Subject: [PATCH] Updated gas prices for juno --- chains/mainnet/juno.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/mainnet/juno.js b/chains/mainnet/juno.js index 193c2b89..152c2a65 100644 --- a/chains/mainnet/juno.js +++ b/chains/mainnet/juno.js @@ -2,7 +2,7 @@ module.exports = { chainID: 'juno-1', lcd: 'https://lcd-juno.tfl.foundation', gasAdjustment: 1.75, - gasPrices: { ujuno: 0.075 }, + gasPrices: { ujuno: 0.1 }, prefix: 'juno', coinType: '118', baseAsset: 'ujuno',