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
8ced17be
Commit
8ced17be
authored
Apr 25, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
9209ca43
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
TransactionsTable.tsx
...mponents/Tokens/TokenDetails/tables/TransactionsTable.tsx
+1
-1
No files found.
RELEASE
View file @
8ced17be
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
aZ2DyycDgi2Md5z6NFpdaBCPYkExFJRRz5FDG47zU4Y
t`
- CIDv0: `Qm
fVmJpbRuGLnvBgrae9nRPdC7gtevKWf6aLQDa3f4tmG
t`
- CIDv1: `bafybei
fvo6feafgzml423kyegp43hr7fss4il43hmdzxzlmdaapjcxr3nu
`
- CIDv1: `bafybei
h65ro3f4a4of2il6pomh5hgoquoskx7lgdqogfo4tmsmloplufwe
`
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://bafybei
fvo6feafgzml423kyegp43hr7fss4il43hmdzxzlmdaapjcxr3nu
.ipfs.dweb.link/
- https://bafybei
h65ro3f4a4of2il6pomh5hgoquoskx7lgdqogfo4tmsmloplufwe
.ipfs.dweb.link/
- https://bafybei
fvo6feafgzml423kyegp43hr7fss4il43hmdzxzlmdaapjcxr3nu
.ipfs.cf-ipfs.com/
- https://bafybei
h65ro3f4a4of2il6pomh5hgoquoskx7lgdqogfo4tmsmloplufwe
.ipfs.cf-ipfs.com/
- [ipfs://Qm
aZ2DyycDgi2Md5z6NFpdaBCPYkExFJRRz5FDG47zU4Yt/](ipfs://QmaZ2DyycDgi2Md5z6NFpdaBCPYkExFJRRz5FDG47zU4Y
t/)
- [ipfs://Qm
fVmJpbRuGLnvBgrae9nRPdC7gtevKWf6aLQDa3f4tmGt/](ipfs://QmfVmJpbRuGLnvBgrae9nRPdC7gtevKWf6aLQDa3f4tmG
t/)
### 5.25.
1 (2024-04-22
)
### 5.25.
2 (2024-04-25
)
### Bug Fixes
### Bug Fixes
* **web:**
support swapping spam tokens (#7794) 13bd6f
5
* **web:**
Flip logic for Sells/Buys (prod) (#7881) bcc295
5
VERSION
View file @
8ced17be
web/5.25.1
web/5.25.2
\ No newline at end of file
\ No newline at end of file
apps/web/src/components/Tokens/TokenDetails/tables/TransactionsTable.tsx
View file @
8ced17be
...
@@ -96,7 +96,7 @@ export function TransactionsTable({ chainId, referenceToken }: { chainId: ChainI
...
@@ -96,7 +96,7 @@ export function TransactionsTable({ chainId, referenceToken }: { chainId: ChainI
amount
:
parseFloat
(
transaction
.
token1Quantity
),
amount
:
parseFloat
(
transaction
.
token1Quantity
),
token
:
transaction
.
token1
,
token
:
transaction
.
token1
,
}
}
const
token0IsBeingSold
=
parseFloat
(
transaction
.
token0Quantity
)
<
0
const
token0IsBeingSold
=
parseFloat
(
transaction
.
token0Quantity
)
>
0
return
{
return
{
hash
:
transaction
.
hash
,
hash
:
transaction
.
hash
,
timestamp
:
transaction
.
timestamp
,
timestamp
:
transaction
.
timestamp
,
...
...
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