Skip to content

Commit

Permalink
Merge pull request #1835 from statechannels/fix-demo
Browse files Browse the repository at this point in the history
update to files hosted on DO
  • Loading branch information
lalexgap committed Nov 13, 2023
2 parents 0f73668 + ae8660b commit ca23778
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-patsy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
DROPLET_IP: "165.22.197.200"
NAME: "nitro-payment-proxy"
NITRO_ENDPOINT: "brad-node.statechannels.org:4005/api/v1"
DESTINATION_URL: "https://core8.datasetcreators.com/"
DESTINATION_URL: "https://demo-files.ams3.digitaloceanspaces.com/"
TLS_CERT_FILE: /app/certs/live/payment-proxy.statechannels.org/fullchain.pem
TLS_KEY_FILE: /app/certs/live/payment-proxy.statechannels.org/privkey.pem
PROXY_PORT: 443
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-proxy-client/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VITE_PROXY_URL=https://payment-proxy.statechannels.org
VITE_PROVIDER=0xA72DBe31224b824c438606196bE5857C6bE4cB32
VITE_HUB=0x89825D58A7E2C198a06125be9CD0631317f9A07B
VITE_INITIAL_CHANNEL_BALANCE=20000000 # 20 mwei/pFil
VITE_FILE_PATHS=/ipfs/bafybeihbwk7ruv6et3zykqu35frf6uuawrtrivkovfqley6iqsiv5lvmiq;/ipfs/bafybeibzmjk2elsynsvinejwfbjzv7aa2nvs3ybtsnnwp4qbhzevrifi34;/ipfs/bafybeihafuwbccqrzxiyqrzz4hzdtb5ouaepfcqx2prj3gosgkbb5mg4au
VITE_FILE_PATHS=/DALL·E 2023-09-08 13.20.27 - cyperpunk depiction of a robot throwing a filecoin token toward a distant robot, digital art.png;/DALL·E 2023-09-08 13.24.23 - muscular unicorn surfing on a wave of golden coins with a rainbow in the background, digital art. the unicorn is branded with the words _0 trust_.png;/DALL·E 2023-09-08 13.34.03 - surrealist painting of a pair of 90s style computers exchanging golden coins.png
VITE_FILE_SIZES=1778633;1995866;2221266
VITE_FILE_NAMES=robot.png;unicorn.png;computers.png
VITE_CHUNK_SIZE=300000
13 changes: 3 additions & 10 deletions packages/payment-proxy-client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,9 @@ export default function App() {
<StepLabel>Connect to a Retrieval Provider</StepLabel>
<StepContent>
<Typography>
Connect to{" "}
<Link
underline="hover"
href="https://dcent.nl/"
target="_blank"
>
DCENT Datacenter
</Link>{" "}
Storage Provider, creating a <b>virtual payment channel</b> with
enough capacity to pay for 10 retrievals.
Connect to a Storage Provider, creating a{" "}
<b>virtual payment channel</b> with enough capacity to pay for
10 retrievals.
</Typography>

<Box sx={{ mb: 2 }}>
Expand Down

0 comments on commit ca23778

Please sign in to comment.