diff --git a/.github/workflows/deploy-storacha.yml b/.github/workflows/deploy-storacha.yml index cefa398..180e552 100644 --- a/.github/workflows/deploy-storacha.yml +++ b/.github/workflows/deploy-storacha.yml @@ -138,7 +138,7 @@ jobs: echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.storacha.network" >> .env echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.storacha.network/receipt/" >> .env echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env - echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link" >> .env + echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://freeway.dag.haus" >> .env echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1OCJ1qF6A5ufQX5vM5DWg4rA" >> .env diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8666389..2977d41 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -131,7 +131,7 @@ jobs: echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.web3.storage" >> .env echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.web3.storage/receipt/" >> .env echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env - echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link" >> .env + echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://freeway.dag.haus" >> .env echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1OCJ1qF6A5ufQX5vM5DWg4rA" >> .env diff --git a/src/components/services.ts b/src/components/services.ts index 03d247f..8fcadcd 100644 --- a/src/components/services.ts +++ b/src/components/services.ts @@ -33,4 +33,4 @@ export const serviceConnection = connect({ }), }) -export const gatewayHost = process.env.NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://w3s.link' +export const gatewayHost = process.env.NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://freeway.dag.haus'