Commit 9f3e49b4 authored by Moody Salem's avatar Moody Salem

chore(ipfs migration): point at master branch instead of v2 branch

parent d4911d10
...@@ -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'
......
...@@ -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
......
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment