Skip to content

Commit

Permalink
chore: update cardano services urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pczeglik-iohk committed Mar 28, 2024
1 parent e8a9096 commit 405d997
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 @@ -63,9 +63,9 @@ POSTHOG_DEV_TOKEN_PREVIEW=phc_e8SaOOWpXpNE59TnpLumeUjWm4iv024AWjhQqU406jr
POSTHOG_DEV_TOKEN_SANCHONET=phc_OUu6sPucDu5S6skRmYbWN5Jn8TpggWTQu1Y1ETkm3xt

# 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://backend.dev-sanchonet.eks.lw.iog.io

# Explorer URLs
Expand Down
6 changes: 3 additions & 3 deletions apps/browser-extension-wallet/.env.developerpreview
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ POSTHOG_DEV_TOKEN_PREPROD=phc_Xlmldm6EYSfQVgB9Uxm3b2xC1noDlgFFXpF9AJ6SMfJ
POSTHOG_DEV_TOKEN_PREVIEW=phc_e8SaOOWpXpNE59TnpLumeUjWm4iv024AWjhQqU406jr

# 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://backend.dev-sanchonet.eks.lw.iog.io

# Explorer URLs
Expand Down
6 changes: 3 additions & 3 deletions apps/browser-extension-wallet/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ POSTHOG_DEV_TOKEN_PREVIEW=dev-preview-token
POSTHOG_DEV_TOKEN_SANCHONET=dev-sanchonet-token

# Cardano Services
CARDANO_SERVICES_URL_MAINNET=https://backend.live-mainnet.eks.lw.iog.io
CARDANO_SERVICES_URL_PREPROD=https://backend.live-preprod.eks.lw.iog.io
CARDANO_SERVICES_URL_PREVIEW=https://backend.live-preview.eks.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://backend.dev-sanchonet.eks.lw.iog.io

# Explorer URLs
Expand Down

0 comments on commit 405d997

Please sign in to comment.