Commit 3febe4a 1 parent e85d760 commit 3febe4a Copy full SHA for 3febe4a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.storacha.network" >> .env
139
139
echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.storacha.network/receipt/" >> .env
140
140
echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env
141
- echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://freeway.dag.haus " >> .env
141
+ echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link " >> .env
142
142
echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env
143
143
echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env
144
144
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:
131
131
echo "NEXT_PUBLIC_W3UP_SERVICE_URL=https://up.web3.storage" >> .env
132
132
echo "NEXT_PUBLIC_W3UP_RECEIPTS_URL=https://up.web3.storage/receipt/" >> .env
133
133
echo "NEXT_PUBLIC_W3UP_PROVIDER=did:web:web3.storage" >> .env
134
- echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://freeway.dag.haus " >> .env
134
+ echo "NEXT_PUBLIC_W3UP_GATEWAY_HOST=https://w3s.link " >> .env
135
135
echo "NEXT_PUBLIC_W3UP_GATEWAY_ID=did:web:w3s.link" >> .env
136
136
echo "NEXT_PUBLIC_IPFS_GATEWAY_URL=https://%ROOT_CID%.ipfs.w3s.link" >> .env
137
137
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>({
33
33
} ) ,
34
34
} )
35
35
36
- export const gatewayHost = process . env . NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://freeway.dag.haus '
36
+ export const gatewayHost = process . env . NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://w3s.link '
You can’t perform that action at this time.
0 commit comments