Skip to content

Commit

Permalink
Temporarily update LCDs
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Jan 18, 2024
1 parent 984d078 commit 0706051
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
3 changes: 2 additions & 1 deletion chains/mainnet/akash.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
chainID: 'akashnet-2',
lcd: 'https://lcd-akash.tfl.foundation',
// lcd: 'https://lcd-akash.tfl.foundation',
lcd: 'https://rest.cosmos.directory/akash',
gasAdjustment: 1.75,
gasPrices: { uakt: 0.0025 },
prefix: 'akash',
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/archway.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
chainID: 'archway-1',
lcd: 'https://lcd-archway.tfl.foundation',
// lcd: 'https://lcd-archway.tfl.foundation',
lcd: 'https://api.mainnet.archway.io',
gasAdjustment: 1.75,
gasPrices: { aarch: 1500000000000 },
prefix: 'archway',
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/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/mainnet/carbon.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
chainID: "carbon-1",
lcd: "https://lcd-carbon.tfl.foundation",
// lcd: "https://lcd-carbon.tfl.foundation",
lcd: 'https://api.carbon.network',
gasAdjustment: 1.75,
gasPrices: { swth: 1000 },
prefix: "swth",
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/cheqd.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
chainID: 'cheqd-mainnet-1',
lcd: 'https://lcd-cheqd.tfl.foundation',
// lcd: 'https://lcd-cheqd.tfl.foundation',
lcd: 'https://api.cheqd.net',
gasAdjustment: 1.75,
gasPrices: { ncheq: 75 },
prefix: 'cheqd',
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/cosmoshub.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
chainID: 'cosmoshub-4',
lcd: 'https://lcd-cosmoshub.tfl.foundation',
// lcd: 'https://lcd-cosmoshub.tfl.foundation',
lcd: 'https://mainnet.crescent.network:1317',
gasAdjustment: 1.75,
gasPrices: { uatom: 0.025 },
prefix: 'cosmos',
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/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.025 },
prefix: 'cre',
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/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.1 },
prefix: 'juno',
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/kujira.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module.exports = {
version: '0.46',
chainID: 'kaiyo-1',
lcd: 'https://lcd-kujira.tfl.foundation',
// lcd: 'https://lcd-kujira.tfl.foundation',
lcd: 'https://kujira-api.polkachu.com',
gasAdjustment: 1.75,
gasPrices: {
ukuji: 0.0051,
Expand Down
3 changes: 2 additions & 1 deletion chains/mainnet/stargaze.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
chainID: 'stargaze-1',
lcd: 'https://lcd-stargaze.tfl.foundation',
// lcd: 'https://lcd-stargaze.tfl.foundation',
lcd: 'https://rest.cosmos.directory/stargaze',
gasAdjustment: 1.5,
gasPrices: { ustars: 1.2 },
prefix: 'stars',
Expand Down

0 comments on commit 0706051

Please sign in to comment.