Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
041c86c0
Unverified
Commit
041c86c0
authored
Jun 24, 2020
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dns variable
parent
123373e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
release.yaml
.github/workflows/release.yaml
+2
-2
No files found.
.github/workflows/release.yaml
View file @
041c86c0
...
@@ -69,7 +69,7 @@ jobs:
...
@@ -69,7 +69,7 @@ jobs:
CLOUDFLARE_TOKEN
:
${{ secrets.CLOUDFLARE_TOKEN }}
CLOUDFLARE_TOKEN
:
${{ secrets.CLOUDFLARE_TOKEN }}
RECORD_DOMAIN
:
'
uniswap.org'
RECORD_DOMAIN
:
'
uniswap.org'
RECORD_NAME
:
'
_dnslink.app'
RECORD_NAME
:
'
_dnslink.app'
CLOUDFLARE_
TOKEN_ZONE_ID
:
${{ secrets.CLOUDFLARE_TOKEN
_ZONE_ID }}
CLOUDFLARE_
ZONE_ID
:
${{ secrets.CLOUDFLARE
_ZONE_ID }}
uses
:
textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848
uses
:
textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848
with
:
with
:
cid
:
${{ steps.upload.outputs.hash }}
cid
:
${{ steps.upload.outputs.hash }}
...
@@ -93,7 +93,7 @@ jobs:
...
@@ -93,7 +93,7 @@ jobs:
The Uniswap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to store your settings.
The Uniswap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to store your settings.
**Beware** that other sites you access via the _same_ IPFS gateway can read and modify your settings on the Uniswap interface without your permission.
**Beware** that other sites you access via the _same_ IPFS gateway can read and modify your settings on the Uniswap interface without your permission.
You can avoid this issue by using a subdomain IPFS gateway, or our alias to the latest release at [app.uniswap.org](https://app.uniswap.org).
You can avoid this issue by using a subdomain IPFS gateway, or our alias to the latest release at [app.uniswap.org](https://app.uniswap.org).
The preferred URLs below are safe to use to access this release.
The preferred URLs below are safe to use to access this
specific
release.
Preferred URLs:
Preferred URLs:
- https://${{ steps.convert_cidv0.outputs.cidv1 }}.ipfs.dweb.link/
- https://${{ steps.convert_cidv0.outputs.cidv1 }}.ipfs.dweb.link/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment