Skip to content

Commit

Permalink
Updated LCDs for various chains
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Jan 18, 2024
1 parent 2aa9317 commit a3f14ef
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chains/mainnet/akash.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'akashnet-2',
// lcd: 'https://lcd-akash.tfl.foundation',
lcd: 'https://rest.cosmos.directory/akash',
lcd: 'https://rest-akash.ecostake.com',
gasAdjustment: 1.75,
gasPrices: { uakt: 0.0025 },
prefix: 'akash',
Expand Down
4 changes: 2 additions & 2 deletions chains/mainnet/carbon.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: "carbon-1",
// lcd: "https://lcd-carbon.tfl.foundation",
lcd: 'https://api.carbon.network',
lcd: "https://lcd-carbon.tfl.foundation",
// lcd: 'https://carbon-api.lavenderfive.com',
gasAdjustment: 1.75,
gasPrices: { swth: 1000 },
prefix: "swth",
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-ia.cosmosia.notional.ventures',
lcd: 'https://lcd-cheqd.whispernode.com:443',
gasAdjustment: 1.75,
gasPrices: { ncheq: 75 },
prefix: 'cheqd',
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/cosmoshub.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
chainID: 'cosmoshub-4',
// lcd: 'https://lcd-cosmoshub.tfl.foundation',
lcd: 'https://rest.cosmos.directory/cosmoshub',
lcd: 'https://cosmos-lcd.easy2stake.com',
gasAdjustment: 1.75,
gasPrices: { uatom: 0.025 },
prefix: 'cosmos',
Expand Down
4 changes: 2 additions & 2 deletions chains/mainnet/kujira.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
version: '0.46',
chainID: 'kaiyo-1',
// lcd: 'https://lcd-kujira.tfl.foundation',
lcd: 'https://kujira-archive.api.kjnodes.com',
lcd: 'https://lcd-kujira.tfl.foundation',
// lcd: 'https://kujira-archive.api.kjnodes.com',
gasAdjustment: 1.75,
gasPrices: {
ukuji: 0.0051,
Expand Down
3 changes: 1 addition & 2 deletions chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
chainID: 'osmosis-1',
// lcd: 'https://lcd-osmosis.tfl.foundation',
lcd: 'https://api-osmosis-ia.cosmosia.notional.ventures',
lcd: 'https://lcd-osmosis.tfl.foundation',
gasAdjustment: 1.5,
gasPrices: {
uosmo: {
Expand Down

0 comments on commit a3f14ef

Please sign in to comment.