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
7c7ca821
Commit
7c7ca821
authored
Jun 18, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
5c039dc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
14 deletions
+9
-14
RELEASE
RELEASE
+6
-11
VERSION
VERSION
+1
-1
hooks.tsx
apps/web/src/state/send/hooks.tsx
+2
-2
No files found.
RELEASE
View file @
7c7ca821
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
Sx41VP5fQ6sZTMUmtCBn74MEsfmxA1Y7X6jNw7CLMJyx
`
- CIDv0: `Qm
PRQRBZwDw1jYotLP4R6zubEWZjMW2P5LkuiJsFzaMkM3
`
- CIDv1: `bafybei
ceqbv4zz2qxq34hgptfzhv7bbtfzif2cdqnn4hpc23vsbcbn6w7m
`
- CIDv1: `bafybei
aqcnxgf37h52eyehnmepivgbycqmpgd6iosvgitzceiuly3ck34y
`
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://bafybei
ceqbv4zz2qxq34hgptfzhv7bbtfzif2cdqnn4hpc23vsbcbn6w7m
.ipfs.dweb.link/
- https://bafybei
aqcnxgf37h52eyehnmepivgbycqmpgd6iosvgitzceiuly3ck34y
.ipfs.dweb.link/
- https://bafybei
ceqbv4zz2qxq34hgptfzhv7bbtfzif2cdqnn4hpc23vsbcbn6w7m
.ipfs.cf-ipfs.com/
- https://bafybei
aqcnxgf37h52eyehnmepivgbycqmpgd6iosvgitzceiuly3ck34y
.ipfs.cf-ipfs.com/
- [ipfs://Qm
Sx41VP5fQ6sZTMUmtCBn74MEsfmxA1Y7X6jNw7CLMJyx/](ipfs://QmSx41VP5fQ6sZTMUmtCBn74MEsfmxA1Y7X6jNw7CLMJyx
/)
- [ipfs://Qm
PRQRBZwDw1jYotLP4R6zubEWZjMW2P5LkuiJsFzaMkM3/](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
VERSION
View file @
7c7ca821
web/5.35.1
web/5.35.2
\ No newline at end of file
\ No newline at end of file
apps/web/src/state/send/hooks.tsx
View file @
7c7ca821
...
@@ -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
,
a
ddress
:
account
.
address
,
a
ccount
:
account
.
address
,
chain
d
Id
:
account
.
chainId
,
chainId
:
account
.
chainId
,
currencyAmount
:
parsedTokenAmount
,
currencyAmount
:
parsedTokenAmount
,
toAddress
:
recipientData
?.
address
,
toAddress
:
recipientData
?.
address
,
}
}
...
...
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