ci(release): publish latest release

parent c584f5ac
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmPSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM` - CIDv0: `QmWDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC`
- CIDv1: `bafybeiaqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a` - CIDv1: `bafybeidu7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu`
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,15 @@ You can also access the Uniswap Interface from an IPFS gateway. ...@@ -10,15 +10,15 @@ 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://bafybeiaqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a.ipfs.dweb.link/ - https://bafybeidu7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu.ipfs.dweb.link/
- https://bafybeiaqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a.ipfs.cf-ipfs.com/ - https://bafybeidu7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu.ipfs.cf-ipfs.com/
- [ipfs://QmPSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM/](ipfs://QmPSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM/) - [ipfs://QmWDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC/](ipfs://QmWDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC/)
## 5.32.0 (2024-06-10) ## 5.33.0 (2024-06-10)
### Features ### Features
* **web:** Remove last of thegraph usage -prod (#8870) 910cb06 * **web:** add quoteId to Xv2 rfq POST (#8908) 6fd2f1e
web/5.32.0 web/5.33.0
\ No newline at end of file \ No newline at end of file
...@@ -191,6 +191,7 @@ export function useUniswapXSwapCallback({ ...@@ -191,6 +191,7 @@ export function useUniswapXSwapCallback({
tokenInChainId: updatedOrder.chainId, tokenInChainId: updatedOrder.chainId,
tokenOutChainId: updatedOrder.chainId, tokenOutChainId: updatedOrder.chainId,
requestId: trade.requestId, requestId: trade.requestId,
quoteId: trade.quoteId,
forceOpenOrder: trade.forceOpenOrder, forceOpenOrder: trade.forceOpenOrder,
} }
} else { } else {
......
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