This repository was archived by the owner on Jul 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.storacha.network" >> .env
139139 echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.storacha.network/receipt/" >> .env
140140 echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env
141- echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link " >> .env
141+ echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://freeway.dag.haus " >> .env
142142 echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env
143143 echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env
144144 echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1OCJ1qF6A5ufQX5vM5DWg4rA" >> .env
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.web3.storage" >> .env
132132 echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.web3.storage/receipt/" >> .env
133133 echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env
134- echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link " >> .env
134+ echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://freeway.dag.haus " >> .env
135135 echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env
136136 echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env
137137 echo "NEXT_PUBLIC_STRIPE_PRICING_TABLE_ID=prctbl_1OCJ1qF6A5ufQX5vM5DWg4rA" >> .env
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ export const serviceConnection = connect<Service>({
3333 } ) ,
3434} )
3535
36- export const gatewayHost = process . env . NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://w3s.link '
36+ export const gatewayHost = process . env . NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://freeway.dag.haus '
You can’t perform that action at this time.
0 commit comments