This is a fork of the Uniswap interface that incorporates elements of the Gnosis conditional token explorer to facilitate conditional token exchanges. It doesn't work yet.
- Uniswap Website: uniswap.org
- Original Uniswap Interface: app.uniswap.org
- Gnosis Website: gnosis.io
- Conditional token explorer: cte.gnosis.io
yarn
yarn start
To have the interface default to a different network when a wallet is not connected:
- Make a copy of
.env
named.env.local
- Change
REACT_APP_NETWORK_ID
to"{YOUR_NETWORK_ID}"
- Change
REACT_APP_NETWORK_URL
to e.g."https://{YOUR_NETWORK_ID}.infura.io/v3/{YOUR_INFURA_KEY}"
Note that the interface only works on testnets where both Uniswap V2 and multicall are deployed. The interface will not work on other networks.