Skip to content

Commit

Permalink
ci(release): publish latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-happy-puppy committed Jun 18, 2024
1 parent 5c039dc commit 7c7ca82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
17 changes: 6 additions & 11 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmSx41VP5fQ6sZTMUmtCBn74MEsfmxA1Y7X6jNw7CLMJyx`
- CIDv1: `bafybeiceqbv4zz2qxq34hgptfzhv7bbtfzif2cdqnn4hpc23vsbcbn6w7m`
- CIDv0: `QmPRQRBZwDw1jYotLP4R6zubEWZjMW2P5LkuiJsFzaMkM3`
- CIDv1: `bafybeiaqcnxgf37h52eyehnmepivgbycqmpgd6iosvgitzceiuly3ck34y`

The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).

Expand All @@ -10,15 +10,10 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.

IPFS gateways:
- https://bafybeiceqbv4zz2qxq34hgptfzhv7bbtfzif2cdqnn4hpc23vsbcbn6w7m.ipfs.dweb.link/
- https://bafybeiceqbv4zz2qxq34hgptfzhv7bbtfzif2cdqnn4hpc23vsbcbn6w7m.ipfs.cf-ipfs.com/
- [ipfs://QmSx41VP5fQ6sZTMUmtCBn74MEsfmxA1Y7X6jNw7CLMJyx/](ipfs://QmSx41VP5fQ6sZTMUmtCBn74MEsfmxA1Y7X6jNw7CLMJyx/)
- https://bafybeiaqcnxgf37h52eyehnmepivgbycqmpgd6iosvgitzceiuly3ck34y.ipfs.dweb.link/
- https://bafybeiaqcnxgf37h52eyehnmepivgbycqmpgd6iosvgitzceiuly3ck34y.ipfs.cf-ipfs.com/
- [ipfs://QmPRQRBZwDw1jYotLP4R6zubEWZjMW2P5LkuiJsFzaMkM3/](ipfs://QmPRQRBZwDw1jYotLP4R6zubEWZjMW2P5LkuiJsFzaMkM3/)

### 5.35.1 (2024-06-14)


### Bug Fixes

* **web:** Revert 8059 fallback to gql (token balances) - prod (#9094) 8ce2c94
### 5.35.2 (2024-06-18)


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.35.1
web/5.35.2
4 changes: 2 additions & 2 deletions apps/web/src/state/send/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export function useDerivedSendInfo(state: SendState): SendInfo {
const transferInfo = useMemo(() => {
return {
provider,
address: account.address,
chaindId: account.chainId,
account: account.address,
chainId: account.chainId,
currencyAmount: parsedTokenAmount,
toAddress: recipientData?.address,
}
Expand Down

0 comments on commit 7c7ca82

Please sign in to comment.