Skip to content

Commit

Permalink
Merge pull request #266 from terra-money/revert-lcds-axelar-juno
Browse files Browse the repository at this point in the history
Revert lcds axelar juno
  • Loading branch information
terencelimzhengwei authored Jan 20, 2024
2 parents 36287ce + 4db41c7 commit 00287e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions chains/mainnet/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
2 changes: 1 addition & 1 deletion chains/mainnet/injective.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
chainID: 'injective-1',
lcd: 'https://sentry.lcd.injective.network',
lcd: 'https://lcd-injective.tfl.foundation',
gasAdjustment: 1.75,
gasPrices: { inj: 1000000000 },
prefix: 'inj',
Expand Down
3 changes: 1 addition & 2 deletions chains/mainnet/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.1 },
prefix: 'juno',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/sei.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
chainID: 'pacific-1',
lcd: 'https://sei-api.polkachu.com/',
lcd: 'https://lcd-sei.tfl.foundation',
gasAdjustment: 2,
gasPrices: { usei: 0.1 },
prefix: 'sei',
Expand Down

0 comments on commit 00287e2

Please sign in to comment.