dependabot[bot]
876c1539d4
chore(deps): bump ws from 5.2.2 to 5.2.3 ( #2759 )
...
Bumps [ws](https://github.com/websockets/ws ) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 11:38:15 -05:00
Crowdin Bot
f43fd89884
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-30 02:11:35 +00:00
Zach Pomerantz
efdfdc9083
refactor: use ref for jazzicon ( #2874 )
2021-11-29 15:49:01 -08:00
Zach Pomerantz
709f0299e2
fix: remove orphaned node ( #2863 )
...
* fix: remove orphaned node
* fix: react cleanup
v4.24.1
2021-11-29 12:15:08 -08:00
Moody Salem
6b57ffe311
fix: do not show urls if issue is not occurring on app.uniswap.org ( #2855 )
...
* fix: do not show urls if issue is not occurring on app.uniswap.org
fixes https://github.com/Uniswap/interface/issues/2572
* address comment
2021-11-29 12:44:14 -05:00
Moody Salem
f7ecdc4332
chore: run linters with auto_fix = false for forks ( #2852 )
v4.24.0
2021-11-28 12:30:58 -05:00
Moody Salem
b1009b0e03
chore: fix the build blocking linter error
2021-11-28 12:07:51 -05:00
Crowdin Bot
5a4c7890c6
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-25 20:06:51 +00:00
Kimmo S
5a3c91f19f
Update locales.ts ( #2825 )
...
update Finnish from person (Suomalainen) to language (suomi)
2021-11-23 10:04:14 -05:00
Zach Pomerantz
d5c4ee0342
feat: display an ENS avatar ( #2806 )
...
* feat: ens avatar resolution
* chore: uninstall @davatar/react
* fix: add avatar alt
* feat: support data uris
* feat: support arweave uris
* feat: support erc721 avatars
* feat: support erc1155 avatars
* fix: jazzicon integration
* fix: clean usage of status icon
* fix: fix jazzicon svg offset
* refactor: share status icon component
* fix: pass memoized args to multicall
2021-11-22 10:55:25 -08:00
Jordan Frankfurt
262d984f92
check for support on all connectors, and disable when the connector (or lack thereof) no longer supports 3085 ( #2824 )
2021-11-22 12:33:52 -05:00
Lint Action
7781f5112e
Fix code style issues with ESLint
2021-11-22 16:08:21 +00:00
Jordan Frankfurt
204e44ac40
fix(L2): block L2 tokens explicitly linked to L1 tokens that are blocked ( #2721 )
...
* block L2 tokens explicitly linked to L1 tokens that are blocked
2021-11-22 11:04:36 -05:00
Will Hennessy
7c9d9bdb03
Add trailing slash to L2 info links ( #2696 )
...
Some links were broken. For example on /pools/ page click the 'Top Pools' CTA. It would mistakenly direct you to info.uniswap.org/optimismpools instead of optimism/pools
2021-11-22 09:32:34 -05:00
Justin Domingue
cb0ea3f14d
log an event on max click ( #2827 )
2021-11-22 09:27:29 -05:00
Crowdin Bot
e54ffcc483
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-19 16:06:45 +00:00
Justin Domingue
8a72b374a8
fix: fix #2818
2021-11-19 10:10:45 -05:00
Crowdin Bot
3f64415906
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-18 19:06:37 +00:00
Lint Action
41a4500f41
Fix code style issues with ESLint
2021-11-18 18:27:24 +00:00
Ali Eray Kısabacak
093dc66cfe
Fixing #2818 ( #2820 )
2021-11-18 13:23:13 -05:00
Moody Salem
b10729d217
feat: set the auto slippage tolerance by the dollar value of gas ( #2815 )
...
* feat: set the auto slippage tolerance by the dollar value of gas
* comments
* min/max at 0.5% to 25%
* oops on constant
* address review feedback
2021-11-18 13:05:29 -05:00
Brendan Weinstein
9b0fa8a2c4
fix: Enable 3085 requests for coinbase wallet ( #2753 )
...
enable 3085 requests for coinbase wallet
2021-11-18 12:29:56 -05:00
Crowdin Bot
82c026872f
chore(i18n): synchronize translations from crowdin [skip ci]
v4.23.2
2021-11-18 06:11:55 +00:00
Sam Chen
222a6d53bc
perf: lazy load vote related routes ( #2468 )
...
* perf: lazy load vote related routes
* wrap Switch in Suspense
* remove exact to match nested routes
* fix nested routes
* split Landing
* fix
2021-11-17 22:01:45 -08:00
Matthew Salamon
0f35f6ee93
chore: update typechain scripts for Windows ( #2707 )
...
There are two errors when deploying on Windows system:
1. Using single quotes in path argument doesn't seem to be accepted in typechain command
2. `?(v3-core|v3-periphery)` operator doesn't work
Here are fixes/workarounds.
2021-11-17 21:00:37 -08:00
Ikko Ashimine
7b83e3968f
chore: fix typo in useAllCurrencyCombinations.ts ( #2778 )
...
occurence -> occurrence
2021-11-17 20:40:58 -08:00
Raj
7938273c0c
fix: broken link to docs ( #2816 )
2021-11-17 20:30:54 -08:00
Crowdin Bot
51a4504c75
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-18 03:06:35 +00:00
Zach Pomerantz
b2697f0077
fix: format date using Date.toLocaleString ( #2459 )
...
* fix: format date using Date.toLocaleString
Fixes #2458
* fix: date typings
v4.23.1
2021-11-16 16:20:46 -08:00
Crowdin Bot
34a58851f7
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-14 14:06:34 +00:00
Will Hennessy
5a20dc82cd
change not created font size to 10 ( #2785 )
v4.23.0
2021-11-12 15:23:15 -05:00
Jordan Frankfurt
d1627a6c36
fix(L2): remove redux from chain connectivity ( #2781 )
...
* remove redux from chain connectivity
* useMachineTimeMs instead of Date.now to force updates, useCurrentBlockTimestamp
* use useInterval
2021-11-12 13:24:45 -06:00
Crowdin Bot
55c971892c
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-12 17:09:58 +00:00
Moody Salem
68f8576499
fix: copy in network alert
2021-11-12 11:50:07 -05:00
Jordan Frankfurt
d0be3bf222
fix(L2): update block warning updater to check most recent block timestamp ( #2777 )
...
* update block warning updater to check most recent block timestamp
* stop doing dumb state manipulation
2021-11-12 10:18:25 -05:00
Crowdin Bot
b79fe4b833
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-12 15:06:38 +00:00
Justin Domingue
408c907870
feat: add support for 0.01% tier ( #2769 )
...
* chore: add support for 0.01% tier
* only show 1bps on mainnet
* rename VERY_LOW to LOWEST
* upgrade to v3-sdk 3.7.0
* add snapshot testing for lowest tier
* fix integration test
* fix integration test
* use ALL_SUPPORTED_CHAIN_IDS over string all
* consider 0.01% tier in pool (#2770 )
* merge main and only consider lowest tier for mainnet
2021-11-12 09:46:26 -05:00
Crowdin Bot
8a99bad736
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-12 09:07:00 +00:00
Crowdin Bot
5ba3d2f679
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-12 01:27:47 +00:00
Crowdin Bot
ec4cd57dc0
chore(i18n): synchronize translations from crowdin [skip ci]
v4.22.2
2021-11-11 21:07:22 +00:00
Moody Salem
ccad45d24e
fix(optimism): Optimism regenesis support ( #2703 )
...
* feat(optimism): optimistic kovan local regenesis changes
* use the regenesis version of the sdk
* remove the override no longer necessary
* diff rpc url
* back to kovan url
* lint error
* Optimism mainnet regenesis test (#2695 )
* remove the optimism mainnet specific code and point to the mainnet regenesis rpc url
* point at the old mainnet multicall address
* bump the sdk version
* copy the list
* multicall address regenesis change
* revert the gas limit special casing for optimism
* bump the sdk version
* remove a couple other temporary edits
* unused test case
* specific version of v3-sdk
2021-11-11 15:40:12 -05:00
Justin Domingue
1903a16097
fix: lint error ( #2775 )
v4.22.1
2021-11-11 13:12:09 -05:00
Justin Domingue
0ea029db4f
add protocols param to quote endpoint ( #2774 )
...
* add protocols param to quote endpoint
* Fix code style issues with ESLint
Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
v4.22.0
2021-11-11 11:42:17 -05:00
Crowdin Bot
cb41df4cd5
chore(i18n): synchronize translations from crowdin [skip ci]
2021-11-11 16:07:15 +00:00
Jordan Frankfurt
659a564db8
no unused imports eslint rule ( #2773 )
2021-11-11 10:53:14 -05:00
Will Hennessy
74c61c0213
feat: Menu update. Add help center & feature requests. Remove analytics & github. ( #2709 )
...
* Add help center, remove analytics from menu
* Add canny feature requests link, remove github link
* add coffee icon
2021-11-11 10:31:08 -05:00
Will Hennessy
dc55a21285
fix: remove deprecated optimism status url ( #2771 )
v4.21.4
2021-11-10 16:41:00 -05:00
Moody Salem
48cc6811c9
fix: bump to latest token list including ENS token
v4.21.3
2021-11-08 23:46:50 -05:00
Ben Krochta
ab93d512d3
fix : #2741 Increase liquidity form off center ( #2746 )
v4.21.2
2021-11-05 10:29:55 -04:00
Crowdin Bot
cf4c26a77c
chore(i18n): synchronize translations from crowdin [skip ci]
v4.21.1
2021-11-03 22:06:57 +00:00