Skip to content

Commit

Permalink
Apply ledger-live branch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxZubrytskyi committed Dec 12, 2024
1 parent fd2b160 commit 4b245b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-cosmos/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const cosmosConfig: CosmosConfig = {
config_currency_cosmos: {
type: "object",
default: {
lcd: "https://cosmoshub4.coin.ledger.com",
lcd: "https://cosmoshub4.coin.ledger-stg.com",
minGasPrice: 0.025,
ledgerValidator: "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
status: {
Expand Down
4 changes: 2 additions & 2 deletions libs/env/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const envDefinitions = {
desc: "Casper API url node",
},
API_ALGORAND_BLOCKCHAIN_EXPLORER_API_ENDPOINT: {
def: "https://algorand.coin.ledger.com",
def: "https://algorand.coin.ledger-stg.com",
parser: stringParser,
desc: "Node API endpoint for algorand",
},
Expand Down Expand Up @@ -163,7 +163,7 @@ const envDefinitions = {
desc: "tzkt.io explorer",
},
API_TEZOS_NODE: {
def: "https://xtz-node.api.live.ledger.com",
def: "https://xtz-tzkt-explorer.api-01.live.ledger-stg.com",
parser: stringParser,
desc: "node API for tezos (for broadcast only)",
},
Expand Down
4 changes: 2 additions & 2 deletions libs/ledger-live-common/src/families/near/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const nearConfig: CurrencyLiveConfigDefinition = {
default: {
status: { type: "active" },
infra: {
API_NEAR_PRIVATE_NODE: "https://near.coin.ledger.com/node",
API_NEAR_PRIVATE_NODE: "https://near.coin.ledger-stg.com/node",
API_NEAR_PUBLIC_NODE: "https://rpc.mainnet.near.org",
API_NEAR_INDEXER: "https://near.coin.ledger.com/indexer",
API_NEAR_INDEXER: "https://near.coin.ledger-stg.com/indexer",
},
},
},
Expand Down

0 comments on commit 4b245b6

Please sign in to comment.