Skip to content

Commit

Permalink
build: use live CARDANO_SERVICES URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jan 25, 2025
1 parent 31aa695 commit e59c522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/browser-extension-wallet/.env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ 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_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://dev-sanchonet.lw.iog.io
BLOCKFROST_PROJECT_ID_MAINNET=mainnetprojectid
BLOCKFROST_PROJECT_ID_PREPROD=preprodprojectid
Expand Down

0 comments on commit e59c522

Please sign in to comment.