Skip to content

Commit a42fb9a

Browse files
committed
Apply ledger-live branch changes
1 parent 984ebf0 commit a42fb9a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

libs/coin-modules/coin-cosmos/src/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const cosmosConfig: CosmosConfig = {
1717
config_currency_cosmos: {
1818
type: "object",
1919
default: {
20-
lcd: "https://cosmoshub4.coin.ledger.com",
20+
lcd: "https://cosmoshub4.coin.ledger-test.com",
2121
minGasPrice: 0.025,
2222
ledgerValidator: "cosmosvaloper10wljxpl03053h9690apmyeakly3ylhejrucvtm",
2323
status: {
@@ -35,7 +35,7 @@ export const cosmosConfig: CosmosConfig = {
3535
config_currency_dydx: {
3636
type: "object",
3737
default: {
38-
lcd: "https://dydx.coin.ledger.com",
38+
lcd: "https://dydx.coin.ledger-test.com",
3939
minGasPrice: 12500000000,
4040
ledgerValidator: "dydxvaloper1gffkd68xcnfpzcsplf0fsuetxkysunud6a900w",
4141
status: {

libs/env/src/env.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const envDefinitions = {
9393
desc: "Casper API url node",
9494
},
9595
API_ALGORAND_BLOCKCHAIN_EXPLORER_API_ENDPOINT: {
96-
def: "https://algorand.coin.ledger.com",
96+
def: "https://algorand.coin.ledger-stg.com",
9797
parser: stringParser,
9898
desc: "Node API endpoint for algorand",
9999
},
@@ -178,12 +178,12 @@ const envDefinitions = {
178178
desc: "Ledger explorer API for tezos",
179179
},
180180
API_TEZOS_TZKT_API: {
181-
def: "https://xtz-tzkt-explorer.api.live.ledger.com",
181+
def: "https://xtz-tzkt-explorer.api.live.ledger-test.com",
182182
parser: stringParser,
183183
desc: "tzkt.io explorer",
184184
},
185185
API_TEZOS_NODE: {
186-
def: "https://xtz-node.api.live.ledger.com",
186+
def: "https://xtz-node.api.live.ledger-test.com",
187187
parser: stringParser,
188188
desc: "node API for tezos (for broadcast only)",
189189
},
@@ -243,7 +243,7 @@ const envDefinitions = {
243243
desc: "Buy crypto API base url - version 1",
244244
},
245245
CARDANO_API_ENDPOINT: {
246-
def: "https://cardano.coin.ledger.com/api",
246+
def: "https://ada.api.vault.ledger.com/api",
247247
parser: stringParser,
248248
desc: "Cardano API url",
249249
},

libs/ledger-live-common/src/families/near/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const nearConfig: CurrencyLiveConfigDefinition = {
66
default: {
77
status: { type: "active" },
88
infra: {
9-
API_NEAR_PRIVATE_NODE: "https://near.coin.ledger.com/node",
9+
API_NEAR_PRIVATE_NODE: "https://near.coin.ledger-test.com/node",
1010
API_NEAR_PUBLIC_NODE: "https://rpc.mainnet.near.org",
11-
API_NEAR_INDEXER: "https://near.coin.ledger.com/indexer",
11+
API_NEAR_INDEXER: "https://near.coin.ledger-test.com/indexer",
1212
},
1313
},
1414
},

0 commit comments

Comments
 (0)