Skip to content

Commit

Permalink
Updated LCDs
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Jan 18, 2024
1 parent 2926a7c commit 2aa9317
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chains/classic/juno.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'juno-1',
// lcd: 'https://lcd-juno.tfl.foundation',
lcd: 'https://juno-rest.publicnode.com',
lcd: 'https://rest-juno.ecostake.com',
gasAdjustment: 1.75,
gasPrices: { ujuno: 0.0025 },
prefix: 'juno',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/cheqd.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'cheqd-mainnet-1',
// lcd: 'https://lcd-cheqd.tfl.foundation',
lcd: 'https://api.cheqd.net',
lcd: 'https://api-cheqd-ia.cosmosia.notional.ventures',
gasAdjustment: 1.75,
gasPrices: { ncheq: 75 },
prefix: 'cheqd',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/juno.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'juno-1',
// lcd: 'https://lcd-juno.tfl.foundation',
lcd: 'https://juno-rest.publicnode.com',
lcd: 'https://rest-juno.ecostake.com',
gasAdjustment: 1.75,
gasPrices: { ujuno: 0.1 },
prefix: 'juno',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/kujira.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
version: '0.46',
chainID: 'kaiyo-1',
// lcd: 'https://lcd-kujira.tfl.foundation',
lcd: 'https://kujira-api.polkachu.com',
lcd: 'https://kujira-archive.api.kjnodes.com',
gasAdjustment: 1.75,
gasPrices: {
ukuji: 0.0051,
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'osmosis-1',
// lcd: 'https://lcd-osmosis.tfl.foundation',
lcd: 'https://osmosis-api.polkachu.com',
lcd: 'https://api-osmosis-ia.cosmosia.notional.ventures',
gasAdjustment: 1.5,
gasPrices: {
uosmo: {
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/stargaze.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'stargaze-1',
// lcd: 'https://lcd-stargaze.tfl.foundation',
lcd: 'https://rest.cosmos.directory/stargaze',
lcd: 'http://144.76.223.202:1317',
gasAdjustment: 1.5,
gasPrices: { ustars: 1.2 },
prefix: 'stars',
Expand Down

0 comments on commit 2aa9317

Please sign in to comment.