Skip to content

Commit

Permalink
Updated lcds for classic
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Jan 18, 2024
1 parent 58a3805 commit 2926a7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion chains/classic/axelar.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
3 changes: 2 additions & 1 deletion chains/classic/crescent.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
3 changes: 2 additions & 1 deletion chains/classic/juno.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 2926a7c

Please sign in to comment.