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
9f3e49b4
Unverified
Commit
9f3e49b4
authored
Jun 30, 2020
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ipfs migration): point at master branch instead of v2 branch
parent
d4911d10
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
release.yaml
.github/workflows/release.yaml
+1
-1
tests.yaml
.github/workflows/tests.yaml
+2
-2
README.md
README.md
+5
-4
No files found.
.github/workflows/release.yaml
View file @
9f3e49b4
...
@@ -7,7 +7,7 @@ on:
...
@@ -7,7 +7,7 @@ on:
# releases are triggered on changes to this file
# releases are triggered on changes to this file
push
:
push
:
branches
:
branches
:
-
v2
-
master
paths
:
paths
:
-
'
.github/workflows/release.yaml'
-
'
.github/workflows/release.yaml'
-
'
.env.production'
-
'
.env.production'
...
...
.github/workflows/tests.yaml
View file @
9f3e49b4
...
@@ -2,10 +2,10 @@ name: Tests
...
@@ -2,10 +2,10 @@ name: Tests
on
:
on
:
push
:
push
:
branches
:
branches
:
-
v2
-
master
pull_request
:
pull_request
:
branches
:
branches
:
-
v2
-
master
jobs
:
jobs
:
integration-tests
:
integration-tests
:
name
:
Integration tests
name
:
Integration tests
...
...
README.md
View file @
9f3e49b4
...
@@ -48,10 +48,11 @@ The frontend will not work on other networks.
...
@@ -48,10 +48,11 @@ The frontend will not work on other networks.
## Contributions
## Contributions
**Please open all pull requests against the `
v2
` branch.**
**Please open all pull requests against the `
master
` branch.**
CI checks will run against all PRs.
CI checks will run against all PRs.
## Accessing Uniswap V1
interface
## Accessing Uniswap V1
The Uniswap V1 interface for mainnet and testnets is accessible via IPFS gateways linked
The Uniswap Interface supports swapping against, and migrating or removing liquidity from Uniswap V1. However,
from the
[
v1.0.0 release
](
https://github.com/Uniswap/uniswap-interface/releases/tag/v1.0.0
)
.
if you would like to use Uniswap V1, the Uniswap V1 interface for mainnet and testnets is accessible via IPFS gateways
\ No newline at end of file
linked from the
[
v1.0.0 release
](
https://github.com/Uniswap/uniswap-interface/releases/tag/v1.0.0
)
.
\ No newline at end of file
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