Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
3defbbd8
Commit
3defbbd8
authored
Jun 10, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
c584f5ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
useUniswapXSwapCallback.ts
apps/web/src/hooks/useUniswapXSwapCallback.ts
+1
-0
No files found.
RELEASE
View file @
3defbbd8
IPFS hash of the deployment:
- CIDv0: `Qm
PSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM
`
- CIDv1: `bafybei
aqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a
`
- CIDv0: `Qm
WDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC
`
- CIDv1: `bafybei
du7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu
`
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.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybei
aqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a
.ipfs.dweb.link/
- https://bafybei
aqkn77amn3y4aj3h2sw2epgtsgothkkowwdpm6jxogowhmbxpv3a
.ipfs.cf-ipfs.com/
- [ipfs://Qm
PSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM/](ipfs://QmPSP5cRUzNoTLLmK32mHARzj3nuNRvytqWsdDetCNMgDM
/)
- https://bafybei
du7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu
.ipfs.dweb.link/
- https://bafybei
du7lqw7ls7lcaxytltxl3vr7xk3hne5lrs22rmndx7vvc5ovsbiu
.ipfs.cf-ipfs.com/
- [ipfs://Qm
WDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC/](ipfs://QmWDHt9C34V3ARMDrzfCHtnhJd9T3RdJ5UEvYRV2cRhBEC
/)
## 5.3
2
.0 (2024-06-10)
## 5.3
3
.0 (2024-06-10)
### Features
* **web:**
Remove last of thegraph usage -prod (#8870) 910cb06
* **web:**
add quoteId to Xv2 rfq POST (#8908) 6fd2f1e
VERSION
View file @
3defbbd8
web/5.32.0
\ No newline at end of file
web/5.33.0
\ No newline at end of file
apps/web/src/hooks/useUniswapXSwapCallback.ts
View file @
3defbbd8
...
...
@@ -191,6 +191,7 @@ export function useUniswapXSwapCallback({
tokenInChainId
:
updatedOrder
.
chainId
,
tokenOutChainId
:
updatedOrder
.
chainId
,
requestId
:
trade
.
requestId
,
quoteId
:
trade
.
quoteId
,
forceOpenOrder
:
trade
.
forceOpenOrder
,
}
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment