Skip to content

Commit

Permalink
Merge pull request #139 from QuickSwap/hotfix/update-workflow-beta
Browse files Browse the repository at this point in the history
update github deploy workflow to beta
  • Loading branch information
totop716 authored Apr 26, 2022
2 parents 64d1dbb + 0bcac92 commit c2d20d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
RECORD_DOMAIN: 'quickswap.exchange'
RECORD_NAME: '_dnslink.alpha'
RECORD_NAME: '_dnslink.beta'
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
uses: textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848
with:
Expand All @@ -99,11 +99,11 @@ jobs:
- CIDv0: `${{ steps.upload.outputs.hash }}`
- CIDv1: `${{ steps.convert_cidv0.outputs.cidv1 }}`
The latest release is always accessible via our alias to the Cloudflare IPFS gateway at [alpha.quickswap.exchange](https://alpha.quickswap.exchange).
The latest release is always accessible via our alias to the Cloudflare IPFS gateway at [beta.quickswap.exchange](https://beta.quickswap.exchange).
You can also access the QuickSwap Interface directly from an IPFS gateway.
**BEWARE**: The QuickSwap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to remember your settings, such as which tokens you have imported.
**You should always use an IPFS gateway that enforces origin separation**, or our alias to the latest release at [alpha.quickswap.exchange](https://alpha.quickswap.exchange).
**You should always use an IPFS gateway that enforces origin separation**, or our alias to the latest release at [beta.quickswap.exchange](https://beta.quickswap.exchange).
Your QuickSwap settings are never remembered across different URLs.
IPFS gateways:
Expand Down

0 comments on commit c2d20d8

Please sign in to comment.