Skip to content

Commit

Permalink
feat(mo-10922): perform xtz tests for ledger-stg.com domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mszkutnik-ledger committed Jan 17, 2025
1 parent 474d0db commit dfce258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/env/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,17 @@ const envDefinitions = {
desc: "bakers API for tezos",
},
API_TEZOS_BLOCKCHAIN_EXPLORER_API_ENDPOINT: {
def: "https://xtz-explorer.api.live.ledger.com/explorer",
def: "https://xtz-explorer.api-01.live.ledger-stg.com/explorer",
parser: stringParser,
desc: "Ledger explorer API for tezos",
},
API_TEZOS_TZKT_API: {
def: "https://xtz-tzkt-explorer.api.live.ledger.com",
def: "https://xtz-tzkt-explorer.api-01.live.ledger-stg.com",
parser: stringParser,
desc: "tzkt.io explorer",
},
API_TEZOS_NODE: {
def: "https://xtz-node.api.live.ledger.com",
def: "https://xtz-node.api-01.live.ledger-stg.com",
parser: stringParser,
desc: "node API for tezos (for broadcast only)",
},
Expand Down

0 comments on commit dfce258

Please sign in to comment.