diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 97d3a8a5..bc64a153 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -23,7 +23,7 @@ jobs: with: name: preview separator: P - advanced-tools-branch: advanced-tools + advanced-tools-branch: feature/add-worldchain environment: Cloudflare-Preview public-url: "/${{ needs.branch-sha.outputs.value }}" wac-url-template: "https://allez-xyz--usds-*.modal.run" diff --git a/apps/connect/package.json b/apps/connect/package.json index 7d7da8e7..c4bc58ad 100644 --- a/apps/connect/package.json +++ b/apps/connect/package.json @@ -1,7 +1,7 @@ { "name": "@xlabs/portal-bridge-ui", "private": true, - "version": "0.2.19", + "version": "0.2.20", "type": "module", "scripts": { "dev:usdc-bridge": "vite --config ./vite.usdc-bridge.config.ts",