Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Mar 18, 2024
2 parents 518604d + 396d072 commit a7af8a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
connect-branch: development
advanced-tools-branch: advanced-tools
environment: Cloudflare-Preview
public-url: ""
public-url: "/${{ needs.branch-sha.outputs.value }}"
wac-url: "https://wac.gfx.xyz"
project-branch: ${{ github.event.pull_request.head.ref }}
app-domain: preview.portalbridge.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
connect-branch: development
advanced-tools-branch: advanced-tools
environment: Cloudflare-Testnet
public-url: ""
public-url: "/${{ needs.branch-sha.outputs.value }}"
project-branch: ${{ github.event.pull_request.head.ref }}
app-domain: testnet.portalbridge.com
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion apps/connect/src/components/ConnectLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ConnectLoader({ config }: WormholeLoaderProps) {

useEffect(() => {
const script = document.createElement("script");
// script.src = `assets/wormhole-connect/main.js?id=${VITE_APP_JS_WC_INTEGRITY_SHA_384}`;
// script.src = `assets/wormhole-connect/main.js`;
script.type = "module";
/*if (VITE_APP_JS_WC_INTEGRITY_SHA_384) {
script.integrity = `sha384-${VITE_APP_JS_WC_INTEGRITY_SHA_384}`;
Expand Down

0 comments on commit a7af8a1

Please sign in to comment.