File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
IPFS hash of the deployment:
2
- - CIDv0: `QmPSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM `
3
- - CIDv1: `bafybeiaqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a `
2
+ - CIDv0: `QmWDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC `
3
+ - CIDv1: `bafybeidu7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu `
4
4
5
5
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
6
6
@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
10
10
Your Uniswap settings are never remembered across different URLs.
11
11
12
12
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 /)
16
16
17
- ## 5.32 .0 (2024-06-10)
17
+ ## 5.33 .0 (2024-06-10)
18
18
19
19
20
20
### Features
21
21
22
- * **web:** Remove last of thegraph usage -prod (#8870) 910cb06
22
+ * **web:** add quoteId to Xv2 rfq POST (#8908) 6fd2f1e
23
23
24
24
Original file line number Diff line number Diff line change 1
- web/5.32 .0
1
+ web/5.33 .0
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ export function useUniswapXSwapCallback({
191
191
tokenInChainId : updatedOrder . chainId ,
192
192
tokenOutChainId : updatedOrder . chainId ,
193
193
requestId : trade . requestId ,
194
+ quoteId : trade . quoteId ,
194
195
forceOpenOrder : trade . forceOpenOrder ,
195
196
}
196
197
} else {
You can’t perform that action at this time.
0 commit comments