Skip to content

Commit e59c522

Browse files
committed
build: use live CARDANO_SERVICES URLs
1 parent 31aa695 commit e59c522

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/browser-extension-wallet/.env.defaults

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ SENTRY_PROJECT=
7474
SENTRY_ENVIRONMENT=development
7575

7676
# Cardano Services
77-
CARDANO_SERVICES_URL_MAINNET=https://dev-mainnet.lw.iog.io
78-
CARDANO_SERVICES_URL_PREPROD=https://dev-preprod.lw.iog.io
79-
CARDANO_SERVICES_URL_PREVIEW=https://dev-preview.lw.iog.io
77+
CARDANO_SERVICES_URL_MAINNET=https://live-mainnet.lw.iog.io
78+
CARDANO_SERVICES_URL_PREPROD=https://live-preprod.lw.iog.io
79+
CARDANO_SERVICES_URL_PREVIEW=https://live-preview.lw.iog.io
8080
CARDANO_SERVICES_URL_SANCHONET=https://dev-sanchonet.lw.iog.io
8181
BLOCKFROST_PROJECT_ID_MAINNET=mainnetprojectid
8282
BLOCKFROST_PROJECT_ID_PREPROD=preprodprojectid

0 commit comments

Comments
 (0)