Skip to content

Commit 3defbbd

Browse files
ci(release): publish latest release
1 parent c584f5a commit 3defbbd

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

RELEASE

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmPSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM`
3-
- CIDv1: `bafybeiaqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a`
2+
- CIDv0: `QmWDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC`
3+
- CIDv1: `bafybeidu7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu`
44

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

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

1212
IPFS gateways:
13-
- https://bafybeiaqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a.ipfs.dweb.link/
14-
- https://bafybeiaqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a.ipfs.cf-ipfs.com/
15-
- [ipfs://QmPSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM/](ipfs://QmPSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM/)
13+
- https://bafybeidu7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu.ipfs.dweb.link/
14+
- https://bafybeidu7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu.ipfs.cf-ipfs.com/
15+
- [ipfs://QmWDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC/](ipfs://QmWDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC/)
1616

17-
## 5.32.0 (2024-06-10)
17+
## 5.33.0 (2024-06-10)
1818

1919

2020
### Features
2121

22-
* **web:** Remove last of thegraph usage -prod (#8870) 910cb06
22+
* **web:** add quoteId to Xv2 rfq POST (#8908) 6fd2f1e
2323

2424

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.32.0
1+
web/5.33.0

apps/web/src/hooks/useUniswapXSwapCallback.ts

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ export function useUniswapXSwapCallback({
191191
tokenInChainId: updatedOrder.chainId,
192192
tokenOutChainId: updatedOrder.chainId,
193193
requestId: trade.requestId,
194+
quoteId: trade.quoteId,
194195
forceOpenOrder: trade.forceOpenOrder,
195196
}
196197
} else {

0 commit comments

Comments
 (0)