Skip to content

Commit

Permalink
chore: set staging URLs for cardano-services
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Nov 12, 2024
1 parent adbb391 commit b307930
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/browser-extension-wallet/.env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ SENTRY_PROJECT=
SENTRY_ENVIRONMENT=development

# Cardano Services
CARDANO_SERVICES_URL_MAINNET=https://dev-mainnet.lw.iog.io
CARDANO_SERVICES_URL_PREPROD=https://dev-preprod.lw.iog.io
CARDANO_SERVICES_URL_PREVIEW=https://dev-preview.lw.iog.io
CARDANO_SERVICES_URL_SANCHONET=https://dev-sanchonet.lw.iog.io
CARDANO_SERVICES_URL_MAINNET=https://live-mainnet.lw.iog.io
CARDANO_SERVICES_URL_PREPROD=https://live-preprod.lw.iog.io
CARDANO_SERVICES_URL_PREVIEW=https://live-preview.lw.iog.io
CARDANO_SERVICES_URL_SANCHONET=https://live-sanchonet.lw.iog.io
BLOCKFROST_PROJECT_ID_MAINNET=mainnetprojectid
BLOCKFROST_PROJECT_ID_PREPROD=preprodprojectid
BLOCKFROST_PROJECT_ID_PREVIEW=previewprojectid
Expand Down

0 comments on commit b307930

Please sign in to comment.