Skip to content

Commit aeed05f

Browse files
lgobbi-atixmirceahasegan
authored andcommitted
chore/Bump cardano-js-sdk (#559)
* chore!: bump cardano-js-sdk packages to latest versions * ci: add cardano services urls parameters to build step * Feat/sanchonet network switch support (#612) * feat: update env to support switching to sanchonet * chore: remove old testnet * chore: bump cardano-sdk packages to latest version --------- Co-authored-by: mirceahasegan <[email protected]>
1 parent 394dcf8 commit aeed05f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/e2e-tests-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
uses: ./.github/shared/build
5151
with:
5252
LACE_EXTENSION_KEY: ${{ secrets.MANIFEST_PUBLIC_KEY }}
53+
CARDANO_SERVICES_URL_MAINNET: ${{ secrets.CARDANO_SERVICES_URL_MAINNET }}
54+
CARDANO_SERVICES_URL_PREPROD: ${{ secrets.CARDANO_SERVICES_URL_PREPROD }}
55+
CARDANO_SERVICES_URL_PREVIEW: ${{ secrets.CARDANO_SERVICES_URL_PREVIEW }}
5356
- name: Start XVFB
5457
run: |
5558
Xvfb :99 &

.github/workflows/smoke-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
uses: ./.github/shared/build
2727
with:
2828
LACE_EXTENSION_KEY: ${{ secrets.MANIFEST_PUBLIC_KEY }}
29+
CARDANO_SERVICES_URL_MAINNET: ${{ secrets.CARDANO_SERVICES_URL_MAINNET }}
30+
CARDANO_SERVICES_URL_PREPROD: ${{ secrets.CARDANO_SERVICES_URL_PREPROD }}
31+
CARDANO_SERVICES_URL_PREVIEW: ${{ secrets.CARDANO_SERVICES_URL_PREVIEW }}
2932
- name: Start XVFB
3033
run: |
3134
Xvfb :99 &

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DEFAULT_CHAIN=Mainnet
44
WALLET_SYNC_TIMEOUT_IN_SEC=60
55
WALLET_INTERVAL_IN_SEC=30
66
DROP_CONSOLE_IN_PRODUCTION=false
7-
AVAILABLE_CHAINS=Preprod,Preview,Mainnet
7+
AVAILABLE_CHAINS=Preprod,Preview,Mainnet,Sanchonet
88
ADA_PRICE_POLLING_IN_SEC=60
99
TOKEN_PRICE_POLLING_IN_SEC=300
1010
SAVED_PRICE_DURATION_IN_MINUTES=720

0 commit comments

Comments
 (0)