Skip to content

Commit

Permalink
Revert LCDs for classic network to Foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Jan 26, 2024
1 parent 70b8ef9 commit e0bdab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions chains/classic/axelar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
chainID: 'axelar-dojo-1',
// lcd: 'https://lcd-axelar.tfl.foundation',
lcd: 'https://lcd-axelar.imperator.co',
lcd: 'https://lcd-axelar.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { uaxl: 0.007 },
prefix: 'axelar',
Expand Down
3 changes: 1 addition & 2 deletions chains/classic/crescent.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
chainID: 'crescent-1',
// lcd: 'https://lcd-crescent.tfl.foundation',
lcd: 'https://mainnet.crescent.network:1317',
lcd: 'https://lcd-crescent.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { ucre: 0.01 },
prefix: 'cre',
Expand Down
3 changes: 1 addition & 2 deletions chains/classic/juno.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
chainID: 'juno-1',
// lcd: 'https://lcd-juno.tfl.foundation',
lcd: 'https://rest-juno.ecostake.com',
lcd: 'https://lcd-juno.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { ujuno: 0.0025 },
prefix: 'juno',
Expand Down

0 comments on commit e0bdab9

Please sign in to comment.