ci(release): publish latest release

parent 5c039dc8
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmSx41VP5fQ6sZTMUmtCBn74MEsfmxA1Y7X6jNw7CLMJyx` - CIDv0: `QmPRQRBZwDw1jYotLP4R6zubEWZjMW2P5LkuiJsFzaMkM3`
- CIDv1: `bafybeiceqbv4zz2qxq34hgptfzhv7bbtfzif2cdqnn4hpc23vsbcbn6w7m` - CIDv1: `bafybeiaqcnxgf37h52eyehnmepivgbycqmpgd6iosvgitzceiuly3ck34y`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...@@ -10,15 +10,10 @@ You can also access the Uniswap Interface from an IPFS gateway. ...@@ -10,15 +10,10 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs. Your Uniswap settings are never remembered across different URLs.
IPFS gateways: IPFS gateways:
- https://bafybeiceqbv4zz2qxq34hgptfzhv7bbtfzif2cdqnn4hpc23vsbcbn6w7m.ipfs.dweb.link/ - https://bafybeiaqcnxgf37h52eyehnmepivgbycqmpgd6iosvgitzceiuly3ck34y.ipfs.dweb.link/
- https://bafybeiceqbv4zz2qxq34hgptfzhv7bbtfzif2cdqnn4hpc23vsbcbn6w7m.ipfs.cf-ipfs.com/ - https://bafybeiaqcnxgf37h52eyehnmepivgbycqmpgd6iosvgitzceiuly3ck34y.ipfs.cf-ipfs.com/
- [ipfs://QmSx41VP5fQ6sZTMUmtCBn74MEsfmxA1Y7X6jNw7CLMJyx/](ipfs://QmSx41VP5fQ6sZTMUmtCBn74MEsfmxA1Y7X6jNw7CLMJyx/) - [ipfs://QmPRQRBZwDw1jYotLP4R6zubEWZjMW2P5LkuiJsFzaMkM3/](ipfs://QmPRQRBZwDw1jYotLP4R6zubEWZjMW2P5LkuiJsFzaMkM3/)
### 5.35.1 (2024-06-14) ### 5.35.2 (2024-06-18)
### Bug Fixes
* **web:** Revert 8059 fallback to gql (token balances) - prod (#9094) 8ce2c94
web/5.35.1 web/5.35.2
\ No newline at end of file \ No newline at end of file
...@@ -92,8 +92,8 @@ export function useDerivedSendInfo(state: SendState): SendInfo { ...@@ -92,8 +92,8 @@ export function useDerivedSendInfo(state: SendState): SendInfo {
const transferInfo = useMemo(() => { const transferInfo = useMemo(() => {
return { return {
provider, provider,
address: account.address, account: account.address,
chaindId: account.chainId, chainId: account.chainId,
currencyAmount: parsedTokenAmount, currencyAmount: parsedTokenAmount,
toAddress: recipientData?.address, toAddress: recipientData?.address,
} }
......
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