diff --git a/chains/classic/axelar.js b/chains/classic/axelar.js index e96c1171..1e4b310d 100644 --- a/chains/classic/axelar.js +++ b/chains/classic/axelar.js @@ -1,6 +1,7 @@ module.exports = { chainID: 'axelar-dojo-1', - lcd: 'https://lcd-axelar.tfl.foundation', + // lcd: 'https://lcd-axelar.tfl.foundation', + lcd: 'https://lcd-axelar.imperator.co', gasAdjustment: 1.75, gasPrices: { uaxl: 0.007 }, prefix: 'axelar', diff --git a/chains/classic/crescent.js b/chains/classic/crescent.js index 2bbd703f..6371a04b 100644 --- a/chains/classic/crescent.js +++ b/chains/classic/crescent.js @@ -1,6 +1,7 @@ module.exports = { chainID: 'crescent-1', - lcd: 'https://lcd-crescent.tfl.foundation', + // lcd: 'https://lcd-crescent.tfl.foundation', + lcd: 'https://mainnet.crescent.network:1317', gasAdjustment: 1.75, gasPrices: { ucre: 0.01 }, prefix: 'cre', diff --git a/chains/classic/juno.js b/chains/classic/juno.js index 89738abf..936f81e7 100644 --- a/chains/classic/juno.js +++ b/chains/classic/juno.js @@ -1,6 +1,7 @@ module.exports = { chainID: 'juno-1', - lcd: 'https://lcd-juno.tfl.foundation', + // lcd: 'https://lcd-juno.tfl.foundation', + lcd: 'https://juno-rest.publicnode.com', gasAdjustment: 1.75, gasPrices: { ujuno: 0.0025 }, prefix: 'juno',