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
48740282
Commit
48740282
authored
Mar 28, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
943b5969
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
36 deletions
+12
-36
RELEASE
RELEASE
+8
-33
VERSION
VERSION
+1
-1
types.ts
apps/web/src/state/routing/types.ts
+3
-2
No files found.
RELEASE
View file @
48740282
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
TvM34jfBYkJ6rpJHD1cCdwKPjegWGhczv5ZWBsZuB4Zz
`
- CIDv0: `Qm
ceYEww1w186EQeHgyYWp66x1rumWmducQaVi9okeFcEd
`
- CIDv1: `bafybei
cs5qzpmtytcpa7xbxkea4ynmoiq2fjqma4ttjyjjg3inpusyjwgu
`
- CIDv1: `bafybei
gutdbafox64hsv2tq2blgpqcgwtc7fk5a45dlcqtvjgt6fodcc4i
`
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,41 +10,16 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,41 +10,16 @@ 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
cs5qzpmtytcpa7xbxkea4ynmoiq2fjqma4ttjyjjg3inpusyjwgu
.ipfs.dweb.link/
- https://bafybei
gutdbafox64hsv2tq2blgpqcgwtc7fk5a45dlcqtvjgt6fodcc4i
.ipfs.dweb.link/
- https://bafybei
cs5qzpmtytcpa7xbxkea4ynmoiq2fjqma4ttjyjjg3inpusyjwgu
.ipfs.cf-ipfs.com/
- https://bafybei
gutdbafox64hsv2tq2blgpqcgwtc7fk5a45dlcqtvjgt6fodcc4i
.ipfs.cf-ipfs.com/
- [ipfs://Qm
TvM34jfBYkJ6rpJHD1cCdwKPjegWGhczv5ZWBsZuB4Zz/](ipfs://QmTvM34jfBYkJ6rpJHD1cCdwKPjegWGhczv5ZWBsZuB4Zz
/)
- [ipfs://Qm
ceYEww1w186EQeHgyYWp66x1rumWmducQaVi9okeFcEd/](ipfs://QmceYEww1w186EQeHgyYWp66x1rumWmducQaVi9okeFcEd
/)
## 5.2
0.0 (2024-03-27
)
## 5.2
1.0 (2024-03-28
)
### Features
### Features
* **web:** add devflagsbox tooltip (#6970) d503b06
* **web:** fix orderType to backend types (#7093) a4dbcb6
* **web:** add p0.5 info analytics tracking (#6984) 3137968
* **web:** fix orderType to backend types (#7093) (#7159) 8bfacb7
* **web:** add token/search gql queries to token selector (#6861) 0e73fa5
* **web:** allow manual outage chain and version setting (#7027) d75b235
* **web:** Have dropdown menu chevron rotate when opened (#6912) b00132a
* **web:** Link to new foundation version of governance site (#7040) 54d3cb5
* **web:** migrate graphql generation to shared package (#6906) 1d1c5b1
* **web:** redux migration to delete hideAppPromoBanner var. and add readme (#6942) 2690193
* **web:** remove last-modified from wallet modal (#7051) 2ad42f4
* **web:** remove mobile app promo banner (#6917) bd307a4
* **web:** Remove Vanilla Extract from Chain Selector (#6885) 63b5ad7
* **web:** replace useTokenListCurrency and useTokenListToken with GQL versions (#6871) 41b6d0f
* **web:** show loading state in CurrencySearch while any GQL queries are loading (#6896) d2c6475
* **web:** show manual outage banner after gql error (#7029) 498d6d2
* **web:** using shared feature flags implementation (#6941) e877f95
### Bug Fixes
* **web:** add back missing env variable for gql apollo client endpoint (#6981) f33ea82
* **web:** clean feesEnabled feature flag from codebase (#6967) e56e0de
* **web:** dont crash PDP when one of the v2/v3 queries fails (#7010) 6b1dbf1
* **web:** e2e tests (#6999) 7499d74
* **web:** fix platform checks for mweb breaking uniwallet deeplinking (#7078) 0a6ea55
* **web:** fix thegraph gql schema generation (#6986) 430fc9d
* **web:** link to correct limit failure support article (#6958) b8a9c14
* **web:** re-add wallet qr code (#6955) 2e2dd6d
VERSION
View file @
48740282
web/5.20.0
web/5.21.0
\ No newline at end of file
\ No newline at end of file
apps/web/src/state/routing/types.ts
View file @
48740282
...
@@ -276,8 +276,9 @@ export class ClassicTrade extends Trade<Currency, Currency, TradeType> {
...
@@ -276,8 +276,9 @@ export class ClassicTrade extends Trade<Currency, Currency, TradeType> {
}
}
export
enum
OffchainOrderType
{
export
enum
OffchainOrderType
{
DUTCH_AUCTION
=
'
dutch_auction
'
,
DUTCH_AUCTION
=
'
Dutch
'
,
LIMIT_ORDER
=
'
limit_order
'
,
DUTCH_V2_AUCTION
=
'
Dutch_V2
'
,
LIMIT_ORDER
=
'
Limit
'
,
}
}
export
class
DutchOrderTrade
extends
IDutchOrderTrade
<
Currency
,
Currency
,
TradeType
>
{
export
class
DutchOrderTrade
extends
IDutchOrderTrade
<
Currency
,
Currency
,
TradeType
>
{
...
...
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