From e989b6d794959940ee6f627edae185c056e1e866 Mon Sep 17 00:00:00 2001 From: Uniswap Labs Service Account Date: Wed, 11 Dec 2024 21:19:44 +0000 Subject: [PATCH] ci(release): publish latest release --- CODEOWNERS | 1 - RELEASE | 28 +- VERSION | 2 +- apps/web/public/app-sitemap.xml | 12 + apps/web/public/index.html | 2 +- apps/web/public/nfts-sitemap.xml | 313 +- apps/web/public/pools-sitemap.xml | 4472 +++--------- apps/web/public/tokens-sitemap.xml | 6217 ++--------------- .../AnimatedDropdown/index.test.tsx | 30 + .../src/components/AnimatedDropdown/index.tsx | 38 + .../src/components/ConfirmSwapModal/Modal.tsx | 57 +- .../src/components/ConfirmSwapModal/index.tsx | 2 +- apps/web/src/components/Expand/index.test.tsx | 2 +- apps/web/src/components/Expand/index.tsx | 6 +- .../IncreaseLiquidityTxContext.tsx | 9 +- .../components/IncreaseLiquidity/hooks.tsx | 13 +- .../src/components/Liquidity/HookModal.tsx | 2 +- apps/web/src/components/Liquidity/types.ts | 4 +- .../src/components/RemoveLiquidity/hooks.ts | 8 +- .../MaxSlippageSettings/index.test.tsx | 2 +- .../index.test.tsx | 2 +- apps/web/src/components/Settings/index.tsx | 10 +- apps/web/src/components/deprecated/Box.ts | 6 + apps/web/src/components/swap/SwapDetails.tsx | 16 +- .../components/swap/SwapDetailsDropdown.tsx | 6 +- .../__snapshots__/SwapDetails.test.tsx.snap | 14 +- .../SwapDetailsDropdown.test.tsx.snap | 7 +- apps/web/src/constants/routing.test.ts | 4 +- apps/web/src/hooks/Tokens.ts | 1 - apps/web/src/hooks/usePoolTickData.ts | 20 +- apps/web/src/hooks/usePositionOwner.ts | 31 - apps/web/src/hooks/usePositionTokenURI.ts | 4 +- .../components/collection/CollectionNfts.tsx | 6 +- .../components/profile/view/FilterSidebar.tsx | 20 +- .../components/profile/view/ProfilePage.tsx | 19 +- apps/web/src/pages/App/Layout.tsx | 1 + .../pages/Pool/Positions/ClaimFeeModal.tsx | 2 +- .../src/pages/Pool/Positions/PositionPage.tsx | 24 +- .../pages/Pool/Positions/V2PositionPage.tsx | 88 +- .../Positions/create/ContextProviders.tsx | 20 +- .../Pool/Positions/create/CreatePosition.tsx | 12 +- .../create/CreatePositionContext.tsx | 1 - .../pages/Pool/Positions/create/Deposit.tsx | 8 +- .../src/pages/Pool/Positions/create/hooks.tsx | 39 +- .../src/pages/Pool/Positions/create/utils.tsx | 35 +- apps/web/src/pages/Pool/index.tsx | 8 +- .../src/components/input/TextInput.tsx | 16 +- packages/uniswap/src/constants/routing.ts | 29 +- packages/uniswap/src/constants/tokens.ts | 20 +- packages/uniswap/src/constants/urls.ts | 6 +- .../useCreateLpPositionCalldataQuery.ts | 16 +- .../useDecreaseLpPositionCalldataQuery.ts | 16 +- .../useIncreaseLpPositionCalldataQuery.ts | 16 +- .../utils/getTradeSettingsDeadline.ts | 7 - .../uniswap/src/features/chains/chainInfo.ts | 2 +- .../uniswap/src/features/telemetry/types.ts | 12 +- .../src/features/tokens/TokenWarningCard.tsx | 22 +- .../src/features/tokens/TokenWarningModal.tsx | 20 +- .../src/features/tokens/safetyUtils.test.ts | 32 +- .../src/features/tokens/safetyUtils.ts | 123 +- .../useInsufficientNativeTokenWarning.tsx | 22 +- .../SwapReviewTokenWarningCard.tsx | 6 +- .../transactions/TransactionDetails/utils.ts | 2 +- .../features/transactions/swap/form/utils.ts | 8 + .../swap/hooks/useTransactionRequestInfo.ts | 2 +- .../transactions/swap/hooks/useUSDCPrice.ts | 4 +- .../swap/modals/FeeOnTransferWarning.tsx | 12 +- .../transactions/swap/utils/tradingApi.ts | 26 +- .../transactions/types/transactionDetails.ts | 1 + .../src/i18n/locales/source/en-US.json | 18 +- .../src/i18n/locales/translations/af-ZA.json | 29 +- .../src/i18n/locales/translations/ar-SA.json | 29 +- .../src/i18n/locales/translations/ca-ES.json | 29 +- .../src/i18n/locales/translations/cs-CZ.json | 29 +- .../src/i18n/locales/translations/da-DK.json | 27 +- .../src/i18n/locales/translations/de-DE.json | 27 +- .../src/i18n/locales/translations/el-GR.json | 29 +- .../src/i18n/locales/translations/es-ES.json | 66 +- .../src/i18n/locales/translations/fi-FI.json | 29 +- .../src/i18n/locales/translations/fil-PH.json | 132 +- .../src/i18n/locales/translations/fr-FR.json | 68 +- .../src/i18n/locales/translations/he-IL.json | 27 +- .../src/i18n/locales/translations/hi-IN.json | 29 +- .../src/i18n/locales/translations/hu-HU.json | 29 +- .../src/i18n/locales/translations/id-ID.json | 78 +- .../src/i18n/locales/translations/it-IT.json | 29 +- .../src/i18n/locales/translations/ja-JP.json | 31 +- .../src/i18n/locales/translations/ko-KR.json | 67 +- .../src/i18n/locales/translations/ms-MY.json | 29 +- .../src/i18n/locales/translations/nl-NL.json | 29 +- .../src/i18n/locales/translations/no-NO.json | 29 +- .../src/i18n/locales/translations/pl-PL.json | 29 +- .../src/i18n/locales/translations/pt-PT.json | 29 +- .../src/i18n/locales/translations/ro-RO.json | 29 +- .../src/i18n/locales/translations/ru-RU.json | 72 +- .../src/i18n/locales/translations/sl-SI.json | 29 +- .../src/i18n/locales/translations/sr-SP.json | 29 +- .../src/i18n/locales/translations/sv-SE.json | 27 +- .../src/i18n/locales/translations/sw-TZ.json | 29 +- .../src/i18n/locales/translations/tr-TR.json | 78 +- .../src/i18n/locales/translations/uk-UA.json | 27 +- .../src/i18n/locales/translations/ur-PK.json | 29 +- .../src/i18n/locales/translations/vi-VN.json | 66 +- .../src/i18n/locales/translations/zh-CN.json | 70 +- .../src/i18n/locales/translations/zh-TW.json | 72 +- .../fixtures/wallet/transactions/helpers.ts | 1 + .../transactions/sendTransactionSaga.test.ts | 1 + .../transactions/sendTransactionSaga.ts | 7 +- .../transactions/transactionWatcherSaga.ts | 12 +- 109 files changed, 3010 insertions(+), 10559 deletions(-) delete mode 100644 CODEOWNERS create mode 100644 apps/web/src/components/AnimatedDropdown/index.test.tsx create mode 100644 apps/web/src/components/AnimatedDropdown/index.tsx delete mode 100644 apps/web/src/hooks/usePositionOwner.ts delete mode 100644 packages/uniswap/src/data/apiClients/tradingApi/utils/getTradeSettingsDeadline.ts diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index f70773659eb..00000000000 --- a/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @uniswap/web-admins diff --git a/RELEASE b/RELEASE index ca5b61c0905..f1fdacfe23d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,24 +1,10 @@ -IPFS hash of the deployment: -- CIDv0: `QmemEFGpbyCk7BDVXisJ6TzpqXXoEVpACm1kZxyz5FFGNo` -- CIDv1: `bafybeihua3m55nwz3am7z7j7yeoi35vrnmohvrkyi5gd4obsax72anky3q` +We are back with some new updates! Here’s the latest: -The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). - -You can also access the Uniswap Interface from an IPFS gateway. -**BEWARE**: The Uniswap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to remember your settings, such as which tokens you have imported. -**You should always use an IPFS gateway that enforces origin separation**, or our hosted deployment of the latest release at [app.uniswap.org](https://app.uniswap.org). -Your Uniswap settings are never remembered across different URLs. - -IPFS gateways: -- https://bafybeihua3m55nwz3am7z7j7yeoi35vrnmohvrkyi5gd4obsax72anky3q.ipfs.dweb.link/ -- https://bafybeihua3m55nwz3am7z7j7yeoi35vrnmohvrkyi5gd4obsax72anky3q.ipfs.cf-ipfs.com/ -- [ipfs://QmemEFGpbyCk7BDVXisJ6TzpqXXoEVpACm1kZxyz5FFGNo/](ipfs://QmemEFGpbyCk7BDVXisJ6TzpqXXoEVpACm1kZxyz5FFGNo/) - -### 5.61.5 (2024-12-10) - - -### Bug Fixes - -* **web:** wrap positions in multichain context (#14468) 4a007d9 +Token Warnings: See more information about the tokens you’re attempting to swap, enriched with data from Blockaid. +Other changes: +- Increased manual slippage tolerance up to 50% +- Support for toggling between fiat and token input for fiat onramp +- Better dapp signing support +- Various bug fixes and performance improvements \ No newline at end of file diff --git a/VERSION b/VERSION index 01702fa39ef..793431e70d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -web/5.61.5 \ No newline at end of file +extension/1.11.0 \ No newline at end of file diff --git a/apps/web/public/app-sitemap.xml b/apps/web/public/app-sitemap.xml index bc83f2fc08c..06bb6000f83 100644 --- a/apps/web/public/app-sitemap.xml +++ b/apps/web/public/app-sitemap.xml @@ -126,4 +126,16 @@ weekly 0.5 + + https://app.uniswap.org/positions/create + 2024-09-17T19:57:27.976Z + weekly + 0.7 + + + https://app.uniswap.org/positions + 2024-09-17T19:57:27.976Z + weekly + 0.7 + diff --git a/apps/web/public/index.html b/apps/web/public/index.html index dbd57d87c97..20974fe5784 100644 --- a/apps/web/public/index.html +++ b/apps/web/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/apps/web/public/nfts-sitemap.xml b/apps/web/public/nfts-sitemap.xml index 724a36581c5..5d053264215 100644 --- a/apps/web/public/nfts-sitemap.xml +++ b/apps/web/public/nfts-sitemap.xml @@ -2,702 +2,647 @@ https://app.uniswap.org/nfts/collection/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x60e4d786628fea6478f785a6d7e704777c86a7c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xed5af388653567af2f388e6224dc7c4b3241c544 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x34d85c9cdeb23fa97cb08333b511ac86e1c4e258 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x99a9b7c1116f9ceeb1652de04d5969cce509b069 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x49cf6f5d44e70224e2e23fdcdd2c053f30ada28b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xb7f7f6c52f2e2fdb1963eab30438024864c313f6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x23581767a106ae21c074b2276d25e5c3e136a68b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x8a90cab2b38dba80c64b7734e58ee1db38b8992e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xba30e5f9bb24caa003e9f2f0497ad287fdf95623 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xbd3531da5cf5857e7cfaa92426877b022e612cf8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x7bd29408f11d2bfc23c34f18275bbf23bb716bc7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x306b1ea3ecdf94ab739f1910bbda052ed4a9f949 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x1a92f7381b9f03921564a437210bb9396471050c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x5cc5b05a8a13e3fbdb0bb9fccd98d38e50f90c38 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x5af0d9827e0c53e4799bb226655a1de152a425a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x3bf2922f4520a8ba0c2efc3d2a1539678dad5e9d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xe785e82358879f061bc3dcac6f0444462d4b5330 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x76be3b62873462d2142405439777e971754e8e77 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xfd43af6d3fe1b916c026f6ac35b3ede068d1ca01 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x1cb1a5e65610aeff2551a50f76a87a7d3fb649c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x6339e5e072086621540d0362c4e3cea0d643e114 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x79fcdef22feed20eddacbb2587640e45491b757f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xa3aee8bce55beea1951ef834b99f3ac60d1abeeb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x769272677fab02575e84945f03eca517acc544cc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x4db1f25d3d98600140dfc18deb7515be5bd293af - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x34eebee6942d8def3c125458d1a86e0a897fd6f9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x59468516a8259058bad1ca5f8f4bff190d30e066 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x394e3d3044fc89fcdd966d3cb35ac0b32b0cda91 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x60bb1e2aa1c9acafb4d34f71585d7e959f387769 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x28472a58a490c5e09a238847f66a68a47cc76f0f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x341a1c534248966c4b6afad165b98daed4b964ef - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x82c7a8f707110f5fbb16184a5933e9f78a34c6ab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xccc441ac31f02cd96c153db6fd5fe0a2f4e6a68d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x764aeebcf425d56800ef2c84f2578689415a2daa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x160c404b2b49cbc3240055ceaee026df1e8497a0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xd2f668a8461d6761115daf8aeb3cdf5f40c532c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x39ee2c7b3cb80254225884ca001f57118c8f21b6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xd774557b647330c91bf44cfeab205095f7e6c367 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x1792a96e5668ad7c167ab804a100ce42395ce54d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x04afa589e2b933f9463c5639f412b183ec062505 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xe75512aa3bec8f00434bbd6ad8b0a3fbff100ad6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x348fc118bcc65a92dc033a951af153d14d945312 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x892848074ddea461a15f337250da3ce55580ca85 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x5946aeaab44e65eb370ffaa6a7ef2218cff9b47d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x282bdd42f4eb70e7a9d9f40c8fea0825b7f68c5d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x4b15a9c28034dc83db40cd810001427d3bd7163d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x7ea3cca10668b8346aec0bf1844a49e995527c8b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xb852c6b5892256c264cc2c888ea462189154d8d7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x9378368ba6b85c1fba5b131b530f5f5bedf21a18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x2acab3dea77832c09420663b0e1cb386031ba17b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x0c2e57efddba8c768147d1fdf9176a0a6ebd5d83 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x08d7c0242953446436f34b4c78fe9da38c73668d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x8943c7bac1914c9a7aba750bf2b6b09fd21037e0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x364c828ee171616a39897688a831c2499ad972ec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x7f36182dee28c45de6072a34d29855bae76dbe2f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xf61f24c2d93bf2de187546b14425bf631f28d6dc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x797a48c46be32aafcedcfd3d8992493d8a1f256b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x123b30e25973fecd8354dd5f41cc45a3065ef88c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x6632a9d63e142f17a668064d41a21193b49b41a0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xf4ee95274741437636e748ddac70818b4ed7d043 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x57a204aa1042f6e66dd7730813f4024114d74f37 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xd1258db6ac08eb0e625b75b371c023da478e94a9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x75e95ba5997eb235f40ecf8347cdb11f18ff640b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xd532b88607b1877fe20c181cba2550e3bbd6b31c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xa1d4657e0e6507d5a94d06da93e94dc7c8c44b51 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xedb61f74b0d09b2558f1eeb79b247c1f363ae452 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x7d8820fa92eb1584636f4f5b8515b5476b75171a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x231d3559aa848bf10366fb9868590f01d34bf240 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xad9fd7cb4fc7a0fbce08d64068f60cbde22ed34c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x0e9d6552b85be180d941f1ca73ae3e318d2d4f1f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xb716600ed99b4710152582a124c697a7fe78adbf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xaadc2d4261199ce24a4b0a57370c4fcf43bb60aa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x4e1f41613c9084fdb9e34e11fae9412427480e56 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x79986af15539de2db9a5086382daeda917a9cf0c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xc99c679c50033bbc5321eb88752e89a93e9e83c5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xc36cf0cfcb5d905b8b513860db0cfe63f6cf9f5c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x9c8ff314c9bc7f6e59a9d9225fb22946427edc03 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x3110ef5f612208724ca51f5761a69081809f03b7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x036721e5a769cc48b3189efbb9cce4471e8a48b1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x524cab2ec69124574082676e6f654a18df49a048 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x7ab2352b1d2e185560494d5e577f9d3c238b78c5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x32973908faee0bf825a343000fe412ebe56f802a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x7daec605e9e2a1717326eedfd660601e2753a057 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xc1caf0c19a8ac28c41fe59ba6c754e4b9bd54de9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x33fd426905f149f8376e227d0c9d3340aad17af1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x466cfcd0525189b573e794f554b8a751279213ac - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x6be69b2a9b153737887cfcdca7781ed1511c7e36 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x80336ad7a747236ef41f47ed2c7641828a480baa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x9401518f4ebba857baa879d9f76e1cc8b31ed197 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x4b61413d4392c806e6d0ff5ee91e6073c21d6430 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xc3f733ca98e0dad0386979eb96fb1722a1a05e69 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x09233d553058c2f42ba751c87816a8e9fae7ef10 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x960b7a6bcd451c9968473f7bbfd9be826efd549a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x36d30b3b85255473d27dd0f7fd8f35e36a9d6f06 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x698fbaaca64944376e2cdc4cad86eaa91362cf54 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x497a9a79e82e6fc0ff10a16f6f75e6fcd5ae65a8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x41a322b28d0ff354040e2cbc676f0320d8c8850d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xa9c0a07a7cb84ad1f2ffab06de3e55aab7d523e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x942bc2d3e7a589fe5bd4a5c6ef9727dfd82f5c8a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x8821bee2ba0df28761afff119d66390d594cd280 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x8c6def540b83471664edc6d5cf75883986932674 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x8d9710f0e193d3f95c0723eaaf1a81030dc9116d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x86825dfca7a6224cfbd2da48e85df2fc3aa7c4b1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x629a673a8242c2ac4b7b8c5d8735fbeac21a6205 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x9a534628b4062e123ce7ee2222ec20b86e16ca8f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xc2c747e0f7004f9e8817db2ca4997657a7746928 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x73da73ef3a6982109c4d5bdb0db9dd3e3783f313 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xc92ceddfb8dd984a89fb494c376f9a48b999aafc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x3248e8ba90facc4fdd3814518c14f8cc4d980e4b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x67d9417c9c3c250f61a83c7e8658dac487b56b09 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xb6a37b5d14d502c3ab0ae6f3a0e058bc9517786e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x86c10d10eca1fca9daf87a279abccabe0063f247 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x4b3406a41399c7fd2ba65cbc93697ad9e7ea61e5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xb0640e8b5f24bedc63c33d371923d68fde020303 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xd3d9ddd0cf0a5f0bfb8f7fceae075df687eaebab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xa5c0bd78d1667c13bfb403e2a3336871396713c5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x4d7d2e237d64d1484660b55c0a4cc092fa5e6716 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xfcb1315c4273954f74cb16d5b663dbf479eec62e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x66d1db16101502ed0ca428842c619ca7b62c8fef - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x128675d4fddbc4a0d3f8aa777d8ee0fb8b427c2f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x19b86299c21505cdf59ce63740b240a9c822b5e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xacf63e56fd08970b43401492a02f6f38b6635c91 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0x0bebad1ff25c623dff9605dad4a8f782d5da37df - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 https://app.uniswap.org/nfts/collection/0xdceaf1652a131f32a821468dc03a92df0edd86ea - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0x273f7f8e6489682df756151f5525576e322d51a3 - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0x77372a4cc66063575b05b44481f059be356964a4 - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0xf5b0a3efb8e8e4c201e2a935f110eaaf3ffecb8d - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0x22c36bfdcef207f9c0cc941936eff94d4246d14a - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0x59325733eb952a92e069c87f0a6168b29e80627f - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0x0e3a2a1f2146d86a604adc220b4967a898d7fe07 - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0x3af2a97414d1101e2107a70e7f33955da1346305 - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0x5ab21ec0bfa0b29545230395e3adaca7d552c948 - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0x617913dd43dbdf4236b85ec7bdf9adfd7e35b340 - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0x3fe1a4c1481c8351e91b64d5c398b159de07cbc5 - 2024-11-22T21:32:20.173Z - 0.7 - - - https://app.uniswap.org/nfts/collection/0xd4e4078ca3495de5b1d4db434bebc5a986197782 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.7 \ No newline at end of file diff --git a/apps/web/public/pools-sitemap.xml b/apps/web/public/pools-sitemap.xml index b386800abf0..0903b0778ae 100644 --- a/apps/web/public/pools-sitemap.xml +++ b/apps/web/public/pools-sitemap.xml @@ -2,7087 +2,4357 @@ https://app.uniswap.org/explore/pools/ethereum/0xcbcdf9626bc03e24f779434178a73a0b4bad62ed - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x8ad599c3a0ff1de082011efddc58f1908eb6e6d8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x4e68ccd3e89f51c3074ca5072bbac773960dfa36 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x4585fe77225b41b697c938b018e2ac67ac5a20c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xc63b0708e2f7e69cb8a1df0e1389a98c35a76d52 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x99ac8ca7087fa4a2a1fb6357269965a2014abc35 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x11b815efb8f581194ae79006d24e0d814b7697f6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xa6cc3c2531fdaa6ae1a3ca84c2855806728693e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x5777d92f208679db4b9778590fa3cab3ac9e2168 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x1d42064fc4beb5f8aaf85f4617ae8b3b5b8bd801 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xc2e9f25be6257c210d7adf0d4cd6e3e881ba25f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x11950d141ecb863f01007add7d1a342041227b58 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xc5c134a1f112efa96003f8559dba6fac0ba77692 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x109830a1aaad605bbf02a9dfa7b0b92ec2fb7daa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x1df4c6e36d61416813b42fe32724ef11e363eddc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x12d6867fa648d269835cf69b49f125147754b54d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x3416cf6c708da44db2624d63ea0aaef7113527c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xe8c6c9227491c0a8156a0106a0204d881bb7e531 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x04708077eca6bb527a5bbbd6358ffb043a9c1c14 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x9db9e0e53058c89e5b94e29621a205198648425b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xf239009a101b6b930a527deaab6961b6e7dec8a6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xfe0df74636bc25c7f2400f22fe7dae32d39443d2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xf4c5e0f4590b6679b3030d29a84857f226087fef - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x5764a6f2212d502bc5970f9f129ffcd61e5d7563 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xa3f558aebaecaf0e11ca4b2199cc5ed341edfd74 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x99132b53ab44694eeb372e87bced3929e4ab8456 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x6c6bc977e13df9b0de53b251522280bb72383700 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x9d96880952b4c80a55099b9c258250f2cc5813ec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x3afdc5e6dfc0b0a507a8e023c9dce2cafc310316 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x290a6a7460b308ee3f19023d2d00de604bcf5b42 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xac4b3dacb91461209ae9d41ec517c2b9cb1b7daf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x60594a405d53811d3bc4766596efd80fd545a270 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x331399c614ca67dee86733e5a2fba40dbb16827c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x4b5ab61593a2401b1075b90c04cbcdd3f87ce011 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x844eb5c280f38c7462316aad3f338ef9bda62668 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xe936f0073549ad8b1fa53583600d629ba9375161 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x2f62f2b4c5fcd7570a709dec05d68ea19c82a9ec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x381fe4eb128db1621647ca00965da3f9e09f4fac - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x97e7d56a0408570ba1a7852de36350f7713906ec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xcd423f3ab39a11ff1d9208b7d37df56e902c932b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xe15e6583425700993bd08f51bf6e7b73cd5da91b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x69d91b94f0aaf8e8a2586909fa77a5c2c89818d5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xe42318ea3b998e8355a3da364eb9d48ec725eb45 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xad9ef19e289dcbc9ab27b83d2df53cdeff60f02d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x3b685307c8611afb2a9e83ebc8743dc20480716e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x7bea39867e4169dbe237d55c8242a8f2fcdcc387 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x7b1e5d984a43ee732de195628d20d05cfabc3cc7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x7858e59e0c01ea06df3af3d20ac7b0003275d4bf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xae2a25cbdb19d0dc0dddd1d2f6b08a6e48c4a9a9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x21b8065d10f73ee2e260e5b47d3344d3ced7596e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x517f9dd285e75b599234f7221227339478d0fcc8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xa43fe16908251ee70ef74718545e4fe6c5ccec9f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x0af81cd5d9c124b4859d65697a4cd10ee223746a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xca7c2771d248dcbe09eabe0ce57a62e18da178c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x09d1d767edf8fa23a64c51fa559e0688e526812f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x7b73644935b8e68019ac6356c40661e1bc315860 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x180efc1349a69390ade25667487a826164c9c6e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x9c4fe5ffd9a9fc5678cfbd93aa2d4fd684b67c4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xa478c2975ab1ea89e8196811f51a7b7ade33eb11 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xbb2b8038a1640196fbe3e38816f3e67cba72d940 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x9ec9367b8c4dd45ec8e7b800b1f719251053ad60 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xc91ef786fbf6d62858262c82c63de45085dea659 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x197d7010147df7b99e9025c724f13723b29313f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x25647e01bd0967c1b9599fa3521939871d1d0888 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x2f0b1417aa42ebf0b4ca1154212847f6094d708d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x6ada49aeccf6e556bb7a35ef0119cc8ca795294a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x2a6c340bcbb0a79d3deecd3bc5cbc2605ea9259f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xda2d09fbbf8ee4b5051a0e9b562c5fcb4b393b18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x48d20b3e529fb3dd7d91293f80638df582ab2daa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x4028daac072e492d34a3afdbef0ba7e35d8b55c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xc2eab7d33d3cb97692ecb231a5d0e4a649cb539d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xc5be99a02c6857f9eac67bbce58df5572498f40c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xe4b8583ccb95b25737c016ac88e539d0605949e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x8dbee21e8586ee356130074aaa789c33159921ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x43de4318b6eb91a7cf37975dbb574396a7b5b5c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x9ff68f61ca5eb0c6606dc517a9d44001e564bb66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xa29fe6ef9592b5d408cca961d0fb9b1faf497d6d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x1b1137dd16faa651e38a9dfb5d9ffff7767fdf62 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x470e8de2ebaef52014a47cb5e6af86884947f08c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x8fb8e9921922d2ffb529a95d28a0d06d275d7a59 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xd3d2e2692501a5c9ca623199d38826e513033a17 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x97e1fcb93ae7267dbafad23f7b9afaa08264cfd8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xa5e9c917b4b821e4e0a5bbefce078ab6540d6b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x2cc846fff0b08fb3bffad71f53a60b4b6e6d6482 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x959873fb4fc11825fba83c80c4c632db1e936e15 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xa7480aafa8ad2af3ce24ac6853f960ae6ac7f0c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xc7e6b676bfc73ae40bcc4577f22aab1682c691c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x570febdf89c07f256c75686caca215289bb11cfc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x343fd171caf4f0287ae6b87d75a8964dc44516ab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xcaa004418eb42cdf00cb057b7c9e28f0ffd840a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xe3d3551bb608e7665472180a20280630d9e938aa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xb6b0c651c37ec4ca81c0a128420e02001a57fac2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x4e34da137f0b317c633838458e0c923a5e088752 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xfe9e7931e55c514c33d489c88582fa36e84bd8e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x5281e311734869c64ca60ef047fd87759397efe6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x149148acc3b06b8cc73af3a10e84189243a35925 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x8ef79d6c328c25da633559c20c75f638a4863462 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x14af1804dbbf7d621ecc2901eef292a24a0260ea - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x80a9ae39310abf666a87c743d6ebbd0e8c42158e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc31e54c7a869b9fcbecc14363cf510d1c41fa443 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x2f5e87c9312fa29aed5c179e456625d79015299c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc6962004f452be9203591991d15f6b388e09e8d0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc6f780497a95e246eb9449f5e4770916dcd6396a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x641c00a822e8b671738d32a431a4fb6074e5c79d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x92c63d0e701caae670c9415d91c474f686298f00 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x1aeedd3727a6431b8f070c0afaa81cc74f273882 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xcda53b1f66614552f834ceef361a8d12a0b8dad8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x35218a1cbac5bbc3e57fd9bd38219d37571b3537 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x17c14d2c404d167802b16c450d3c99f88f2c4f4d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x468b88941e7cc0b88c1869d68ab6b570bcef62ff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xdbaeb7f0dfe3a0aafd798ccecb5b22e708f7852c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x149e36e72726e0bcea5c59d40df2c43f60f5a22d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xbaaf1fc002e31cb12b99e4119e5e350911ec575b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa67f72f21bd9f91db2da2d260590da5e6c437009 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x92fd143a8fa0c84e016c2765648b9733b0aa519e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x7cf803e8d82a50504180f417b8bc7a493c0a0503 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x81c48d31365e6b526f6bbadc5c9aafd822134863 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x446bf9748b4ea044dd759d9b9311c70491df8f29 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc82819f72a9e77e2c0c3a69b3196478f44303cf4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x50c7390dfdd3756139e6efb5a461c2eb7331ceb4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x1dfc1054e0e2a10e33c9ca21aad5aa8a1cce91e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc91b7b39bbb2c733f0e7459348fd0c80259c8471 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x59d72ddb29da32847a4665d08ffc8464a7185fae - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x09ba302a3f5ad2bf8853266e271b005a5b3716fe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa77d77c9773c35e910acc2e30cefe52b54a58414 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x8da66e470403b3d3eee66c67e2c61fda6e248ad1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x2f020e708811c054f146eebcc4d5a215fd4eec26 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x7e7fb3cceca5f2ac952edf221fd2a9f62e411980 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x68c685fd52a56f04665b491d491355a624540e85 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa8328bf492ba1b77ad6381b3f7567d942b000baf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc0cf0f380ddb44dbcaf19a86d094c8bba3efa04a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa169d1ab5c948555954d38700a6cdaa7a4e0c3a0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x1862200e8e7ce1c0827b792d0f9546156f44f892 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x05bbaaa020ff6bea107a9a1e06d2feb7bfd79ed2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xd02a4969dc12bb889754361f8bcf3385ac1b2077 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc24f7d8e51a64dc1238880bd00bb961d54cbeb29 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x7c06736e41236fecd681dd3353aa77ecd19ea565 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc473e2aee3441bf9240be85eb122abb059a3b57c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x14353445c8329df76e6f15e9ead18fa2d45a8bb6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x2039f8c9cd32ba9cd2ea7e575d5b1abea93f7527 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xd3e11119d2680c963f1cdcffece0c4ade823fb58 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x8e295789c9465487074a65b1ae9ce0351172393f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x97bca422ec0ee4851f2110ea743c1cd0a14835a1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xbe3ad6a5669dc0b8b12febc03608860c31e2eef6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x56ebd63a756b94d3de9cea194896b4920b64fb01 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xe2ddd33585b441b9245085588169f35108f85a6e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x84436a2af97f37018db116ae8e1b691666db3d00 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x21b8065d10f73ee2e260e5b47d3344d3ced7596e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x517f9dd285e75b599234f7221227339478d0fcc8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa43fe16908251ee70ef74718545e4fe6c5ccec9f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x0af81cd5d9c124b4859d65697a4cd10ee223746a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xca7c2771d248dcbe09eabe0ce57a62e18da178c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x09d1d767edf8fa23a64c51fa559e0688e526812f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x7b73644935b8e68019ac6356c40661e1bc315860 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x180efc1349a69390ade25667487a826164c9c6e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x9c4fe5ffd9a9fc5678cfbd93aa2d4fd684b67c4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa478c2975ab1ea89e8196811f51a7b7ade33eb11 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xbb2b8038a1640196fbe3e38816f3e67cba72d940 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x9ec9367b8c4dd45ec8e7b800b1f719251053ad60 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc91ef786fbf6d62858262c82c63de45085dea659 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x197d7010147df7b99e9025c724f13723b29313f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x25647e01bd0967c1b9599fa3521939871d1d0888 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x2f0b1417aa42ebf0b4ca1154212847f6094d708d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x6ada49aeccf6e556bb7a35ef0119cc8ca795294a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x2a6c340bcbb0a79d3deecd3bc5cbc2605ea9259f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xda2d09fbbf8ee4b5051a0e9b562c5fcb4b393b18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x48d20b3e529fb3dd7d91293f80638df582ab2daa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x4028daac072e492d34a3afdbef0ba7e35d8b55c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc2eab7d33d3cb97692ecb231a5d0e4a649cb539d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc5be99a02c6857f9eac67bbce58df5572498f40c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xe4b8583ccb95b25737c016ac88e539d0605949e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x8dbee21e8586ee356130074aaa789c33159921ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x43de4318b6eb91a7cf37975dbb574396a7b5b5c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x9ff68f61ca5eb0c6606dc517a9d44001e564bb66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa29fe6ef9592b5d408cca961d0fb9b1faf497d6d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x1b1137dd16faa651e38a9dfb5d9ffff7767fdf62 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x470e8de2ebaef52014a47cb5e6af86884947f08c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x8fb8e9921922d2ffb529a95d28a0d06d275d7a59 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xd3d2e2692501a5c9ca623199d38826e513033a17 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x97e1fcb93ae7267dbafad23f7b9afaa08264cfd8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa5e9c917b4b821e4e0a5bbefce078ab6540d6b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x2cc846fff0b08fb3bffad71f53a60b4b6e6d6482 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x959873fb4fc11825fba83c80c4c632db1e936e15 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa7480aafa8ad2af3ce24ac6853f960ae6ac7f0c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xc7e6b676bfc73ae40bcc4577f22aab1682c691c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x570febdf89c07f256c75686caca215289bb11cfc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x343fd171caf4f0287ae6b87d75a8964dc44516ab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xcaa004418eb42cdf00cb057b7c9e28f0ffd840a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xe3d3551bb608e7665472180a20280630d9e938aa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xb6b0c651c37ec4ca81c0a128420e02001a57fac2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x4e34da137f0b317c633838458e0c923a5e088752 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xfe9e7931e55c514c33d489c88582fa36e84bd8e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x5281e311734869c64ca60ef047fd87759397efe6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x149148acc3b06b8cc73af3a10e84189243a35925 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x8ef79d6c328c25da633559c20c75f638a4863462 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x68f5c0a2de713a54991e01858fd27a3832401849 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x4533bad2dc588f0fadf8d2e72386d4cd6a19b519 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x85149247691df622eaf1a8bd0cafd40bc45154a9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x0392b358ce4547601befa962680bede836606ae2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xd1f1bad4c9e6c44dec1e9bf3b94902205c5cd6c3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x03af20bdaaffb4cc0a521796a223f7d85e2aac31 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x73b14a78a0d396c521f954532d43fd5ffe385216 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xac85eaf55e9c60ed40a683de7e549d23fdfbeb33 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x04f6c85a1b00f6d9b75f91fd23835974cc07e65c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x730691cdac3cbd4d41fc5eb9d8abbb0cea795b94 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x535541f1aa08416e69dc4d610131099fa2ae7222 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xfc1f3296458f9b2a27a0b91dd7681c4020e09d05 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x85c31ffa3706d1cce9d525a00f1c7d4a2911754c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xd52533a3309b393afebe3176620e8ccfb6159f8a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xff7fbdf7832ae524deda39ca402e03d92adff7a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xb589969d38ce76d3d7aa319de7133bc9755fd840 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xf334f6104a179207ddacfb41fa3567feea8595c2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x1fb3cf6e48f1e7b10213e7b6d87d4c073c7fdb7b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xd4344ea0c5ade7e22b9b275f0bde7a145dec5a23 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x5b42a63d6741416ce9a7b9f4f16d8c9231ccddd4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x252cbdff917169775be2b552ec9f6781af95e7f6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x2ab22ac86b25bd448a4d9dc041bd2384655299c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xc858a329bf053be78d6239c4a4343b8fbd21472b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xa73c628eaf6e283e26a7b1f8001cf186aa4c0e8e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xb533c12fb4e7b53b5524eab9b47d93ff6c7a456f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x2ae3d6096d8215ac2acddf30c60caa984ea5debe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x19ea026886cbb7a900ecb2458636d72b5cae223b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x6f32061f59a21086c334d0d45f804089ce374aaf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xfaf037caafa9620bfaebc04c298bf4a104963613 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xadb35413ec50e0afe41039eac8b930d313e94fa4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xe9e3893921de87b1194a8108f9d70c24bde71c27 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xf1f199342687a7d78bcc16fce79fa2665ef870e1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xf44acaa38be5e965c5ddf374e7a2ba270e580684 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x36e42931a765022790b797963e42c5522d6b585a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x5adba6c5589c50791dd65131df29677595c7efa7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x3249e3e3e4133ee18e65347daf586610cc265f54 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xca1b837c87c6563910c2befa48834fa2a8c3d72d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x6ef7b14bcd8d989cef8f8ec8ba4bf371b2ac95fd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x37ffd11972128fd624337ebceb167c8c0a5115ff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xe62bd99a9501ca33d98913105fc2bec5bae6e5dd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xb2ac2e5a3684411254d58b1c5a542212b782114d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xb0efaf46a1de55c54f333f93b1f0641e73bc16d0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xd0fa3b5264ccde31e8b094b86bca4a1e97d3c603 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xad4c666fc170b468b19988959eb931a3676f0e9f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x790fde1fd6d2568050061a88c375d5c2e06b140b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xaefc1edaede6adadcdf3bb344577d45a80b19582 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xa8a5356ee5d02fe33d72355e4f698782f8f199e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x55bc964fe3b0c8cc2d4c63d65f1be7aef9bb1a3c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x95d9d28606ee55de7667f0f176ebfc3215cfd9c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x21b8065d10f73ee2e260e5b47d3344d3ced7596e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x517f9dd285e75b599234f7221227339478d0fcc8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xa43fe16908251ee70ef74718545e4fe6c5ccec9f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x0af81cd5d9c124b4859d65697a4cd10ee223746a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xca7c2771d248dcbe09eabe0ce57a62e18da178c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x09d1d767edf8fa23a64c51fa559e0688e526812f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x7b73644935b8e68019ac6356c40661e1bc315860 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x180efc1349a69390ade25667487a826164c9c6e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x9c4fe5ffd9a9fc5678cfbd93aa2d4fd684b67c4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xa478c2975ab1ea89e8196811f51a7b7ade33eb11 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xbb2b8038a1640196fbe3e38816f3e67cba72d940 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x9ec9367b8c4dd45ec8e7b800b1f719251053ad60 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xc91ef786fbf6d62858262c82c63de45085dea659 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x197d7010147df7b99e9025c724f13723b29313f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x25647e01bd0967c1b9599fa3521939871d1d0888 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x2f0b1417aa42ebf0b4ca1154212847f6094d708d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x6ada49aeccf6e556bb7a35ef0119cc8ca795294a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x2a6c340bcbb0a79d3deecd3bc5cbc2605ea9259f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xda2d09fbbf8ee4b5051a0e9b562c5fcb4b393b18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x48d20b3e529fb3dd7d91293f80638df582ab2daa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x4028daac072e492d34a3afdbef0ba7e35d8b55c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xc2eab7d33d3cb97692ecb231a5d0e4a649cb539d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xc5be99a02c6857f9eac67bbce58df5572498f40c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xe4b8583ccb95b25737c016ac88e539d0605949e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x8dbee21e8586ee356130074aaa789c33159921ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x43de4318b6eb91a7cf37975dbb574396a7b5b5c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x9ff68f61ca5eb0c6606dc517a9d44001e564bb66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xa29fe6ef9592b5d408cca961d0fb9b1faf497d6d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x1b1137dd16faa651e38a9dfb5d9ffff7767fdf62 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x470e8de2ebaef52014a47cb5e6af86884947f08c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x8fb8e9921922d2ffb529a95d28a0d06d275d7a59 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xd3d2e2692501a5c9ca623199d38826e513033a17 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x97e1fcb93ae7267dbafad23f7b9afaa08264cfd8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xa5e9c917b4b821e4e0a5bbefce078ab6540d6b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x2cc846fff0b08fb3bffad71f53a60b4b6e6d6482 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x959873fb4fc11825fba83c80c4c632db1e936e15 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xa7480aafa8ad2af3ce24ac6853f960ae6ac7f0c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xc7e6b676bfc73ae40bcc4577f22aab1682c691c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x570febdf89c07f256c75686caca215289bb11cfc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x343fd171caf4f0287ae6b87d75a8964dc44516ab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xcaa004418eb42cdf00cb057b7c9e28f0ffd840a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xe3d3551bb608e7665472180a20280630d9e938aa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xb6b0c651c37ec4ca81c0a128420e02001a57fac2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x4e34da137f0b317c633838458e0c923a5e088752 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xfe9e7931e55c514c33d489c88582fa36e84bd8e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x5281e311734869c64ca60ef047fd87759397efe6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x149148acc3b06b8cc73af3a10e84189243a35925 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x8ef79d6c328c25da633559c20c75f638a4863462 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x45dda9cb7c25131df268515131f647d726f50608 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x50eaedb835021e4a108b7290636d62e9765cc6d7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x167384319b41f7094e62f7506409eb38079abff8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa374094527e1673a86de625aa59517c5de346d32 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x86f1d8390222a3691c28938ec7404a1661e618e0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xeda1094f59a4781456734e5d258b95e6be20b983 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x847b64f9d3a95e977d157866447a5c0a5dfa0ee5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x94ab9e4553ffb839431e37cc79ba8905f45bfbea - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x0e44ceb592acfc5d3f09d996302eb4c499ff8c10 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x1e5bd2ab4c308396c06c182e1b7e7ba8b2935b83 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x9b08288c3be4f62bbf8d1c20ac9c5e6f9467d8b7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xb6e57ed85c4c9dbfef2a68711e9d6f36c56e0fcb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x3e31ab7f37c048fc6574189135d108df80f0ea26 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xd36ec33c8bed5a9f7b6630855f1533455b98a418 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xdac8a8e6dbf8c690ec6815e0ff03491b2770255d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xfe343675878100b344802a6763fd373fdeed07a4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x0a28c2f5e0e8463e047c203f00f649812ae67e4f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x88f3c15523544835ff6c738ddb30995339ad57d6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x98b9162161164de1ed182a0dfa08f5fbf0f733ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xeef1a9507b3d505f0062f2be9453981255b503c8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xc4c06c9a239f94fc0a1d3e04d23c159ebe8316f1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x849ec65748107aedc518dbc42961f358ea1361a7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x2db87c4831b2fec2e35591221455834193b50d1b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa4d8c89f0c20efbe54cba9e7e7a7e509056228d9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x642f28a89fa9d0fa30e664f71804bfdd7341d21f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x2aceda63b5e958c45bd27d916ba701bc1dc08f7a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x781067ef296e5c4a4203f81c593274824b7c185d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x4ccd010148379ea531d6c587cfdd60180196f9b1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xd866fac7db79994d08c0ca2221fee08935595b4b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x941061770214613ba0ca3db9a700c39587bb89b6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa9077cdb3d13f45b8b9d87c43e11bce0e73d8631 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa01f64fa1b923dd9c5c7618b39a6ba8098a88863 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa830ff28bb7a46570a7e43dc24a35a663b9cfc2e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x8837a61644d523cbe5216dde226f8f85e3aa9be3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xca5d44977d6de1846530eb434167b208752fba7d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x4d05f2a005e6f36633778416764e82d1d12e7fbb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x41e64a5bc929fa8e6a9c8d7e3b81a13b21ff3045 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x3ea34cfc9322273311f7843826a2581c4a00fd39 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x785061ed819414dc4269d2a5d5974069c0daea96 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x3f5228d0e7d75467366be7de2c31d0d098ba2c23 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x2e3f22e9a1c2470b2e293351f48c99e1fd788f32 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x2a08c38c7e1fa969325e2b64047abb085dec3756 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xe6c36eed27c2e8ecb9a233bf12da06c9730b5955 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xefa98fdf168f372e5e9e9b910fcdfd65856f3986 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x76fa081e510f43ac8335efdb4db88c9ff1894413 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xc6832ef0af793336aa44a936e54b992bff47e7cd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x865f456479a21e2b3d866561d7171a3d0a7b112d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xbd934a7778771a7e2d9bf80596002a214d8c9304 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x9ab9f658104467604b5afa9a3e1df62f35f7b208 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x6e430d59ba145c59b73a6db674fe3d53c1f31cae - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x21b8065d10f73ee2e260e5b47d3344d3ced7596e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x517f9dd285e75b599234f7221227339478d0fcc8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa43fe16908251ee70ef74718545e4fe6c5ccec9f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x0af81cd5d9c124b4859d65697a4cd10ee223746a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xca7c2771d248dcbe09eabe0ce57a62e18da178c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x09d1d767edf8fa23a64c51fa559e0688e526812f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x7b73644935b8e68019ac6356c40661e1bc315860 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x180efc1349a69390ade25667487a826164c9c6e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x9c4fe5ffd9a9fc5678cfbd93aa2d4fd684b67c4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa478c2975ab1ea89e8196811f51a7b7ade33eb11 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xbb2b8038a1640196fbe3e38816f3e67cba72d940 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x9ec9367b8c4dd45ec8e7b800b1f719251053ad60 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xc91ef786fbf6d62858262c82c63de45085dea659 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x197d7010147df7b99e9025c724f13723b29313f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x25647e01bd0967c1b9599fa3521939871d1d0888 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x2f0b1417aa42ebf0b4ca1154212847f6094d708d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x6ada49aeccf6e556bb7a35ef0119cc8ca795294a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x2a6c340bcbb0a79d3deecd3bc5cbc2605ea9259f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xda2d09fbbf8ee4b5051a0e9b562c5fcb4b393b18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x48d20b3e529fb3dd7d91293f80638df582ab2daa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x4028daac072e492d34a3afdbef0ba7e35d8b55c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xc2eab7d33d3cb97692ecb231a5d0e4a649cb539d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xc5be99a02c6857f9eac67bbce58df5572498f40c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xe4b8583ccb95b25737c016ac88e539d0605949e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x8dbee21e8586ee356130074aaa789c33159921ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x43de4318b6eb91a7cf37975dbb574396a7b5b5c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x9ff68f61ca5eb0c6606dc517a9d44001e564bb66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa29fe6ef9592b5d408cca961d0fb9b1faf497d6d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x1b1137dd16faa651e38a9dfb5d9ffff7767fdf62 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x470e8de2ebaef52014a47cb5e6af86884947f08c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x8fb8e9921922d2ffb529a95d28a0d06d275d7a59 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xd3d2e2692501a5c9ca623199d38826e513033a17 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x97e1fcb93ae7267dbafad23f7b9afaa08264cfd8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa5e9c917b4b821e4e0a5bbefce078ab6540d6b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x2cc846fff0b08fb3bffad71f53a60b4b6e6d6482 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x959873fb4fc11825fba83c80c4c632db1e936e15 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa7480aafa8ad2af3ce24ac6853f960ae6ac7f0c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xc7e6b676bfc73ae40bcc4577f22aab1682c691c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x570febdf89c07f256c75686caca215289bb11cfc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x343fd171caf4f0287ae6b87d75a8964dc44516ab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xcaa004418eb42cdf00cb057b7c9e28f0ffd840a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xe3d3551bb608e7665472180a20280630d9e938aa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xb6b0c651c37ec4ca81c0a128420e02001a57fac2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x4e34da137f0b317c633838458e0c923a5e088752 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xfe9e7931e55c514c33d489c88582fa36e84bd8e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x5281e311734869c64ca60ef047fd87759397efe6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x149148acc3b06b8cc73af3a10e84189243a35925 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x8ef79d6c328c25da633559c20c75f638a4863462 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x9e37cb775a047ae99fc5a24dded834127c4180cd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x48413707b70355597404018e7c603b261fcadf3f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xade9bcd4b968ee26bed102dd43a55f6a8c2416df - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xda679706ff21114ac9fac5198bff24543f357a16 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xba3f945812a83471d709bce9c3ca699a19fb46f7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x4c36388be6f416a29c8d8eee81c771ce6be14b18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa1b2457c0b627f97f6cc892946a382451e979014 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xae2ce200bdb67c472030b31f602f0756c9aeb61c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x3bc5180d5439b500f381f9a46f15dd6608101671 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x5122e02898ece3bc62df8c1efdb29a9e914244d3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x24e1cbd6fed006ceed9af0dce688acc7951d57a9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x2556230ac694093d4d3b7b965a2f2d77d4c403a4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xdaca082c2c7d052a96fa83ea9d3a7b6839e39586 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa555149210075702a734968f338d5e1cbd509354 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x10648ba41b8565907cfa1496765fa4d95390aa0d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x00bcec1526dae1e170a53017b8775a93b7810d7c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x20e068d76f9e90b90604500b84c7e19dcb923e7e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x6b93950a9b589bc32b82a5df4e5148f98a7fae27 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xd9caa6dbe6791fcb7fc9fb59d1a6b3dd8c1c2339 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x62e81e93136ac42a1ada48d4098f5f9e703e7455 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x84206d33845c9d811438b6fe4e7a0c634748dc50 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xd0b53d9277642d899df5c87a3966a349a798f224 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xcfa7c4bb565915f1c4f9475e2a0536d31efad776 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa7de21f28ca460b45373b217cd4eb111c3faeff8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xb64dff20dd5c47e6dbb56ead80d23568006dec1e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xad4e969f4193878e5cc89cefb57faf6c7c0048da - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xdf5eb97e3e23ca7f5a5fd2264680377c211310ba - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xf16baaae8eb7b37f4280e72924479f69e7a61f32 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xe745a591970e0fa981204cf525e170a2b9e4fb93 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x64b74c66b9ba60ca668b781289767ae7298f37ae - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x17e1ebd791e7253a5e606fd94c5b66c14d873136 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x46715bd57b9ec01deadb35fe096fb44acda79414 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x3447accd4b8e735329d1065244aad2ed630f0122 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x2feb7f3ffc243f7de94d5ea5975533d301584e07 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x0d5959a52e7004b601f0be70618d01ac3cdce976 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x2170ca774e48a3f51559917ada6f9d7ae8f7bfea - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x62a76dfa8951aefcff787e790782db3633ebf422 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x8073679e0b3b2d1d665777cf1b2b5b1c2d3d2d0c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x143f1a6f3fb32e6ab3f22d3cc6b417b5c2197599 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x82ad659c2f152aad59bb37cbc5e7663a2de0c607 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa4efe9e8e2a2d5a2ac46805f233b8e49d0e11955 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xfcc89a1f250d76de198767d33e1ca9138a7fb54b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x2faa2b42b782d578a160f61bb7cd763a17476730 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xdd44c0e83c2570062d1e6fdd440b4724862e8f31 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xe3930a14641786e123e7bbe842d701fa1cbfe2df - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x6d03360ce4764e862ed81660c1f76cc2711b14b6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xc055f66f228105072315247785c00299d0ce27e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xcae1d141ab11cef0a415cf0440025e1e5e962e06 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x21b8065d10f73ee2e260e5b47d3344d3ced7596e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x517f9dd285e75b599234f7221227339478d0fcc8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa43fe16908251ee70ef74718545e4fe6c5ccec9f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x0af81cd5d9c124b4859d65697a4cd10ee223746a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xca7c2771d248dcbe09eabe0ce57a62e18da178c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x09d1d767edf8fa23a64c51fa559e0688e526812f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x7b73644935b8e68019ac6356c40661e1bc315860 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x180efc1349a69390ade25667487a826164c9c6e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x9c4fe5ffd9a9fc5678cfbd93aa2d4fd684b67c4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa478c2975ab1ea89e8196811f51a7b7ade33eb11 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xbb2b8038a1640196fbe3e38816f3e67cba72d940 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x9ec9367b8c4dd45ec8e7b800b1f719251053ad60 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xc91ef786fbf6d62858262c82c63de45085dea659 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x197d7010147df7b99e9025c724f13723b29313f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x25647e01bd0967c1b9599fa3521939871d1d0888 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x2f0b1417aa42ebf0b4ca1154212847f6094d708d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x6ada49aeccf6e556bb7a35ef0119cc8ca795294a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x2a6c340bcbb0a79d3deecd3bc5cbc2605ea9259f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xda2d09fbbf8ee4b5051a0e9b562c5fcb4b393b18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x48d20b3e529fb3dd7d91293f80638df582ab2daa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x4028daac072e492d34a3afdbef0ba7e35d8b55c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xc2eab7d33d3cb97692ecb231a5d0e4a649cb539d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xc5be99a02c6857f9eac67bbce58df5572498f40c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xe4b8583ccb95b25737c016ac88e539d0605949e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x8dbee21e8586ee356130074aaa789c33159921ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x43de4318b6eb91a7cf37975dbb574396a7b5b5c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x9ff68f61ca5eb0c6606dc517a9d44001e564bb66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa29fe6ef9592b5d408cca961d0fb9b1faf497d6d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x1b1137dd16faa651e38a9dfb5d9ffff7767fdf62 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x470e8de2ebaef52014a47cb5e6af86884947f08c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x8fb8e9921922d2ffb529a95d28a0d06d275d7a59 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xd3d2e2692501a5c9ca623199d38826e513033a17 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x97e1fcb93ae7267dbafad23f7b9afaa08264cfd8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa5e9c917b4b821e4e0a5bbefce078ab6540d6b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x2cc846fff0b08fb3bffad71f53a60b4b6e6d6482 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x959873fb4fc11825fba83c80c4c632db1e936e15 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa7480aafa8ad2af3ce24ac6853f960ae6ac7f0c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xc7e6b676bfc73ae40bcc4577f22aab1682c691c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x570febdf89c07f256c75686caca215289bb11cfc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x343fd171caf4f0287ae6b87d75a8964dc44516ab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xcaa004418eb42cdf00cb057b7c9e28f0ffd840a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xe3d3551bb608e7665472180a20280630d9e938aa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xb6b0c651c37ec4ca81c0a128420e02001a57fac2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x4e34da137f0b317c633838458e0c923a5e088752 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xfe9e7931e55c514c33d489c88582fa36e84bd8e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x5281e311734869c64ca60ef047fd87759397efe6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x149148acc3b06b8cc73af3a10e84189243a35925 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x8ef79d6c328c25da633559c20c75f638a4863462 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x0f338ec12d3f7c3d77a4b9fcc1f95f3fb6ad0ea6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x4eaa90264d6a3567228dcb5cfc242200da586437 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x6fe9e9de56356f7edbfcbb29fab7cd69471a4869 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xf420603317a0996a3fce1b1a80993eaef6f7ae1a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x47a90a2d92a8367a91efa1906bfc8c1e05bf10c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x41bf5eeae051fbd2e97b76b5f8f0fdcc1a1e526b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x28df0835942396b7a1b7ae1cd068728e6ddbbafd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xa3f3664a52f01b42557524bd14556e379daf5669 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x1fd22fa7274bafebdfb1881321709f1219744829 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xe39cfc1a2e51a09ecbd060a24ee4eef5a97697bb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x06396509195eb9e07c38a016694dc9ff535b128a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x5a1c486edefda2f09d3b349fadc38524f1743826 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x5bf1cf153c102a79d9e18b7fb7c79ba57fa70d0c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x2c3c320d49019d4f9a92352e947c7e5acfe47d68 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x4141325bac36affe9db165e854982230a14e6d48 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x17507bef4c3abc1bc715be723ee1baf571256e05 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x8149b92ea743cc382aada523b68b8834733b9015 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xc98f01bf2141e1140ef8f8cad99d4b021d10718f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x7f9d307973cdabe42769d9712df8ee1cc1a28d10 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x5c87da28a45e5089b762dcbbd86f743d14c54317 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x2cd97604ef77bbcb1fa0cff47545dff8ec7def08 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x7862d9b4be2156b15d54f41ee4ede2d5b0b455e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x554548b404213c7efcdbab933f52edfe3c581834 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x63008c5ea4e47f5421e0e1428b1c5043a507d0d0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x0350ca994791c4b07a5b02b08aaf9d6fc8ab510e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x32776ed4d96ed069a2d812773f0ad8ad9ef83cf8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x84f3ca9b7a1579ff74059bd0e8929424d3fa330e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x5289a8dbf7029ee0b0498a84777ed3941d9acfec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xb2bc284ab4c953b7f7a06d59c0ceb2de26405f22 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x508acf810857fefa86281499068ad5d19ebce325 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xccdfcd1aac447d5b29980f64b831c532a6a33726 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x4fb87838a29b37598099ef5aa6b3fbeeef987c50 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x515e94dc736b9d8b7d28ecf1cece0aba3d75da97 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xfd6e5b7c30538dff2752058e425ad01a56b831cc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xcb99fe720124129520f7a09ca3cbef78d58ed934 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xd2f21358c1549be193537b2a4c5dc7f0228ae011 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x93094ed1c907e4bca7eb041cb659da94f7e1b58e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xd37e6ecb991d1a0e7610c89666817665713362a7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x73234630bd159384c8d43f145407312d64614f43 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xad1ddf00c4ae50573e4dc98e6c5ee93baa04a0c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xa765593c821f7df9ad81119509a37961e7ffa6c5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x9b501a7ad3087d603ceb34424b7b2a6c348ad0b7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xafebb7cfa1a15fcac4121b609b456cbce3137c20 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x0adaf134ae0c4583b3a38fc3168a83e33162651e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xf9878a5dd55edc120fde01893ea713a4f032229c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x84e47c7f2fe86f6b5efbe14fee46b8bb871b2e05 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xf3e5bec78654049990965f666b0612e116b94fb2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x33e59edd3214e97cb68450c6d3d6c167de072aba - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x2ca76c7e466e560e0cb11a91269bb953e41254bc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xbb124e35ab9e85f8d59ba83500e559dc052b9368 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x21b8065d10f73ee2e260e5b47d3344d3ced7596e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x517f9dd285e75b599234f7221227339478d0fcc8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xa43fe16908251ee70ef74718545e4fe6c5ccec9f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x0af81cd5d9c124b4859d65697a4cd10ee223746a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xca7c2771d248dcbe09eabe0ce57a62e18da178c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x09d1d767edf8fa23a64c51fa559e0688e526812f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x7b73644935b8e68019ac6356c40661e1bc315860 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x180efc1349a69390ade25667487a826164c9c6e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x9c4fe5ffd9a9fc5678cfbd93aa2d4fd684b67c4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xa478c2975ab1ea89e8196811f51a7b7ade33eb11 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xbb2b8038a1640196fbe3e38816f3e67cba72d940 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x9ec9367b8c4dd45ec8e7b800b1f719251053ad60 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xc91ef786fbf6d62858262c82c63de45085dea659 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x197d7010147df7b99e9025c724f13723b29313f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x25647e01bd0967c1b9599fa3521939871d1d0888 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x2f0b1417aa42ebf0b4ca1154212847f6094d708d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x6ada49aeccf6e556bb7a35ef0119cc8ca795294a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x2a6c340bcbb0a79d3deecd3bc5cbc2605ea9259f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xda2d09fbbf8ee4b5051a0e9b562c5fcb4b393b18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x48d20b3e529fb3dd7d91293f80638df582ab2daa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x4028daac072e492d34a3afdbef0ba7e35d8b55c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xc2eab7d33d3cb97692ecb231a5d0e4a649cb539d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xc5be99a02c6857f9eac67bbce58df5572498f40c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xe4b8583ccb95b25737c016ac88e539d0605949e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x8dbee21e8586ee356130074aaa789c33159921ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x43de4318b6eb91a7cf37975dbb574396a7b5b5c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x9ff68f61ca5eb0c6606dc517a9d44001e564bb66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xa29fe6ef9592b5d408cca961d0fb9b1faf497d6d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x1b1137dd16faa651e38a9dfb5d9ffff7767fdf62 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x470e8de2ebaef52014a47cb5e6af86884947f08c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x8fb8e9921922d2ffb529a95d28a0d06d275d7a59 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xd3d2e2692501a5c9ca623199d38826e513033a17 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x97e1fcb93ae7267dbafad23f7b9afaa08264cfd8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xa5e9c917b4b821e4e0a5bbefce078ab6540d6b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x2cc846fff0b08fb3bffad71f53a60b4b6e6d6482 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x959873fb4fc11825fba83c80c4c632db1e936e15 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xa7480aafa8ad2af3ce24ac6853f960ae6ac7f0c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xc7e6b676bfc73ae40bcc4577f22aab1682c691c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x570febdf89c07f256c75686caca215289bb11cfc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x343fd171caf4f0287ae6b87d75a8964dc44516ab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xcaa004418eb42cdf00cb057b7c9e28f0ffd840a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xe3d3551bb608e7665472180a20280630d9e938aa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xb6b0c651c37ec4ca81c0a128420e02001a57fac2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x4e34da137f0b317c633838458e0c923a5e088752 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xfe9e7931e55c514c33d489c88582fa36e84bd8e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x5281e311734869c64ca60ef047fd87759397efe6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x149148acc3b06b8cc73af3a10e84189243a35925 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x8ef79d6c328c25da633559c20c75f638a4863462 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xd88d5f9e6c10e6febc9296a454f6c2589b1e8fae - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xb90fe7da36ac89448e6dfd7f2bb1e90a66659977 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xbd6313d0796984c578cae6bc5b5e23b27c5540c5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x1f18cd7d1c7ba0dbe3d9abe0d3ec84ce1ad10066 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x7da99753ff017f1b7afb2c8c0542718dc9f15f21 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x079e7a44f42e9cd2442c3b9536244be634e8f888 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x1c8dafd358d308b880f71edb5170b010b106ca60 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xbd0f6f34baa3c1329448a69bab90111a20756f01 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x3420720e561f3082f1e514a4545f0f2e0c955a5d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xea3fb6e3313a2a90757e4ca3d6749efd0107b0b6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xf130f72f8190f662522774c3367e6e8814f5e219 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x4a46c053bd5c10a959aea258228217b9d3405f3d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xb83258bf5940c98abf54f26c5a02710bd6b83b2c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x6a209c5329f0a225fa1890d4177823c096016f34 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xdb24905b1b080f65dedb0ad978aad5c76363d3c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xddff2cdad11898b901a661e32e9fa010780263a0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x72dd8fe09b5b493012e5816068dfc6fb26a2a9e6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x54fc722a66abfb6500a36d8b7b2646129d0e836a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x53b612b32233c80ec439a64325a29766ce95be7f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xe5edcbe72d1bc223097a1bed1fe6c0e404b4290c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xb928c37b8bd9754d321dc3d3c6ef374d332fe761 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x2d70cbabf4d8e61d5317b62cbe912935fd94e0fe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x953e2937f0515c43ca7995e80c84aedcbbb9385e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x84394d80830ae963b599ded7d9149b90059f182f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xa1777e082fa1746eb78dd9c1fbb515419cf6e538 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x112466c8b6e5abe42c78c47eb1b9d40baa3f943c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x9491d57c5687ab75726423b55ac2d87d1cda2c3f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x978799f1845c00c9a4d9fd2629b9ce18df66e488 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xdc55d1fd1c04e005051a40bd59c5f95623257bc5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x34757893070b0fc5de37aaf2844255ff90f7f1e0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x7faf167615419228f3f7d71d52d840dab154913c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xa4d7b6a50dd4c55334ca6f175dbc6561f269d264 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x0ed413cefde954d8e5c54d981d7d182b587e98e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x524375d0c6a04439128428f400b00eae81a2e9e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x4b7a4530d56ff55a4dce089d917ede812e543307 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x84bb5b9bf1b6782c87cfa3e396f2f571c8e49646 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x723292eea7e1576ae482a5c317934054c0199e24 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x9b42940e8184d866aac6595a91f8d8952a59d3b9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x37622453c614f625d288151101ffe48fd222ced1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x4a94130b9e8eb0a0959c2c0f1ee9583213773fd9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x51514b3dc24afc1db95586242b99f0063bea17c5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xc130254e9196d48bbd9f91240390a6e8203132e9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x60ac25da2ada3be14a2a8c04e45b072bed965966 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x4e392a3883a84225260ff857318517eb50e5d128 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xca0aa06385a42242fe9523cd7015f6d01cd8f6b2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x3e448c17043ce1481bbe53c0fd19481bad8b98a6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x81060e6bf2a683f208b8799a33c7c09830cabed1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x463fe9f646b61ccfb43a022bf947075411cd71c7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x21b8065d10f73ee2e260e5b47d3344d3ced7596e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x517f9dd285e75b599234f7221227339478d0fcc8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xa43fe16908251ee70ef74718545e4fe6c5ccec9f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x0af81cd5d9c124b4859d65697a4cd10ee223746a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xca7c2771d248dcbe09eabe0ce57a62e18da178c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x09d1d767edf8fa23a64c51fa559e0688e526812f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x7b73644935b8e68019ac6356c40661e1bc315860 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x180efc1349a69390ade25667487a826164c9c6e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x9c4fe5ffd9a9fc5678cfbd93aa2d4fd684b67c4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xa478c2975ab1ea89e8196811f51a7b7ade33eb11 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xbb2b8038a1640196fbe3e38816f3e67cba72d940 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x9ec9367b8c4dd45ec8e7b800b1f719251053ad60 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xc91ef786fbf6d62858262c82c63de45085dea659 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x197d7010147df7b99e9025c724f13723b29313f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x25647e01bd0967c1b9599fa3521939871d1d0888 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x2f0b1417aa42ebf0b4ca1154212847f6094d708d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x6ada49aeccf6e556bb7a35ef0119cc8ca795294a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x2a6c340bcbb0a79d3deecd3bc5cbc2605ea9259f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xda2d09fbbf8ee4b5051a0e9b562c5fcb4b393b18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x48d20b3e529fb3dd7d91293f80638df582ab2daa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x4028daac072e492d34a3afdbef0ba7e35d8b55c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xc2eab7d33d3cb97692ecb231a5d0e4a649cb539d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xc5be99a02c6857f9eac67bbce58df5572498f40c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xe4b8583ccb95b25737c016ac88e539d0605949e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x8dbee21e8586ee356130074aaa789c33159921ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x43de4318b6eb91a7cf37975dbb574396a7b5b5c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x9ff68f61ca5eb0c6606dc517a9d44001e564bb66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xa29fe6ef9592b5d408cca961d0fb9b1faf497d6d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x1b1137dd16faa651e38a9dfb5d9ffff7767fdf62 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x470e8de2ebaef52014a47cb5e6af86884947f08c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x8fb8e9921922d2ffb529a95d28a0d06d275d7a59 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xd3d2e2692501a5c9ca623199d38826e513033a17 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x97e1fcb93ae7267dbafad23f7b9afaa08264cfd8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xa5e9c917b4b821e4e0a5bbefce078ab6540d6b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x2cc846fff0b08fb3bffad71f53a60b4b6e6d6482 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x959873fb4fc11825fba83c80c4c632db1e936e15 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xa7480aafa8ad2af3ce24ac6853f960ae6ac7f0c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xc7e6b676bfc73ae40bcc4577f22aab1682c691c6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x570febdf89c07f256c75686caca215289bb11cfc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x343fd171caf4f0287ae6b87d75a8964dc44516ab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xcaa004418eb42cdf00cb057b7c9e28f0ffd840a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xe3d3551bb608e7665472180a20280630d9e938aa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xb6b0c651c37ec4ca81c0a128420e02001a57fac2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x4e34da137f0b317c633838458e0c923a5e088752 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xfe9e7931e55c514c33d489c88582fa36e84bd8e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x5281e311734869c64ca60ef047fd87759397efe6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x149148acc3b06b8cc73af3a10e84189243a35925 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x8ef79d6c328c25da633559c20c75f638a4863462 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x0f23d49bc92ec52ff591d091b3e16c937034496e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x0f23d49bc92ec52ff591d091b3e16c937034496e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xbf16ef186e715668aa29cef57e2fd7f9d48adfe6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x0f23d49bc92ec52ff591d091b3e16c937034496e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x5645dcb64c059aa11212707fbf4e7f984440a8cf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x0f23d49bc92ec52ff591d091b3e16c937034496e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x3ad4913fa896391c9822a81d8d869cc0d783bdd7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x0f23d49bc92ec52ff591d091b3e16c937034496e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x0f23d49bc92ec52ff591d091b3e16c937034496e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x0f23d49bc92ec52ff591d091b3e16c937034496e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x7a415b19932c0105c82fdb6b720bb01b0cc2cae3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x9b3423373e6e786c9ac367120533abe4ee398373 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x4a25dbdf9629b1782c3e2c7de3bdce41f1c7f801 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xbe80225f09645f172b079394312220637c440a63 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x059615ebf32c946aaab3d44491f78e4f8e97e1d3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x435664008f38b0650fbc1c9fc971d0a3bc2f1e47 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x4b62fa30fea125e43780dc425c2be5acb4ba743b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xc3db44adc1fcdfd5671f555236eae49f4a8eea18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xddd23787a6b80a794d952f5fb036d0b31a8e6aff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xa86aca6d7c393c06dcdc30473ea3d1b05c358dff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x1ffec7119e315b15852557f654ae0052f76e6ae1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x0f027d40c80d8f70f77d3884776531f80b21d20e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x69c66beafb06674db41b22cfc50c34a93b8d82a2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xeedff72a683058f8ff531e8c98575f920430fdc5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x811cfb75567a252bea23474e2ccd1286927bfe0a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x2caccf71bdf8fff97c06a46eca29b611b1a74b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0xf07a84f0732dfe8eea0d3961bcd8f62c761ff508 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/ethereum/0x8c1c499b1796d7f3c2521ac37186b52de024e58c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xe5cf22ee4988d54141b77050967e1052bd9c7f7a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x7f580f8a02b759c350e6b8340e7c2d4b8162b6a9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x48b0ab72c2591849e678e7d6f272b75ef9b863f7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x74d0ae8b8e1fca6039707564704a25ad2ee036b0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x5969efdde3cf5c0d9a88ae51e47d721096a97203 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xe32efff8f8b5fdc53803405aa3f623f03f8a8767 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xe8629b6a488f366d27dad801d1b5b445199e2ada - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x066b28f0c160935cf285f75ed600967bf8417035 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xddd23787a6b80a794d952f5fb036d0b31a8e6aff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xa86aca6d7c393c06dcdc30473ea3d1b05c358dff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x1ffec7119e315b15852557f654ae0052f76e6ae1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x0f027d40c80d8f70f77d3884776531f80b21d20e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x69c66beafb06674db41b22cfc50c34a93b8d82a2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xeedff72a683058f8ff531e8c98575f920430fdc5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x811cfb75567a252bea23474e2ccd1286927bfe0a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x2caccf71bdf8fff97c06a46eca29b611b1a74b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0xf07a84f0732dfe8eea0d3961bcd8f62c761ff508 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/arbitrum/0x8c1c499b1796d7f3c2521ac37186b52de024e58c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x146b020399769339509c98b7b353d19130c150ec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xd28f71e383e93c570d3edfe82ebbceb35ec6c412 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xadab76dd2dca7ae080a796f0ce86170e482afb4a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x0fb07e6d6e1f52c839608e1436d2ea810cf07257 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xddd23787a6b80a794d952f5fb036d0b31a8e6aff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xa86aca6d7c393c06dcdc30473ea3d1b05c358dff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x1ffec7119e315b15852557f654ae0052f76e6ae1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x0f027d40c80d8f70f77d3884776531f80b21d20e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x69c66beafb06674db41b22cfc50c34a93b8d82a2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xeedff72a683058f8ff531e8c98575f920430fdc5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x811cfb75567a252bea23474e2ccd1286927bfe0a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x2caccf71bdf8fff97c06a46eca29b611b1a74b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0xf07a84f0732dfe8eea0d3961bcd8f62c761ff508 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/optimism/0x8c1c499b1796d7f3c2521ac37186b52de024e58c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x95d2483d2a0fff034004f91c53d649623d993896 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x19c5505638383337d2972ce68b493ad78e315147 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xc143161ed3ed8049bb63d8da42907c08a10e2269 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xc3286373599dd5af2a17a572ebb7561f05f88bec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xbb98b3d2b18aef63a3178023a920971cf5f29be4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x647fb01a63de9a551b39c7915693b25e6bcec502 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa90c1c009dc8292bd04ced30f9b53a5ff7a806a0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xddd23787a6b80a794d952f5fb036d0b31a8e6aff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xa86aca6d7c393c06dcdc30473ea3d1b05c358dff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x1ffec7119e315b15852557f654ae0052f76e6ae1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x0f027d40c80d8f70f77d3884776531f80b21d20e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x69c66beafb06674db41b22cfc50c34a93b8d82a2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xeedff72a683058f8ff531e8c98575f920430fdc5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x811cfb75567a252bea23474e2ccd1286927bfe0a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x2caccf71bdf8fff97c06a46eca29b611b1a74b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0xf07a84f0732dfe8eea0d3961bcd8f62c761ff508 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/polygon/0x8c1c499b1796d7f3c2521ac37186b52de024e58c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xfb765ff72a14735550f1d798a5efd1311f2ddee7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x3537f2a5f99f08f59eb1417073db1fadbebf0c74 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xde8ed0277ee0e84c25756a73ffa7374e4aeadf46 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xd8f3a72d2b2220a5067abe8c38aea57dc2d69a5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x7ec18abf80e865c6799069df91073335935c4185 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x14b1911dd6b451c2771661ae8cd70637d726c356 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x9ae8084c21752971d867597c07f2673765d949a1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xcfaf75a3d292c3535ea3acdb16ed2ee58c2bb091 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x8055e6de251e414e8393b20adab096afb3cf8399 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xffec10fe1355c2d8df4f62affcdeffdb04f06569 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xc16454420f100b2e771d8bc4c5b6200068129a34 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x046f405e4ae1d0e786eda4959adadbd417d13ad8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xeccb34691c06c1c9c31ceb2228b22cbd242b5879 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xe22a2dfaaaaec8a7b2b7acb4909eaaa5c5bd6e64 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xe2dda0911e227e73d9fd94745b851c8bc6504610 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x0f082a7870908f8cebbb2cd27a42a9225c19f898 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x69d667281778db0c3bc8177efea3a91ee95c3068 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x30d61bb28a6789f9f49d8c7fb198d63b6aba4b61 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x090f3fd9110621df127c3f9be5c6f58c02f2d5eb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xd56f086e7b796b313d49f2bc926fac4bdd2a2b0b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x7eb847a214192aab8fa1b503f4d4c9ddd2a08db6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x81b3bc0ef974c16d71b8614adb8c22ccc045da01 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xc9b44ca4159dbaf5722a3dc8618e9d4b5f39d5b2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xbeef35a63fc62a3334630d9d3b4db27093d95317 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x3d5d143381916280ff91407febeb52f2b60f33cf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x68c9325cc268df8b9ed4a06429587f28471b5f84 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa00cc1fb7ac185222294777c6b23a13c013f07ce - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x77021e63bcbd3c5296b0cdd8a3c3770fb0ea8fa2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xcc28456d4ff980cee3457ca809a257e52cd9cdb0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xec0b7e8e44c9d60efd67a89dba1d4a6e02a7a4a0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x0c8fed5dd65542ca5f0add1acab14c2e470c9110 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xd56da2b74ba826f19015e6b7dd9dae1903e85da1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x5482c2b11951bbb92b87858242e17abde802b398 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xd95bae63641d822dc591bd4aca7a64e53eac76f9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x06959273e9a65433de71f5a452d529544e07ddd0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x24bf2ee2e09477082d1ddf2f0603baa460b3f5f3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x56d8f846415e08c5e663d89505e79f522d33f947 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x548e923281f372d28a40287d3a2d30dce482fc66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x9d744d3d905897608d24c1b8c1c7db0d30c36cd4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xddd23787a6b80a794d952f5fb036d0b31a8e6aff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xa86aca6d7c393c06dcdc30473ea3d1b05c358dff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x1ffec7119e315b15852557f654ae0052f76e6ae1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x0f027d40c80d8f70f77d3884776531f80b21d20e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x69c66beafb06674db41b22cfc50c34a93b8d82a2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xeedff72a683058f8ff531e8c98575f920430fdc5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x811cfb75567a252bea23474e2ccd1286927bfe0a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x2caccf71bdf8fff97c06a46eca29b611b1a74b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0xf07a84f0732dfe8eea0d3961bcd8f62c761ff508 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/base/0x8c1c499b1796d7f3c2521ac37186b52de024e58c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xab46d39cb398fb3649ecba781180016fef75f50b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x25048028ad87484b7fce99bc4e22dcb6c3307470 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xdb2177fee5b0ebdc7b8038cb70f3964bb6d14143 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x42d749f736051d8933b118324cded52d1f92bec1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xb1a1b707b143b911c36e1a0f4f901c5017791aca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x3319a81a316abd4c086f7048904e31ff86648b38 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x4a978a2d4fb7393063babfb0cee741b8bcd4dd4b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xea403e36fb592fdfdc342c38e94284ddbb0d2105 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xe3fb01794d6912f0773171e32e723471ee8df061 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x916d7f23ccbb1d10118dcfc6ad5a10b6446ff73e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xddd23787a6b80a794d952f5fb036d0b31a8e6aff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xa86aca6d7c393c06dcdc30473ea3d1b05c358dff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x1ffec7119e315b15852557f654ae0052f76e6ae1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x0f027d40c80d8f70f77d3884776531f80b21d20e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x69c66beafb06674db41b22cfc50c34a93b8d82a2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xeedff72a683058f8ff531e8c98575f920430fdc5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x811cfb75567a252bea23474e2ccd1286927bfe0a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x2caccf71bdf8fff97c06a46eca29b611b1a74b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0xf07a84f0732dfe8eea0d3961bcd8f62c761ff508 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/bnb/0x8c1c499b1796d7f3c2521ac37186b52de024e58c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x6cde5f5a192fbf3fd84df983aa6dc30dbd9f8fac - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xd80d28850bebe6208433c298334392bc940b4fc7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x7f7c4335ccac291ddedcef4429a626c442b627ed - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x628cb3a5a206956423d158009612813b64b19dab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x116361f4f45e310347b43cd098fdfa459760ea7f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x5dc631ad6c26bea1a59fbf2c2680cf3df43d249f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x1a810e0b6c2dd5629afa2f0c898b9512c6f78846 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xac1cb6d3d419da9ead0b53e62d6fb4bb53473523 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x0115d04a88990889471a88e85817aac9e961c07b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xd3409b7f3f54bb097433d0f4cd31c48ac33e569b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x493bfc1adb2e60805693197f23132350ffd2a04e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xcf4f103759770c21f945413781ca787620316988 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xb135ebde27d366b0d62e579bae4118cb991b820e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xecbc2f008c20729b9239317408367377c5473812 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x96e0c440d3377c2dfe4f2a82add0b045e46cbe64 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x6f5304c22ac77e228e8af4732ac6677c46e09030 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xcb037f27eb3952222810966e28e0ceb650c65cd9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xddd23787a6b80a794d952f5fb036d0b31a8e6aff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xa86aca6d7c393c06dcdc30473ea3d1b05c358dff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x1ffec7119e315b15852557f654ae0052f76e6ae1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x0f027d40c80d8f70f77d3884776531f80b21d20e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x69c66beafb06674db41b22cfc50c34a93b8d82a2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xeedff72a683058f8ff531e8c98575f920430fdc5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x811cfb75567a252bea23474e2ccd1286927bfe0a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x2caccf71bdf8fff97c06a46eca29b611b1a74b5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0xf07a84f0732dfe8eea0d3961bcd8f62c761ff508 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/pools/celo/0x8c1c499b1796d7f3c2521ac37186b52de024e58c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x7baece5d47f1bc5e1953fbe0e9931d54dab6d810 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x83abecf7204d5afc1bea5df734f085f2535a9976 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x4eefe02fce5b53ca33c7717bbd8ad3c9cb0609f1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xaf996125e98b5804c00ffdb4f7ff386307c99a00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x7924a818013f39cf800f5589ff1f1f0def54f31f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xb2eb5849e2606f99fc492e9add0103c667f806d3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x53c6ca2597711ca7a73b6921faf4031eedf71339 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x4eefe02fce5b53ca33c7717bbd8ad3c9cb0609f1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xaf996125e98b5804c00ffdb4f7ff386307c99a00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x7924a818013f39cf800f5589ff1f1f0def54f31f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xd35937ecd47b04a1474f8569f457fc5ac395921a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x4eefe02fce5b53ca33c7717bbd8ad3c9cb0609f1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xaf996125e98b5804c00ffdb4f7ff386307c99a00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x7924a818013f39cf800f5589ff1f1f0def54f31f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x6b75f2189f0e11c52e814e09e280eb1a9a8a094a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xb372b5abdb7c2ab8ad9e614be9835a42d0009153 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xf369277650ad6654f25412ea8bfbd5942733babc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x4eefe02fce5b53ca33c7717bbd8ad3c9cb0609f1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xaf996125e98b5804c00ffdb4f7ff386307c99a00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x7924a818013f39cf800f5589ff1f1f0def54f31f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x4898cf312fbff8814cab80a8d7f6ee5ad0dc73fb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x5e78afc6c804d4382bede3a0712d210e657e9b4f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x86b211ca7915a0c8d4659dd98242d9e801d88ab4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xb637f7c82fd774c280e23cebc725e7cd807c66d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xd249c43faabc58d6dd4b0a4de598b5a956c5d8d7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x1fbae785ce68b79f7ed4f7b27c3af3ef0e0bc3d4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x3c1376fb8487da57d4ffb263d9d01b578c7b586b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x7b24bed19856f4bb1d4c0421cfb328026cd936bd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x7cf887a863d81e6a483ee947dee05cb51914923c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x588c8cf031809486f015908864ee8699b44017e4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x3987d38a4ff8520a8ef6bcc6f98d6da8bcd69b89 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x4eefe02fce5b53ca33c7717bbd8ad3c9cb0609f1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xaf996125e98b5804c00ffdb4f7ff386307c99a00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x7924a818013f39cf800f5589ff1f1f0def54f31f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xde67d05242b18af00b28678db34feec883cc9cd6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x4eefe02fce5b53ca33c7717bbd8ad3c9cb0609f1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xaf996125e98b5804c00ffdb4f7ff386307c99a00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x7924a818013f39cf800f5589ff1f1f0def54f31f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x4a5a8b0108f446df7c1c8a459fcfb54e844b7343 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xf6ba006abf768ab2d1b5bba2d22d9f13eb1269d4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x4eefe02fce5b53ca33c7717bbd8ad3c9cb0609f1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xaf996125e98b5804c00ffdb4f7ff386307c99a00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x7924a818013f39cf800f5589ff1f1f0def54f31f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x92c2fc5f306405eab0ff0958f6d85d7f8892cf4d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xcbe856765eeec3fdc505ddebf9dc612da995e593 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x92c2fc5f306405eab0ff0958f6d85d7f8892cf4d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xcbe856765eeec3fdc505ddebf9dc612da995e593 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xc1738d90e2e26c35784a0d3e3d8a9f795074bca4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x92c2fc5f306405eab0ff0958f6d85d7f8892cf4d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xcbe856765eeec3fdc505ddebf9dc612da995e593 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xda908c0bf14ad0b61ea5ebe671ac59b2ce091cbf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x254aa3a898071d6a2da0db11da73b02b4646078f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x92c2fc5f306405eab0ff0958f6d85d7f8892cf4d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xcbe856765eeec3fdc505ddebf9dc612da995e593 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x41824081f2e7beb83048bf52465ddd7c8e471da2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xa0c2ce1723b3939f47ad01a293292f2f75dc629d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc42442f6402b68626e791a447d87b35cb1c6236e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x84537db6f6aaa2afdb71f325d14b9f5f7825bef1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x13933689ed2c6c66e83aed64336df14896efb7e2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x92c2fc5f306405eab0ff0958f6d85d7f8892cf4d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xcbe856765eeec3fdc505ddebf9dc612da995e593 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x039df62583ddc1c5fda75db152b87113d863b6d6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x92c2fc5f306405eab0ff0958f6d85d7f8892cf4d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xcbe856765eeec3fdc505ddebf9dc612da995e593 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x92c2fc5f306405eab0ff0958f6d85d7f8892cf4d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xcbe856765eeec3fdc505ddebf9dc612da995e593 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc39e83fe4e412a885c0577c08eb53bdb6548004a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xdbac78be00503d10ae0074e5e5873a61fc56647c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc1cd3d0913f4633b43fcddbcd7342bc9b71c676f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x6c4c7f46d9d4ef6bc5c9e155f011ad19fc4ef321 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xb2c86ff752f18499b70e8f642b3421405d50d6e9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x16588709ca8f7b84829b43cc1c5cb7e84a321b16 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xd0a4c8a1a14530c7c9efdad0ba37e8cf4204d230 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xf92f2e3fca01491baba0975264362cc38b1cab7b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x3e6e23198679419cd73bb6376518dcc5168c8260 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x531b6a4b3f962208ea8ed5268c642c84bb29be0b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x553e9c493678d8606d6a5ba284643db2110df823 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xe3170d65018882a336743a9c396c52ea4b9c5563 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x1385fc1fe0418ea0b4fcf7adc61fc7535ab7f80d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x5cd0ad98ba6288ed7819246a1ebc0386c32c314b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xe945683b3462d2603a18bdfbb19261c6a4f03ad1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xa1bf0e900fb272089c9fd299ea14bfccb1d1c2c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xe46935ae80e05cdebd4a4008b6ccaa36d2845370 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x3041cbd36888becc7bbcbc0045e3b1f144466f5f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x0ad1e922e764df5ab6d636f5d21ecc2e41e827f0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xe945683b3462d2603a18bdfbb19261c6a4f03ad1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xa1bf0e900fb272089c9fd299ea14bfccb1d1c2c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xe46935ae80e05cdebd4a4008b6ccaa36d2845370 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x3041cbd36888becc7bbcbc0045e3b1f144466f5f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x6b3a3d6ed64faf933a7a4b1bd44b2efba47614ac - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x4ce4a1a593ea9f2e6b2c05016a00a2d300c9ffd8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x0843e0f56b9e7fdc4fb95fabba22a01ef4088f41 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x8323d063b1d12acce4742f1e3ed9bc46d71f4222 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xe945683b3462d2603a18bdfbb19261c6a4f03ad1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xa1bf0e900fb272089c9fd299ea14bfccb1d1c2c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xe46935ae80e05cdebd4a4008b6ccaa36d2845370 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x3041cbd36888becc7bbcbc0045e3b1f144466f5f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xe30e4dfdbb10949c27501922f845e20cfa579f09 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x7e02ae3f794ebade542c92973eb1c46d7e2e935d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xfa22d298e3b0bc1752e5ef2849cec1149d596674 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x8066ee17156e4184d69277e26fa8cbca3a845edf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x418de8e0ab58abfe916a47821a055c59b9502deb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xfb9caae5a5c0ab91f68542124c05d1efbb97d151 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xb68606a75b117906e06caa0755896ad2b3dd0272 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x6e33c0f5e16b45114679eac217e0c0138cefcd2e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xd64fb39a5681908ad488b487d65f5d8479cb235c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xe945683b3462d2603a18bdfbb19261c6a4f03ad1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xa1bf0e900fb272089c9fd299ea14bfccb1d1c2c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xe46935ae80e05cdebd4a4008b6ccaa36d2845370 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x3041cbd36888becc7bbcbc0045e3b1f144466f5f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x0217fc17c642d29b890bcf888e21be2378493e01 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x099d23a43da5a8a9282266dbefeaaef958150300 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xd92e0767473d1e3ff11ac036f2b1db90ad0ae55f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xe945683b3462d2603a18bdfbb19261c6a4f03ad1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xa1bf0e900fb272089c9fd299ea14bfccb1d1c2c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xe46935ae80e05cdebd4a4008b6ccaa36d2845370 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x3041cbd36888becc7bbcbc0045e3b1f144466f5f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x40c547e7fd88f60d94788953b83d9342d8d133c6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x397433498c7befde4b4049b98a7ff081a2c17387 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xf9be03505869d719ba194757943575ed2af001f2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x18c40bb9281a07627ff25cea45b7511f68fd0076 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x270d89e983d9821a418bf193684736414fab78c5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xb125aa15ad943d96e813e4a06d0c34716f897e26 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x813c0decbb1097fff46d0ed6a39fb5f6a83043f4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x9a7ac628ba9f330341486380af729c8975388959 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xf2c9339945bff71dd0bffd3c142164112cd05dc6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x12a4619c0bd9710732fbc458e9baa73df6c3d35f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x96530dac7817f186390b64ba63d13becd079b28d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x18fc1e95adb68b556212ebbad777f3fbb644db98 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xabbeb324b090550ca6d15ec71019915813f54f90 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x86d708404d0db1d97843e66d4ed6b86d11be705b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xbfbba3de6a260c8374f8299c38898312c2d6e9a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xe945683b3462d2603a18bdfbb19261c6a4f03ad1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xa1bf0e900fb272089c9fd299ea14bfccb1d1c2c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xe46935ae80e05cdebd4a4008b6ccaa36d2845370 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x3041cbd36888becc7bbcbc0045e3b1f144466f5f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xe945683b3462d2603a18bdfbb19261c6a4f03ad1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xa1bf0e900fb272089c9fd299ea14bfccb1d1c2c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xe46935ae80e05cdebd4a4008b6ccaa36d2845370 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x3041cbd36888becc7bbcbc0045e3b1f144466f5f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xd31d41dffa3589bb0c0183e46a1eed983a5e5978 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x391e8501b626c623d39474afca6f9e46c2686649 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xd0fc8ba7e267f2bc56044a7715a489d851dc6d78 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x4fd47e5102dfbf95541f64ed6fe13d4ed26d2546 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xe9033c0011f35547fa90d3f8a6ad4b666a590759 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x0c3561d3b72e17378d99684414aa8669daeb8bd0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x14653ce9f406ba7f35a7ffa43c81fa7ecd99c788 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x3204e9734a56a4d7c6f4f5822e14182d9d1a43c4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x43faefd4c0c25e969ac211cd97a4a51e52c729b7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xa652ab3be697c7a01fbdce4d73f8e8acd990251c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x29962083891241aad61ad97bae46d032c9c0c55c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x26bf3601b77be9c31b13b22ebca02914db9c7468 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x0d2edd335982f56662d772b93d86901eb9bd2ff9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xbaed273edd493930711fe88690ebd1f30f7f55ab - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x16033643947bf4d8a1ae37b055edf57cb183106a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xf59abf32c1e8c5d2c6e3faa2131533bbcd466194 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x0312187403bf72b8d2d80729894d6ac3300bd63f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x416fdbc4fb8d4d1f48d0d3778c59dfa5352e9b15 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x90908e414d3525e33733d320798b5681508255ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x5918aca9ae924e6eaaa3d293bb92bdec9ab79338 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x8270e64d22cf13e92c641c4006408c7d7e3ff341 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x16503510c58da73486950b72a12ead3d1d8355dd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x90908e414d3525e33733d320798b5681508255ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x7505159f644ddc5eae21c119e328d0d5bee574b0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xe870bfe4aacb6e234b645e535d26c53790d50e78 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x2e2d190ad4e0d7be9569baebd4d33298379b0502 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x90908e414d3525e33733d320798b5681508255ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xb834093d7e46f7644be45e77281394d31003e866 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xb5a1fd804342cfb679bd8ada75718bc3ec43097e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x90908e414d3525e33733d320798b5681508255ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x9e71e2b14d7e6d30811628ab0965f28e4e2edbce - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xa011da4a0c9261ecf4694bf73a74d113aa261133 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x7ab922c1bfdf7df977c7531c5782074d866f3adc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xe2d2050430e341a8f3988e2726e44d9370f8cd3a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xed66ba3ea44425805a085b1ca80d00467b055b38 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x40dade19adc198125ec237a2c48b3408568b2f81 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x166bc40da621d3cb978e24334f844b84ddef25f8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x76bf0abd20f1e0155ce40a62615a90a709a6c3d8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x90908e414d3525e33733d320798b5681508255ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x6948d6c8532c6b0006cb67c6fb9c399792c8ac91 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x90908e414d3525e33733d320798b5681508255ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x4e40cf4a7d8724e5adc2b791bbf9451d1e260b93 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x90908e414d3525e33733d320798b5681508255ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc0067d751fb1172dbab1fa003efe214ee8f419b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc3d7aa944105d3fafe07fc1822102449c916a8d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xd6b4cce96ddf8aab2e5750983af9a901f17fbc36 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x4cef551255ec96d89fec975446301b5c4e164c59 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xc0067d751fb1172dbab1fa003efe214ee8f419b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xc3d7aa944105d3fafe07fc1822102449c916a8d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xdd0c6bae8ad5998c358b823df15a2a4181da1b80 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xc0067d751fb1172dbab1fa003efe214ee8f419b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xc3d7aa944105d3fafe07fc1822102449c916a8d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xc0067d751fb1172dbab1fa003efe214ee8f419b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xc3d7aa944105d3fafe07fc1822102449c916a8d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x5e6ff2fa4ca244b6b33c7286d368120822eacc11 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x98efd62b4bfbde6393b18b063c506ce5a77f4810 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x3c5096df639262db0a6cd0172f08709d4161094b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xae31f0e673fc5f33cfc0e9abb426d8051404a7c5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc0067d751fb1172dbab1fa003efe214ee8f419b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc3d7aa944105d3fafe07fc1822102449c916a8d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xc0067d751fb1172dbab1fa003efe214ee8f419b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xc3d7aa944105d3fafe07fc1822102449c916a8d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xd10456ce05b9af05c8eede0f93ea8aa80a0daa2f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x065c22a16f6531706681fabbc8df135fe6eb1c2e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x8ab8d851c6b31d8a4d42fd7d3e47b20861b025f2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xc0067d751fb1172dbab1fa003efe214ee8f419b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xc3d7aa944105d3fafe07fc1822102449c916a8d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x2982d3295a0e1a99e6e88ece0e93ffdfc5c761ae - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc593fe9193b745447e86b45ea0bf62565ee030cc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x88051b0eea095007d3bef21ab287be961f3d8598 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xaf21b0ec0197e63a5c6cc30c8e947eb8165c6212 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x9c84f58bb51fabd18698efe95f5bab4f33e96e8f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xb31273fd2dfc05e6fd91a3b8a2a681aeb0fbcf48 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xaf7b48ae2f4773fd44f9208cca3db5ae7bfa7e37 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xc2125a452115ff5a300cc2a6ffae99637f6e329d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xb08a8794a5d3ccca3725d92964696858d3201909 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xaf21b0ec0197e63a5c6cc30c8e947eb8165c6212 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x9c84f58bb51fabd18698efe95f5bab4f33e96e8f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xae99efe6b04bbe5b8b4ad567946fb84b35681abb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xaf21b0ec0197e63a5c6cc30c8e947eb8165c6212 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x9c84f58bb51fabd18698efe95f5bab4f33e96e8f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xaf21b0ec0197e63a5c6cc30c8e947eb8165c6212 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x9c84f58bb51fabd18698efe95f5bab4f33e96e8f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x6696710b8e3dc0d844c8b9244767962a4a61ad97 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xcde77ef185a8f886d03b109573cc1dcdcf3cf1f8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xaf21b0ec0197e63a5c6cc30c8e947eb8165c6212 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x9c84f58bb51fabd18698efe95f5bab4f33e96e8f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x35f5387decce5a234da1a32ca3c9e338a48bcf37 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x4178dd7eb2eb983ba7f7e41648cf91db6be20190 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xaf21b0ec0197e63a5c6cc30c8e947eb8165c6212 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x9c84f58bb51fabd18698efe95f5bab4f33e96e8f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xb6c8f9490314394cfc6edacb8717bfdc1eb8dab5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x1625fe58cdb3726e5841fb2bb367dde9aaa009b3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xb1ed164c736909ba7ddbc1feb7ced4eaad854a87 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x95faa9a91cd6c1c018e4b1a6fc4c89d4f1695e5d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xa143ccf73c25eec6f38bd1b741043ebea228b8e9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x2e067e0eab7fd31c01473c0f56f3295afb82e461 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xbc83c60e853398d263c1d88899cf5a8b408f9654 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xaf21b0ec0197e63a5c6cc30c8e947eb8165c6212 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x9c84f58bb51fabd18698efe95f5bab4f33e96e8f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x202a6012894ae5c288ea824cbc8a9bfb26a49b93 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x744159757cac173a7a3ecf5e97adb10d1a725377 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x127452f3f9cdc0389b0bf59ce6131aa3bd763598 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x5ced44f03ff443bbe14d8ea23bc24425fb89e3ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x5ced44f03ff443bbe14d8ea23bc24425fb89e3ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x2264ba9dc0b257c69eeae7782e8ff608cc65d6a7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x5ced44f03ff443bbe14d8ea23bc24425fb89e3ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x00a59c2d0f0f4837028d47a391decbffc1e10608 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x5ced44f03ff443bbe14d8ea23bc24425fb89e3ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xad6e8f6a34087bddfb03815e2c10e4f7bfd4395b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xd5bb156cb73bfca62f68dc3dff7e5ec4e305b861 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc0d8f259578c985947a050802fb4857261af0bf3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x5ced44f03ff443bbe14d8ea23bc24425fb89e3ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x74f7a360eb36a46b675ea932ea07094a3ace441f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x626761cc5b9fafe4696bf8def4aa015576bb4bef - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x5ced44f03ff443bbe14d8ea23bc24425fb89e3ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xc767c0b2e2e56c455fd29f9ee9b6e6f035c71ed4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x625cb959213d18a9853973c2220df7287f1e5b7d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x5ced44f03ff443bbe14d8ea23bc24425fb89e3ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x7138eae57e8a214f7297e5e67bb6e183df3572d5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x840deeef2f115cf50da625f7368c24af6fe74410 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x69c7bd26512f52bf6f76fab834140d13dda673ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x69c7bd26512f52bf6f76fab834140d13dda673ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x69c7bd26512f52bf6f76fab834140d13dda673ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xda71299ff6bdac31bdcafde52a41d460f17e3ad9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xabebc245a9a47166ecd10933d43817c8ef6fb825 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x69c7bd26512f52bf6f76fab834140d13dda673ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x69c7bd26512f52bf6f76fab834140d13dda673ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xb007dda6ca7a57785ce04981c30a1934995a197a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x0de383928e4fcf0f90ad2d6a5ee18eb3b9d16a55 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x0a36df020fe3f132e6557899f272bf3d4591620e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x69c7bd26512f52bf6f76fab834140d13dda673ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x69c7bd26512f52bf6f76fab834140d13dda673ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x8c9d230d45d6cfee39a6680fb7cb7e8de7ea8e71 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xcb198a55e2a88841e855be4eacaad99422416b33 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x9b371948735f612be19195f5f6e5ebc03839cdaf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xb3709d0e16b618b15ee4bcf82d19b9e7d4100914 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xe426e1305f5e6093864762bf9d2d8b44bc211c59 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x7b9a5bc920610f54881f2f6359007957de504862 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xfb82dd4d657033133eea6e5b7015042984c5825f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x92560c178ce069cc014138ed3c2f5221ba71f58a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x6ef7d514d75b5a5a3c500dba1b161a81e842e7a4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xac70bd92f89e6739b3a08db9b6081a923912f73d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x1ebcf8831b93450ea81b0619c5e05b98751c8322 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x470d0d72c975a7f328bd63808bfffd28194b3eb6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xa961f0473da4864c5ed28e00fcc53a3aab056c1b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x6ef7d514d75b5a5a3c500dba1b161a81e842e7a4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xa5b6d588ceb3aa1bf543d095038479188f884690 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x6ef7d514d75b5a5a3c500dba1b161a81e842e7a4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x6ef7d514d75b5a5a3c500dba1b161a81e842e7a4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xb1419a7f9e8c6e434b1d05377e0dbc4154e3de78 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x6ef7d514d75b5a5a3c500dba1b161a81e842e7a4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x70c132a2ddeccf0d76cc9b64a749ffe375a79a21 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x6ef7d514d75b5a5a3c500dba1b161a81e842e7a4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x6ef7d514d75b5a5a3c500dba1b161a81e842e7a4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x1b942ce8bf08290f740b9e825c91e07fcd0bfe75 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x5016cd7b785a773f7f3a3ff4035a1e7a76543946 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xf6c4e4f339912541d3f8ed99dba64a1372af5e5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x4f122edcd91af8cda38c3a87158afa8687bab57c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xed3fe08bd12f24dad0f1a1e58610644debe374fb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x5016cd7b785a773f7f3a3ff4035a1e7a76543946 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xf6c4e4f339912541d3f8ed99dba64a1372af5e5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x7bc815ca2c2115f896bb14b31b8196388c05e99b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x5016cd7b785a773f7f3a3ff4035a1e7a76543946 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xf6c4e4f339912541d3f8ed99dba64a1372af5e5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xd29c2df656b2e4ae6b6817ccc2ebe932fc6a950b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x1f6082db7c8f4b199e17090cd5c8831a1dad1997 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x5016cd7b785a773f7f3a3ff4035a1e7a76543946 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xf6c4e4f339912541d3f8ed99dba64a1372af5e5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc64f886397988ff16d72123dbe3d46e5bf33ffac - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x0d2c430c6f7ef48ed34bf4aad0ec377e03cc53cf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x5016cd7b785a773f7f3a3ff4035a1e7a76543946 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xf6c4e4f339912541d3f8ed99dba64a1372af5e5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x2b11a34f52e354ef197f0a2397008699b875ae7e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x5016cd7b785a773f7f3a3ff4035a1e7a76543946 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xf6c4e4f339912541d3f8ed99dba64a1372af5e5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xde27bdec962a74a72fa1c5ef50bff6f3da083e05 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x7766bdc5ff15d3aceb4d37914963aebaccf3de15 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x5016cd7b785a773f7f3a3ff4035a1e7a76543946 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xf6c4e4f339912541d3f8ed99dba64a1372af5e5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x67ab7dc903a10838a0de8861dfdff3287cf98e5c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x88aaeed1fcfca2eda30749afa9ad45a75c80e292 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x2c8e9a1586ed822f79c0a241e1a4d48e839b3182 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x847165954680b989902e354f34d08b09afab3cd9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x590269935821d760c54b32d31db66ba47d4e53b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x03d70bf9e6afbf8cac09ef0c45f9a00a841c2bed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x8b238f615c1f312d22a65762bcf601a37f1eeec7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x5280d5e63b416277d0f81fae54bb1e0444cabdaa - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xf4e43a4a17d2820c7cf724e46844943931a47894 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x5ab53ee1d50eef2c1dd3d5402789cd27bb52c1bb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xe6ff8b9a37b0fab776134636d9981aa778c4e718 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x44af8d03393e498eec5fcfc7936ebc381f02974d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x4094915f7849b26e8d43dee1f7e3b7b477a0b5bb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xc3f5e0d4cdff86e85486cf6bd20cc0884df5f98e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x87428a53e14d24ab19c6ca4939b4df93b8996ca9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x9dbe5dffaeb4ac2e0ac14f8b4e08b3bc55de5232 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc3576f38c32e95e36bbd8d91e6cbe646a3723110 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x8d58e202016122aae65be55694dbce1b810b4072 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xc3576f38c32e95e36bbd8d91e6cbe646a3723110 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x8d58e202016122aae65be55694dbce1b810b4072 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xa7bb0d95c6ba0ed0aca70c503b34bc7108589a47 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xbcfac19a0036ada56496316ee5cf388c2af2bf58 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x296b88b607ea3a03c821ca4dc34dd9e7e4efa041 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xc3576f38c32e95e36bbd8d91e6cbe646a3723110 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x8d58e202016122aae65be55694dbce1b810b4072 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x019c29d5c97f8cbaa67013e2cf4b6506a5cf183a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xc3576f38c32e95e36bbd8d91e6cbe646a3723110 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x8d58e202016122aae65be55694dbce1b810b4072 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x30442fcebbd75a5bb58377c0174d5ce637e297d7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x6c561b446416e1a00e8e93e221854d6ea4171372 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x0fb597d6cfe5be0d5258a7f017599c2a4ece34c7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xe9b7057f9b81a0120c09306d35f22859473f18cb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x8deb37b048f4b3c7bd61eca7dfccbef7cba726de - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x455fd3ae52a8ab80f319a1bf912457aa8296695a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xe11d03bef391ee0a4b670176e23eb44aad490f12 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xe7f850731fed6af4c36cce93eccfbcda0634a030 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xadad4ce0c68f50a19cf5063e0b91d701daab1df1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x5e9bb3d7682a9537db831060176c4247ab80d1ec - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xe9ed60539a8ea7a4da04ebfa524e631b1fd48525 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x0511791eb6fb175a1aaa645114f0f5c8689ec163 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xf3c7b93db3f28580b0fd10365e619eedceb40e76 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x58ecf9cec06bc58fde9280d348f79ed8f3d3046e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xedc7f0dfd9751ef95bb8786a3b130f490743bb0e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc3576f38c32e95e36bbd8d91e6cbe646a3723110 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x8d58e202016122aae65be55694dbce1b810b4072 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x6bcb0ba386e9de0c29006e46b2f01f047ca1806e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xc3576f38c32e95e36bbd8d91e6cbe646a3723110 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x8d58e202016122aae65be55694dbce1b810b4072 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xc3576f38c32e95e36bbd8d91e6cbe646a3723110 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x8d58e202016122aae65be55694dbce1b810b4072 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x34a43471377dcce420ce8e3ffd9360b2e08fa7b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x34a43471377dcce420ce8e3ffd9360b2e08fa7b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x34a43471377dcce420ce8e3ffd9360b2e08fa7b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x34a43471377dcce420ce8e3ffd9360b2e08fa7b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x34a43471377dcce420ce8e3ffd9360b2e08fa7b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x34a43471377dcce420ce8e3ffd9360b2e08fa7b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x34a43471377dcce420ce8e3ffd9360b2e08fa7b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x766854992bd5363ebeeff0113f5a5795796befab - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x9438a9d1bdeece02ed4431ac59613a128201e0b9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x0a63d3910ffc1529190e80e10855c4216407cc45 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x89084692453ab2305f5f8ac7d70d5efd37a86b8f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xb34a5657988da5b9888952c439756594613507aa - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x05efb437e4e97efea6450321eca8d7585a731369 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xc973c86afc23ed731ce1a14d7179003a1601205f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x0f44a1c2b66418f784607d2067fe695703809bff - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x0da6253560822973185297d5f32ff8fa38243afe - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x622270721fb38fde831ab23a8e177665557f6fa9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xa95b0f5a65a769d82ab4f3e82842e45b8bbaf101 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x622270721fb38fde831ab23a8e177665557f6fa9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x886b4f0cb357e0d6ec07b7a3985f346cc17ece7d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x622270721fb38fde831ab23a8e177665557f6fa9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x50defb73a76efe5d5d35cf267ffb02dfd6cd96bc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x622270721fb38fde831ab23a8e177665557f6fa9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x7aea2e8a3843516afa07293a10ac8e49906dabd1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x8c7080564b5a792a33ef2fd473fba6364d5495e5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x8f81b80d950e5996346530b76aba2962da5c9edb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x7bc0f74d8d94e8e9fdaa40bbc04cc44fb8e0f081 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x09c149c856e6fb6e40aa39209142411b554b1a41 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x622270721fb38fde831ab23a8e177665557f6fa9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x7ef0a523c49b1dd07e3593198c5260a95ad7859a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x622270721fb38fde831ab23a8e177665557f6fa9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x622270721fb38fde831ab23a8e177665557f6fa9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x15aa01580ae866f9ff4dbe45e06e307941d90c7b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x4548280ac92507c9092a511c7396cbea78fa9e49 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xe0554a476a092703abdb3ef35c80e0d76d32939f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc555d55279023e732ccd32d812114caf5838fd46 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x421803da50d3932caa36bd1731d36a0e2af93542 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xc555d55279023e732ccd32d812114caf5838fd46 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xc555d55279023e732ccd32d812114caf5838fd46 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x258a4b7373f6863db5a17de191e0cebb1e0bbc8a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x45126b956401daaec92afba2a9953e14b16fb83f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xc555d55279023e732ccd32d812114caf5838fd46 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xa3eaa52b505cf61aadcfe21424d43a6847dd6331 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x722bcf6c16dadcc29914e4e64290c46aa1406de8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x1e1367dcebe168554e82552e0e659a4116926d10 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc555d55279023e732ccd32d812114caf5838fd46 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x4d170f8714367c44787ae98259ce8adb72240067 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xc555d55279023e732ccd32d812114caf5838fd46 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xaa97f0689660ea15b7d6f84f2e5250b63f2b381a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xc555d55279023e732ccd32d812114caf5838fd46 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xb736330326cf379ecd918dba10614bd63c2713da - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xe3d4faff3179f0a664a3a84c3e1da3b90e27f186 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x50e7b9293aef80c304234e86c84a01be8401c530 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x87dddd2e152bf1955e7e03d9f23a9dcc163eebf6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xd9dd34576c7034beb0b11a99afffc49e91011235 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x394a9fcbab8599437d9ec4e5a4a0eb7cb1fd2f69 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xb3adde966b8a1a6f22a04914ee9fe0798e71fc5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xa2d4a8e00daad32acace1a0dd0905f6aaf57e84e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x2392ae4ba6daf181ce7343d237b695cdf525e233 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc2c390c6cd3c4e6c2b70727d35a45e8a072f18ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x95f4408736988549212db071b1c8d20f7c4e6304 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x52c77b0cb827afbad022e6d6caf2c44452edbc39 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x3dd2fdba71282083d440687cce9e4231aaac534e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xe4d9faddd9bca5d8393bee915dc56e916ab94d27 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x95f4408736988549212db071b1c8d20f7c4e6304 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x52c77b0cb827afbad022e6d6caf2c44452edbc39 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x9c92ed19a86986124447a73b27625230dd52f805 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x740601243a6aa25ce4ee2d196eef83ac3bec6c65 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x95f4408736988549212db071b1c8d20f7c4e6304 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x52c77b0cb827afbad022e6d6caf2c44452edbc39 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x95f4408736988549212db071b1c8d20f7c4e6304 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x52c77b0cb827afbad022e6d6caf2c44452edbc39 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xafbb6fcc92ddb091dbc13e9073c3360c7d9600cc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x95f4408736988549212db071b1c8d20f7c4e6304 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x52c77b0cb827afbad022e6d6caf2c44452edbc39 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xf54eba95d7f8dbe4bfeb0b6e038b3c2bedd3e40a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x05c0a0b84b6b67499c33e6403686f45cab063810 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x9169bf3657353e4b2b81c75e235f22bc299a7780 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x95f4408736988549212db071b1c8d20f7c4e6304 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x52c77b0cb827afbad022e6d6caf2c44452edbc39 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x95f4408736988549212db071b1c8d20f7c4e6304 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x52c77b0cb827afbad022e6d6caf2c44452edbc39 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xb0bb2c1d32c7b27f21eec4402c6d1c38795c090a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x534d3930edba2c0b90a7973549a0287141c987ef - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xf27d0dac09460b236d4d9e0da316fe9c3a99b4a2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xdd672b3b768a16b9bcb4ee1060d3e8221435beaa - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xa39fe8f7a00ce28b572617d3a0bc1c2b44110e79 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x96d5d78b179169ee0a0a0104dc514988f2a797fe - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xb466d5429d6ad9999bf112c225d9d7b15e96c658 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x8a35d2635aeca1aaf667d77ed9ff3b21e48ede24 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xe566e99d65b17974fd9db02e25e24ea8020f7a0e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x5c3edc45ae71a353c669cfa71e6488951dce4618 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xa7b3bcc6c88da2856867d29f11c67c3a85634882 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x543842cbfef3b3f5614b2153c28936967218a0e6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xc45a81bc23a64ea556ab4cdf08a86b61cdceea8b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xe333e366503f620e0242796431dc74fffd258e66 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x42161084d0672e1d3f26a9b53e653be2084ff19c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xe24f62341d84d11078188d83ca3be118193d6389 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x782dcc2cd3a65405baeb794269703e9c29a175cc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xae8d5b91fca627410a3bef77f55fcfe208409a40 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xa42eb1c1a212da9e24058c6afc0ea906fecb8351 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x0e3529cf622dc1141a31cfc0fc85f679f558c92b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x6f5ec7c65c2744a963064f6d49df0f4eea7d7d90 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x9a772018fbd77fcd2d25657e5c547baff3fd7d16 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xfc1505b3d4cd16bb2336394ad11071638710950f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x8e0a7d4018fb2674346d5742055174f899fe1826 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xf8aa1db87d84118b0b461e2135190ac27fc1859d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xe8f7c89c5efa061e340f2d2f206ec78fd8f7e124 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x56534741cd8b152df6d48adf7ac51f75169a83b2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x73a38006d23517a1d383c88929b2014f8835b38b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xf5d63f66a36be31a106631f276794223b8ce5280 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xcf0bb95967cd006f5eaa1463c9d710d1e1550a96 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xdc9bf303e72a5780c45d53fc12799164e5ba8271 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x1d4dab3f27c7f656b6323c1d6ef713b48a8f72f1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xafd8f9b89e2af8246523573a369010daf9489b12 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xbd045175d2a1451a015079f5f3f59ca5c05524ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x859ec3d336bb5508f6d87fea2d49c9294adae311 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x8544383f6f2eb43711fba8d918b30658856b9806 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x308c6fbd6a14881af333649f17f2fde9cd75e2a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x704ad8d95c12d7fea531738faa94402725acb035 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x5166c1bd4603cf67dbb9a98940e38d2bd0a7f294 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0xf215cedbae999571e4ba5d80c10b6e835f88d5ec - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x308c6fbd6a14881af333649f17f2fde9cd75e2a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x704ad8d95c12d7fea531738faa94402725acb035 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xd4cb5566b5c16ef2f4a08b1438052013171212a2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x308c6fbd6a14881af333649f17f2fde9cd75e2a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x704ad8d95c12d7fea531738faa94402725acb035 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x357faf5843c7fd7fb4e34fbeabdac16eabe8a5bc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x308c6fbd6a14881af333649f17f2fde9cd75e2a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0x704ad8d95c12d7fea531738faa94402725acb035 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x2bbfb5a2496f405d4094d4b854daeb9ce70d0029 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x308c6fbd6a14881af333649f17f2fde9cd75e2a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x704ad8d95c12d7fea531738faa94402725acb035 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x3373a22cb07cb49651b82cf6f174ef434e4dbaa8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xc8d19b4ea42939a4b14260f0c8b4a0d6f70c8496 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x308c6fbd6a14881af333649f17f2fde9cd75e2a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x704ad8d95c12d7fea531738faa94402725acb035 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0xb2290db2f409201c33c507d266becabf19228dd1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x308c6fbd6a14881af333649f17f2fde9cd75e2a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x704ad8d95c12d7fea531738faa94402725acb035 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x0c30062368eefb96bf3ade1218e685306b8e89fa - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x6f38e884725a116c9c7fbf208e79fe8828a2595f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xe612cb2b5644aef0ad3e922bae70a8374c63515f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0xdef705a1864bcba65e4e275bffd58de21b5d44a0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x717358a47ac99f3cd233e723be331756b3951164 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x9166a0139cab9661e08779cd01b1358aaea7b95f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc1a6fbedae68e1472dbb91fe29b51f7a0bd44f97 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x3a3dc4a26d1aceae12fd1026a5856f12d20658ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0xa2375dad211fe6e538d29c98ec526246e38be4ec - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x4e4a4c4c46d3488ff35ff05a0233785a30f03ec4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/ethereum/0x5d27fdd96c8e4028edbabf3d667be24769425199 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x1944ac04bd9fed9a2bcdb38b70c35949c864ec35 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x5e2cd0da3411449152010d8b7f2b624eb29cca59 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/optimism/0x85e8d0fddf559a57aac6404e7695142cd53eb808 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/polygon/0xead1cd21ddf8793debc9484a0b8d286230c9b5a3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc4ecaf115cbce3985748c58dccfc4722fef8247c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x2f42df4af5312b492e9d7f7b2110d9c7bf2d9e4f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x021235b92a4f52c789f43a1b01453c237c265861 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xc6e291f54532f12391ab59d7af75453db2dd784a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xfe4fe5b4575c036ac6d5cccfe13660020270e27a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0xfa7d79f971a70771e5e92bd80ab955edc8602f4d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/bnb/0x023b6298e2f9ae728b324757599f2a36e002a55a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x53d3e59faac08184720bcb2816f4cf5b36d6767d - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/pools/arbitrum/0x7e9cb8ad4a7683070e233f3eb1d07d87272b9b26 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xa213c82265cd3d94f972f735a4f5130e34df81bc - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0xf1fdc83c3a336bdbdc9fb06e318b08eaddc82ff4 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/pools/base/0x3d9228f1847b07e6b2c8eaaf393d5a4db2dbedc2 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/pools/celo/0x9263bb7e2d3570593d80d087ea2cfc72882cfb2c - 2024-11-27T21:34:34.884Z + 2024-05-20T17:20:52.753Z 0.8 \ No newline at end of file diff --git a/apps/web/public/tokens-sitemap.xml b/apps/web/public/tokens-sitemap.xml index e9cf0aa0b81..e727529afef 100644 --- a/apps/web/public/tokens-sitemap.xml +++ b/apps/web/public/tokens-sitemap.xml @@ -2,8127 +2,3182 @@ https://app.uniswap.org/explore/tokens/ethereum/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xdac17f958d2ee523a2206206994597c13d831ec7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x6982508145454ce325ddbe47a25d4ec3d2311933 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x6b175474e89094c44da98b954eedeac495271d0f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x6123b0049f904d730db3c36a31167d9d4121fa6b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xcf0c122c6b73ff809c693db761e7baebe62b6a2e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x58cb30368ceb2d194740b144eab4c2da8a917dcb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x4c9edd5852cd905f086c759e8383e09bff1e68b3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xaaee1a9723aadb7afa2810263653a34ba2c21c7a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x514910771af9ca656af840dff83e8264ecf986ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x5b7533812759b45c2b44c19e320ba2cd2681b542 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xae78736cd615f374d3085123a210448e74fc6393 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xb9f599ce614feb2e1bbe58f180f370d05b39344e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xd31a59c85ae9d8edefec411d448f90841571b89c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x6a7eff1e2c355ad6eb91bebb5ded49257f3fed98 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x576e2bed8f7b46d34016198911cdf9886f78bea7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x1258d60b224c0c5cd888d37bbf31aa5fcfb7e870 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x77e06c9eccf2e797fd462a92b6d7642ef85b0a44 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x24fcfc492c1393274b6bcd568ac9e225bec93584 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x27702a26126e0b3702af63ee09ac4d1a084ef628 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xd46ba6d942050d489dbd938a2c909a5d5039a161 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xbe9895146f7af43049ca1c1ae358b0541ea49704 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x72f713d11480dcf08b37e1898670e736688d218d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x0001a500a6b18995b03f44bb040a5ffc28e45cb0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x9e9fbde7c7a83c43913bddc8779158f1368f0413 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x5f98805a4e8be255a32880fdec7f6728c6568ba0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x2b591e99afe9f32eaa6214f7b7629768c40eeb39 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x1ae7e1d0ce06364ced9ad58225a1705b3e5db92b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x046eee2cc3188071c02bfc1745a6b17c656e3f3d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x84018071282d4b2996272659d9c01cb08dd7327f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x12970e6868f88f6557b76120662c1b3e50a646bf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xaea46a60368a7bd060eec7df8cba43b7ef41ad85 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xc01154b4ccb518232d6bbfc9b9e6c5068b766f82 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x5a98fcbea516cf06857215779fd812ca3bef1b32 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x102c776ddb30c754ded4fdcc77a19230a60d4e4f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x72e4f9f808c49a2a61de9c5896298920dc4eeea9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x467719ad09025fcc6cf6f8311755809d45a5e5f3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xf19308f923582a6f7c465e5ce7a9dc1bec6665b1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x710287d1d39dcf62094a83ebb3e736e79400068a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xf951e335afb289353dc249e82926178eac7ded78 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xf017d3690346eb8234b85f74cee5e15821fee1f4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x8c282c35b5e1088bb208991c151182a782637699 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xeaa63125dd63f10874f99cdbbb18410e7fc79dd3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xde342a3e269056fc3305f9e315f4c40d917ba521 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x2dff88a56767223a5529ea5960da7a3f5f766406 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x626e8036deb333b408be468f951bdb42433cbf18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xdd66781d0e9a08d4fbb5ec7bac80b691be27f21d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xb23d80f5fefcddaa212212f028021b41ded428cf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xbaac2b4491727d78d2b78815144570b9f2fe8899 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xf8ebf4849f1fa4faf0dff2106a173d3a6cb2eb3a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xb90b2a35c65dbc466b04240097ca756ad2005295 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x1614f18fc94f47967a3fbe5ffcd46d4e7da3d787 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xf1df7305e4bab3885cab5b1e4dfc338452a67891 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x91fbb2503ac69702061f1ac6885759fc853e6eae - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xa9e8acf069c58aec8825542845fd754e41a9489a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x2c95d751da37a5c1d9c5a7fd465c1d50f3d96160 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xe453c3409f8ad2b1fe1ed08e189634d359705a5b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x89d584a1edb3a70b3b07963f9a3ea5399e38b136 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x4507cef57c46789ef8d1a19ea45f4216bae2b528 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xd1d2eb1b1e90b638588728b4130137d262c87cae - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xe92344b4edf545f3209094b192e46600a19e7c2d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x8a0a9b663693a22235b896f70a229c4a22597623 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x1bbe973bef3a977fc51cbed703e8ffdefe001fed - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xa41d2f8ee4f47d3b860a149765a7df8c3287b7f0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x761d38e5ddf6ccf6cf7c55759d5210750b5d60f3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xc18360217d8f7ab5e7c516566761ea12ce7f9d72 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xe28b3b32b6c345a34ff64674606124dd5aceca30 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x168e209d7b2f58f1f24b8ae7b7d35e662bbf11cc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xb131f4a55907b10d1f0a50d8ab8fa09ec342cd74 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x3472a5a71965499acd81997a54bba8d852c6e53d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x7dd9c5cba05e151c895fde1cf355c9a1d5da6429 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x19efa7d0fc88ffe461d1091f8cbe56dc2708a84f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x14fee680690900ba0cccfc76ad70fd1b95d10e16 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x3c3a81e81dc49a522a592e7622a7e711c06bf354 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xa1290d69c65a6fe4df752f95823fae25cb99e5a7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x92f419fb7a750aed295b0ddf536276bf5a40124f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x2c06ba9e7f0daccbc1f6a33ea67e85bb68fbee3a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x3d658390460295fb963f54dc0899cfb1c30776df - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x8e870d67f660d95d5be530380d0ec0bd388289e1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x853d955acef822db058eb8505911ed77f175b99e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x1294f4183763743c7c9519bec51773fb3acd78fd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x4e15361fd6b4bb609fa63c81a2be19d873717870 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x695d38eb4e57e0f137e36df7c1f0f2635981246b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x40a7df3df8b56147b781353d379cb960120211d7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xaaef88cea01475125522e117bfe45cf32044e238 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x163f8c2467924be0ae7b5347228cabf260318753 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x30672ae2680c319ec1028b69670a4a786baa0f35 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xc944e90c64b2c07662a292be6244bdf05cda44a7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x15e6e0d4ebeac120f9a97e71faa6a0235b85ed12 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x7d225c4cc612e61d26523b099b0718d03152edef - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x82af49447d8a07e3bd95bd0d56f35241523fbab1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xaf88d065e77c8cc2239327c5edb3a432268e5831 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xff970a61a04b1ca14834a43f5de4533ebddb5cc8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x912ce59144191c1204e64559fe8253a0e49e6548 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x5979d7b546e38e414f7e9822514be443a4800529 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x35751007a407ca6feffe80b3cb397736d2cf4dbe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xda10009cbd5d07dd0cecc66161fc93d7c9000da1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xeb466342c4d449bc9f53a865d5cb90586f405215 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x0c880f6761f1af8d9aa9c466984b80dab9a8c9e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xf97f4df75117a78c1a5a0dbb814af92458539fb4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x9623063377ad1b27544c965ccd7342f7ea7e88c7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x539bde0d7dbd336b79148aa742883198bbf60342 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x3082cc23568ea640225c2467653db90e9250aaa0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x18c11fd286c5ec11c3b683caa813b77f5163a122 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x289ba1701c2f088cf0faf8b3705246331cb8a839 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x4cb9a7ae498cedcbb5eae9f25736ae7d428c9d66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x00cbcf7b3d37844e44b888bc747bdd75fcf4e555 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xd79bb960dc8a206806c3a428b31bca49934d18d7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x3096e7bfd0878cc65be71f8899bc4cfb57187ba3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x13ad51ed4f1b7e9dc168d8a00cb3f4ddd85efa60 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x4e352cf164e64adcbad318c3a1e222e9eba4ce42 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x11cdb42b0eb46d95f990bedd4695a6e3fa034978 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xba5ddd1f9d7f570dc94a51479a000e3bce967196 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xc8ccbd97b96834b976c995a67bf46e5754e2c48e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xd07d35368e04a839dee335e213302b21ef14bb4a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x323665443cef804a3b5206103304bd4872ea4253 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x83d6c8c06ac276465e4c92e7ac8c23740f435140 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x87aaffdf26c6885f6010219208d5b161ec7609c0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x1b8d516e2146d7a32aca0fcbf9482db85fd42c3a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xafccb724e3aec1657fc9514e3e53a0e71e80622d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x4425742f1ec8d98779690b5a3a6276db85ddc01a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x3419875b4d3bca7f3fdda2db7a476a79fd31b4fe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x3b60ff35d3f7f62d636b067dd0dc0dfdad670e4e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xfa5ed56a203466cbbc2430a43c66b9d8723528e7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x95146881b86b3ee99e63705ec87afe29fcc044d9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x088cd8f5ef3652623c22d48b1605dcfe860cd704 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x6daf586b7370b14163171544fca24abcc0862ac5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x9d2f299715d94d8a7e6f5eaa8e654e8c74a988a7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x580e933d90091b9ce380740e3a4a39c67eb85b4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x655a6beebf2361a19549a99486ff65f709bd2646 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x9e64d3b9e8ec387a9a58ced80b71ed815f8d82b5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x2297aebd383787a160dd0d9f71508148769342e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x6694340fc020c5e6b96567843da2df01b2ce1eb6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x772598e9e62155d7fdfe65fdf01eb5a53a8465be - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x431402e8b9de9aa016c743880e04e517074d8cec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xd74f5255d557944cf7dd0e45ff521520002d5748 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x6fd58f5a2f3468e35feb098b5f59f04157002407 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x561877b6b3dd7651313794e5f2894b2f18be0766 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xf9ca0ec182a94f6231df9b14bd147ef7fb9fa17c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xd77b108d4f6cefaa0cae9506a934e825becca46e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xd56734d7f9979dd94fae3d67c7e928234e71cd4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xf1264873436a0771e440e2b28072fafcc5eebd01 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x5575552988a3a80504bbaeb1311674fcfd40ad4b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x0341c0c0ec423328621788d4854119b97f44e391 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x764bfc309090e7f93edce53e5befa374cdcb7b8e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xaaa6c1e32c55a7bfa8066a6fae9b42650f262418 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x9e20461bc2c4c980f62f1b279d71734207a6a356 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x7fb7ede54259cb3d4e1eaf230c7e2b1ffc951e9a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x3a18dcc9745edcd1ef33ecb93b0b6eba5671e7ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x000000000026839b3f4181f2cf69336af6153b99 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x8b0e6f19ee57089f7649a455d89d7bc6314d04e8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x31c91d8fb96bff40955dd2dbc909b36e8b104dde - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x25d887ce7a35172c62febfd67a1856f20faebb00 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xd4d42f0b6def4ce0383636770ef773390d85c61a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xf8388c2b6edf00e2e27eef5200b1befb24ce141d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x619c82392cb6e41778b7d088860fea8447941f4c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x94025780a1ab58868d9b2dbbb775f44b32e8e6e5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xad4b9c1fbf4923061814dd9d5732eb703faa53d4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xd7a892f28dedc74e6b7b33f93be08abfc394a360 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x3269a3c00ab86c753856fd135d97b87facb0d848 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x4568ca00299819998501914690d6010ae48a59ba - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x21e60ee73f17ac0a411ae5d690f908c3ed66fe12 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xd3188e0df68559c0b63361f6160c57ad88b239d8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x2b41806cbf1ffb3d9e31a9ece6b738bf9d6f645f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xf19547f9ed24aa66b03c3a552d181ae334fbb8db - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x35e6a59f786d9266c7961ea28c7b768b33959cbb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x59a729658e9245b0cf1f8cb9fb37945d2b06ea27 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xb56c29413af8778977093b9b4947efeea7136c36 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x43ab8f7d2a8dd4102ccea6b438f6d747b1b9f034 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x1d987200df3b744cfa9c14f713f5334cb4bc4d5d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x3404149e9ee6f17fb41db1ce593ee48fbdcd9506 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x080f6aed32fc474dd5717105dba5ea57268f46eb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xb5a628803ee72d82098d4bcaf29a42e63531b441 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x1622bf67e6e5747b81866fe0b85178a93c7f86e3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x7dd747d63b094971e6638313a6a2685e80c7fb2e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xa2f9ecf83a48b86265ff5fd36cdbaaa1f349916c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x17a8541b82bf67e10b0874284b4ae66858cb1fd5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xbcd4d5ac29e06e4973a1ddcd782cd035d04bc0b7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x42069d11a2cc72388a2e06210921e839cfbd3280 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xbbea044f9e7c0520195e49ad1e561572e7e1b948 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xe85b662fe97e8562f4099d8a1d5a92d4b453bf30 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x3d9907f9a368ad0a51be60f7da3b97cf940982d8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x4e51ac49bc5e2d87e0ef713e9e5ab2d71ef4f336 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x4200000000000000000000000000000000000006 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x7f5c764cbc14f9669b88837ca1490cca17c31607 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x4200000000000000000000000000000000000042 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x0b2c639c533813f4aa9d7837caf62653d097ff85 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x1f32b1c2345538c0c6f582fcb022739c4a194ebb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x68f180fcce6836688e9084f035309e29bf0a2095 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x94b008aa00579c1307b0ef2c499ad98a8ce58e58 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xda10009cbd5d07dd0cecc66161fc93d7c9000da1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xdc6ff44d5d932cbd77b52e5612ba0529dc6226f1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x8700daec35af8ff88c16bdf0418774cb3d7599b4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x920cf626a271321c151d027030d5d08af699456b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x9e1028f5f1d5ede59748ffcee5532509976840e0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xeb466342c4d449bc9f53a865d5cb90586f405215 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x17aabf6838a6303fc6e9c5a227dc1eb6d95c829a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xf467c7d5a4a9c4687ffc7986ac6ad5a4c81e1404 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x76fb31fb4af56892a25e32cfc43de717950c9278 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xc5b001dc33727f8f26880b184090d3e252470d45 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x9560e827af36c94d2ac33a39bce1fe78631088db - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x9bcef72be871e61ed4fbbc7630889bee758eb81d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x50c5725949a6f0c72e6c4a641f24049a917db0cb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xf98dcd95217e15e05d8638da4c91125e59590b07 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x4b03afc91295ed778320c2824bad5eb5a1d852dd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xc40f949f8a4e094d1b49a23ea9241d289b7b2819 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x323665443cef804a3b5206103304bd4872ea4253 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x50bce64397c75488465253c0a034b8097fea6578 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x296f55f8fb28e498b858d0bcda06d955b2cb3f97 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x2598c30330d5771ae9f983979209486ae26de875 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x0994206dfe8de6ec6920ff4d779b0d950605fb53 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xc3248a1bd9d72fa3da6e6ba701e58cbf818354eb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x6fd9d7ad17242c41f7131d257212c54a0e816691 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x14778860e937f509e651192a90589de711fb88a9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xdfa46478f9e5ea86d57387849598dbfb2e964b02 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x9b88d293b7a791e40d36a39765ffd5a1b9b5c349 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x3eb398fec5f7327c6b15099a9681d9568ded2e82 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x217d47011b23bb961eb6d93ca9945b7501a5bb11 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x1cef2d62af4cd26673c7416957cc4ec619a696a7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x9fd22a17b4a96da3f83797d122172c450381fb88 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0xaddb6a0412de1ba0f936dcaeb8aaa24578dcf3b2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x2791bca1f2de4661ed88a30c99a7a9449aa84174 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x7ceb23fd6bc0add59e62ac25578270cff1b9f619 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x3c499c542cef5e3811e1192ce70d8cc03d5c3359 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xc2132d05d31c914a87c6611c10748aeb04b58e8f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x61299774020da444af134c82fa83e3810b309991 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xd6df932a45c0f255f85145f286ea0b292b21c90b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x2ad2934d5bfb7912304754479dd1f096d5c807da - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xc3c7d422809852031b44ab29eec9f1eff2a58756 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x8f3cf7ad23cd3cadbd9735aff958023239c6a063 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x750e4c4984a9e0f12978ea6742bc1c5d248f40ed - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x111111517e4929d3dcbdfa7cce55d30d4b6bc4d6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xd0258a3fd00f38aa8090dfee343f10a9d4d30d3f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x430ef9263e76dae63c84292c3409d61c598e9682 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xb33eaad8d922b1083446dc23f610c2567fb5180f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xdc3326e71d45186f113a2f448984ca0e8d201995 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x311434160d7537be358930def317afb606c0d737 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe3f2b1b2229c0333ad17d03f179b87500e7c5e01 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xac0f66379a6d7801d7726d5a943356a172549adb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xf88332547c680f755481bf489d890426248bb275 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe5417af564e4bfda1c483642db72007871397896 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe261d618a959afffd53168cd07d12e37b26761db - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe0b52e49357fd4daf2c15e02058dce6bc0057db4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xbbba073c31bf03b8acf7c28ef0738decf3695683 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe238ecb42c424e877652ad82d8a939183a04c35f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x3b56a704c01d650147ade2b8cee594066b3f9421 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x5fe2b58c013d7601147dcdd68c143a77499f5531 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x172370d5cd63279efa6d502dab29171933a610af - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x53df32548214f51821cf1fe4368109ac5ddea1ff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xff76c0b48363a7c7307868a81548d340049b0023 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x6f8a06447ff6fcf75d803135a7de15ce88c1d4ec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x50b728d8d964fd00c2d0aad81718b71311fef68a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x3a58a54c066fdc0f2d55fc9c89f0415c92ebf3c4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x03b54a6e9a984069379fae1a4fc4dbae93b3bccd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xd93f7e271cb87c23aaa73edc008a79646d1f9912 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x200c234721b5e549c3693ccc93cf191f90dc2af9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x11cd37bb86f65419713f30673a480ea33c826872 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x8a16d4bf8a0a716017e8d2262c4ac32927797a2f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xa1c57f48f0deb89f569dfbe6e2b7f46d33606fd4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x190eb8a183d22a4bdf278c6791b152228857c033 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x235737dbb56e8517391473f7c964db31fa6ef280 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x0b220b82f3ea3b7f6d9a1d8ab58930c064a2b5bf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x8bff1bd27e2789fe390acabc379c380a83b68e84 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xb58458c52b6511dc723d7d6f3be8c36d7383b4a8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x323665443cef804a3b5206103304bd4872ea4253 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x2760e46d9bb43dafcbecaad1f64b93207f9f0ed7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x18ec0a6e18e5bc3784fdd3a3634b31245ab704f6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x431d5dff03120afa4bdf332c61a6e1766ef37bdb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x6f7c932e7684666c9fd1d44527765433e01ff61d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xeee3371b89fc43ea970e908536fcddd975135d8a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe5b49820e5a1063f6f4ddf851327b5e8b2301048 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xaa3717090cddc9b227e49d0d84a28ac0a996e6ff - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x62a872d9977db171d9e213a5dc2b782e72ca0033 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x381caf412b45dac0f62fbeec89de306d3eabe384 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe0bceef36f3a6efdd5eebfacd591423f8549b9d5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x23d29d30e35c5e8d321e1dc9a8a61bfd846d4c5c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x282d8efce846a88b159800bd4130ad77443fa1a1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x74dd45dd579cad749f9381d6227e7e02277c944b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x714db550b574b3e927af3d93e26127d15721d4c2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xfa68fb4628dff1028cfec22b4162fccd0d45efb6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe631dabef60c37a37d70d3b4f812871df663226f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xdb725f82818de83e99f1dac22a9b5b51d3d04dd4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x3c59798620e5fec0ae6df1a19c6454094572ab92 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x0d0b8488222f7f83b23e365320a4021b12ead608 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xa380c0b01ad15c8cf6b46890bddab5f0868e87f3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x8a953cfe442c5e8855cc6c61b1293fa648bae472 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x45c32fa6df82ead1e2ef74d17b76547eddfaff89 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x11cd72f7a4b699c67f225ca8abb20bc9f8db90c7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x0c9c7712c83b3c70e7c5e11100d33d9401bdf9dd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x77a6f2e9a9e44fd5d5c3f9be9e52831fc1c3c0a0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xbfc70507384047aa74c29cdc8c5cb88d0f7213ac - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xfcb54da3f4193435184f3f647467e12b50754575 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x9a6a40cdf21a0af417f1b815223fd92c85636c58 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe111178a87a3bff0c8d18decba5798827539ae99 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x82617aa52dddf5ed9bb7b370ed777b3182a30fd1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x2ab0e9e4ee70fff1fb9d67031e44f6410170d00e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xa486c6bc102f409180ccb8a94ba045d39f8fc7cb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xc4a206a306f0db88f98a3591419bc14832536862 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xf0059cc2b3e980065a906940fbce5f9db7ae40a7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x16eccfdbb4ee1a85a33f3a9b21175cd7ae753db4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x553d3d295e0f695b9228246232edf400ed3560b5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x14af1f2f02dccb1e43402339099a05a5e363b83c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x7bdf330f423ea880ff95fc41a280fd5ecfd3d09f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x8505b9d2254a7ae468c0e9dd10ccea3a837aef5c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe2aa7db6da1dae97c5f5c6914d285fbfcc32a128 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xb7b31a6bc18e48888545ce79e83e06003be70930 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x1631244689ec1fecbdd22fb5916e920dfc9b8d30 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xf6372cdb9c1d3674e83842e3800f2a62ac9f3c66 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x692ac1e363ae34b6b489148152b12e2785a3d8d6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x0266f4f08d82372cf0fcbccc0ff74309089c74d1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x7fbc10850cae055b27039af31bd258430e714c62 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xa3fa99a148fa48d14ed51d610c367c61876997f1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x9dbfc1cbf7a1e711503a29b4b5f9130ebeccac96 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x236aa50979d5f3de3bd1eeb40e81137f22ab794b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xf86df9b91f002cfeb2aed0e6d05c4c4eaef7cf02 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x4200000000000000000000000000000000000006 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x6921b130d297cc43754afba22e5eac0fbf8db75b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x5babfc2f240bc5de90eb7e19d789412db1dec402 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x532f27101965dd16442e59d40670faf5ebb142e4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x4ed4e862860bed51a9570b96d89af5e1b0efefed - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xac1bd2486aaf3b5c0fc3fd868558b082a531b2b4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x0d97f261b1e88845184f678e2d1e7a98d9fd38de - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x8129b94753f22ec4e62e2c4d099ffe6773969ebc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x3f14920c99beb920afa163031c4e47a3e03b3e4a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x940181a94a35a4569e4529a3cdfb74e38fd98631 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x3419875b4d3bca7f3fdda2db7a476a79fd31b4fe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xa067436db77ab18b1a315095e4b816791609897c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xafb89a09d82fbde58f18ac6437b3fc81724e4df6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x489fe42c267fe0366b16b0c39e7aeef977e841ef - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xdc46c1e93b71ff9209a0f8076a9951569dc35855 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x91f45aa2bde7393e0af1cc674ffe75d746b93567 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x236aa50979d5f3de3bd1eeb40e81137f22ab794b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xf6e932ca12afa26665dc4dde7e27be02a7c02e50 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x524d524b4c9366be706d3a90dcf70076ca037ae3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x5b5dee44552546ecea05edea01dcd7be7aa6144a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x2598c30330d5771ae9f983979209486ae26de875 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xfa980ced6895ac314e7de34ef1bfae90a5add21b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x469fda1fb46fcb4befc0d8b994b516bd28c87003 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x4e496c0256fb9d4cc7ba2fdf931bc9cbb7731660 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xbfd5206962267c7b4b4a8b3d76ac2e1b2a5c4d5e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x9e1028f5f1d5ede59748ffcee5532509976840e0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x3c3aa127e6ee3d2f2e432d0184dd36f2d2076b52 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xba5e6fa2f33f3955f0cef50c63dcc84861eab663 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x97c806e7665d3afd84a8fe1837921403d59f3dcc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x8ee73c484a26e0a5df2ee2a4960b789967dd0415 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x00e57ec29ef2ba7df07ad10573011647b2366f6d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x8f019931375454fe4ee353427eb94e2e0c9e0a8c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x93e6407554b2f02640ab806cd57bd83e848ec65d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x55d398326f99059ff775485246999027b3197955 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x2170ed0880ac9a755fd29b2688956bd959f933f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xfdc66a08b0d0dc44c17bbd471b88f49f50cdd20f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x1d2f0da169ceb9fc7b3144628db156f3f6c60dbe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xe9e7cea3dedca5984780bafc599bd69add087d56 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xfa54ff1a158b5189ebba6ae130ced6bbd3aea76e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x570a5d26f7765ecb712c0924e4de545b89fd43df - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x47c454ca6be2f6def6f32b638c80f91c9c3c5949 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xad86d0e9764ba90ddd68747d64bffbd79879a238 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xf8a0bf9cf54bb92f17374d9e9a321e6a111a51bd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xd691d9a68c887bdf34da8c36f63487333acfd103 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x1294f4183763743c7c9519bec51773fb3acd78fd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xb04906e95ab5d797ada81508115611fee694c2b3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x111111111117dc0aa78b770fa6a738034120c302 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xcc42724c6683b7e57334c4e856f4c9965ed682bd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x90c97f71e18723b0cf0dfa30ee176ab653e89f40 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x2b72867c32cf673f7b02d208b26889fed353b1f8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x031b41e504677879370e9dbcf937283a8691fa7f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x1ce0c2827e2ef14d5c4f29a091d735a204794041 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xcf3bb6ac0f6d987a5727e2d15e39c2d6061d5bec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x8ff795a6f4d97e7887c79bea79aba5cc76444adf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x2dff88a56767223a5529ea5960da7a3f5f766406 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x003d87d02a2a01e9e8a20f507c83e15dd83a33d1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x4b0f1812e5df2a09796481ff14017e6005508003 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xbf5140a22578168fd562dccf235e5d43a02ce9b1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xca1c644704febf4ab81f85daca488d1623c28e63 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x51e72dd1f2628295cc2ef931cb64fdbdc3a0c599 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xbbca42c60b5290f2c48871a596492f93ff0ddc82 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x555296de6a86e72752e5c5dc091fe49713aa145c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x0808bf94d57c905f1236212654268ef82e1e594e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xcebef3df1f3c5bfd90fde603e71f31a53b11944d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x90ed8f1dc86388f14b64ba8fb4bbd23099f18240 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x9840652dc04fb9db2c43853633f0f62be6f00f98 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xba2ae424d960c26247dd6c32edc70b295c744c43 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x0782b6d8c4551b9760e74c0545a9bcd90bdc41e5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xbe2b6c5e31f292009f495ddbda88e28391c9815e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x8f0528ce5ef7b51152a59745befdd91d97091d2f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xffeecbf8d7267757c2dc3d13d730e97e15bfdf7f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x0eb3a705fc54725037cc9e008bdede697f62f335 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xf21768ccbc73ea5b6fd3c687208a7c2def2d966e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x0000028a2eb8346cd5c0267856ab7594b7a55308 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x76a797a59ba2c17726896976b7b3747bfd1d220f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xc79d1fd14f514cd713b5ca43d288a782ae53eab2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xad29abb318791d579433d831ed122afeaf29dcfe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x3203c9e46ca618c8c1ce5dc67e7e9d75f5da2377 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xdb021b1b247fe2f1fa57e0a87c748cc1e321f07f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x7083609fce4d1d8dc0c979aab8c869ea2c873402 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xc5f0f7b66764f6ec8c8dff7ba683102295e16409 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xe29142e14e52bdfbb8108076f66f49661f10ec10 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xb0d502e938ed5f4df2e681fe6e419ff29631d62b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x6730f7a6bbb7b9c8e60843948f7feb4b6a17b7f7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x1613957159e9b0ac6c80e824f7eea748a32a0ae2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0x471ece3750da237f93b8e339c536989b8978a438 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0x765de816845861e75a25fca122bb6898b8b1282a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0x66803fb87abd4aac3cbb3fad7c3aa01f6f3fb207 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0xd8763cba276a3738e6de85b4b3bf5fded6d6ca73 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0x37f750b7cc259a2f741af45294f6a16572cf5cad - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0xd71ffd0940c920786ec4dbb5a12306669b5b81ef - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0xe8537a3d056da446677b9e9d6c5db704eaab4787 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0x4f604735c1cf31399c6e711d5962b2b3e0225ad3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0x02de4766c272abc10bc88c220d214a26960a7e92 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0xceba9300f2b948710d2653dd7b07f33a8b32118c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0xc16b81af351ba9e64c1a069e3ab18c244a1e3049 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x728f30fa2f100742c7949d1961804fa8e0b1387d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x41ea5d41eeacc2d5c4072260945118a13bb7ebce - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xf21661d0d1d76d3ecb8e1b9f1c923dbfffae4097 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xb0ecc6ac0073c063dcfc026ccdc9039cae2998e1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x00f932f0fe257456b32deda4758922e56a4f4b42 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xa4af354d466e8a68090dd9eb2cb7caf162f4c8c2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xba50933c268f567bdc86e1ac131be072c6b0b71a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xd29da236dd4aac627346e1bba06a619e8c22d7c5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x1bfce574deff725a3f483c334b790e25c8fa9779 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x9e18d5bab2fa94a6a95f509ecb38f8f68322abd3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xbf5495efe5db9ce00f80364c8b423567e58d2110 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x065b4e5dfd50ac12a81722fd0a0de81d78ddf7fb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x57e114b691db790c35207b2e685d4a43181e6061 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x0b7f0e51cd1739d6c96982d55ad8fa634dd43a9c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xc56c7a0eaa804f854b536a5f3d5f49d2ec4b12b8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x594daad7d77592a2b97b725a7ad59d7e188b5bfa - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x8355dbe8b0e275abad27eb843f3eaf3fc855e525 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x2a961d752eaa791cbff05991e4613290aec0d9ac - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x38e68a37e401f7271568cecaac63c6b1e19130b4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x1131d427ecd794714ed00733ac0f851e904c8398 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x1495bc9e44af1f8bcb62278d2bec4540cf0c05ea - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x808507121b80c02388fad14726482e061b8da827 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x44971abf0251958492fee97da3e5c5ada88b9185 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x320623b8e4ff03373931769a31fc52a4e78b5d70 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x6e5970dbd6fc7eb1f29c6d2edf2bc4c36124c0c1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xd40c688da9df74e03566eaf0a7c754ed98fbb8cc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x8afe4055ebc86bd2afb3940c0095c9aca511d852 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x9ce84f6a69986a83d92c324df10bc8e64771030f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xbe4d9c8c638b5f0864017d7f6a04b66c42953847 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x68bbed6a47194eff1cf514b50ea91895597fc91e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x69420e3a3aa9e17dea102bb3a9b3b73dcddb9528 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x7420b4b9a0110cdc71fb720908340c03f9bc03ec - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x03aa6298f1370642642415edc0db8b957783e8d6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xd533a949740bb3306d119cc777fa900ba034cd52 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xf14dd7b286ce197019cba54b189d2b883e70f761 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xa35923162c49cf95e6bf26623385eb431ad920d3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x8cefbeb2172a9382753de431a493e21ba9694004 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x120a3879da835a5af037bb2d1456bebd6b54d4ba - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x69457a1c9ec492419344da01daf0df0e0369d5d0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xf6ce4be313ead51511215f1874c898239a331e37 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x73d7c860998ca3c01ce8c808f5577d94d545d1b4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xeff49b0f56a97c7fd3b51f0ecd2ce999a7861420 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x236501327e701692a281934230af0b6be8df3353 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x5026f006b85729a8b14553fae6af249ad16c9aab - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x66761fa41377003622aee3c7675fc7b5c1c2fac5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x9f9c8ec3534c3ce16f928381372bfbfbfb9f4d24 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xd8c978de79e12728e38aa952a6cb4166f891790f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x7122985656e38bdc0302db86685bb972b145bd3c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x582d872a1b094fc48f5de31d3b73f2d9be47def1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x504624040e0642921c2c266a9ac37cafbd8cda4e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xc548e90589b166e1364de744e6d35d8748996fe8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x4c11249814f11b9346808179cf06e71ac328c1b5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x423f4e6138e475d85cf7ea071ac92097ed631eea - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0x8390a1da07e376ef7add4be859ba74fb83aa02d5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xf94e7d0710709388bce3161c32b4eea56d3f91cc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/ethereum/0xaa95f26e30001251fb905d264aa7b00ee9df6c18 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x2416092f143378750bb29b79ed961ab195cceea5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x71eeba415a523f5c952cc2f06361d5443545ad28 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x88a269df8fe7f53e590c561954c52fccc8ec0cfb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x429fed88f10285e61b12bdf00848315fbdfcc341 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xb299751b088336e165da313c33e3195b8c6663a6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xf0a479c9c3378638ec603b8b6b0d75903902550b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xb59c8912c83157a955f9d715e556257f432c35d7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xba0dda8762c24da9487f5fa026a9b64b695a07ea - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xc24a365a870821eb83fd216c9596edd89479d8d7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xa586b3b80d7e3e8d439e25fbc16bc5bcee3e2c85 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xef04804e1e474d3f9b73184d7ef5d786f3fce930 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x2e9a6df78e42a30712c10a9dc4b1c8656f8f2879 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x13a7dedb7169a17be92b0e3c7c2315b46f4772b3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0x1dd6b5f9281c6b4f043c02a83a46c2772024636c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xf525e73bdeb4ac1b0e741af3ed8a8cbb43ab0756 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xe4177c1400a8eee1799835dcde2489c6f0d5d616 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xed5740209fcf6974d6f3a5f11e295b5e468ac27c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/arbitrum/0xe10d4a4255d2d35c9e23e2c4790e073046fbaf5c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x10398abc267496e49106b07dd6be13364d10dc71 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x2218a117083f5b482b0bb821d27056ba9c04b1d3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x395ae52bb17aef68c2888d941736a71dc6d4e125 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/optimism/0x9a601c5bb360811d96a23689066af316a30c3027 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xbac3368b5110f3a3dda8b5a0f7b66edb37c47afe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x1d3c629ca5c1d0ab3bdf74600e81b4145615df8e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xe9c21de62c5c5d0ceacce2762bf655afdceb7ab3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x658cda444ac43b0a7da13d638700931319b64014 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x3d2bd0e15829aa5c362a4144fdf4a1112fa29b5c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x3fb83a9a2c4408909c058b0bfe5b4823f54fafe2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x00e5646f60ac6fb446f621d146b6e1886f002905 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x12a4cebf81f8671faf1ab0acea4e3429e42869e7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x9ff62d1fc52a907b6dcba8077c2ddca6e6a9d3e1 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0xc61f39418cd27820b5d4e9ba4a7197eefaeb8b05 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x7f67639ffc8c93dd558d452b8920b28815638c44 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/polygon/0x276c9cbaa4bdf57d7109a41e67bd09699536fa3d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x3c281a39944a2319aa653d81cfd93ca10983d234 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x96419929d7949d6a801a6909c145c8eef6a40431 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xfea9dcdc9e23a9068bf557ad5b186675c61d33ea - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xdb6e0e5094a25a052ab6845a9f1e486b9a9b3dde - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xcde172dc5ffc46d228838446c57c1227e0b82049 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xff0c532fdb8cd566ae169c1cb157ff2bdc83e105 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x9a26f5433671751c3276a065f57e5a02d2817973 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x3636a7734b669ce352e97780df361ce1f809c58c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x50c5725949a6f0c72e6c4a641f24049a917db0cb - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xe3086852a4b125803c815a158249ae468a3254ca - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xbeb0fd48c2ba0f1aacad2814605f09e08a96b94e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xbc45647ea894030a4e9801ec03479739fa2485f0 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x768be13e1680b5ebe0024c42c896e3db59ec0149 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x928a6a9fc62b2c94baf2992a6fba4715f5bb0066 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xbf4db8b7a679f89ef38125d5f84dd1446af2ea3b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xed899bfdb28c8ad65307fa40f4acab113ae2e14c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x1b6a569dd61edce3c383f6d565e2f79ec3a12980 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x76734b57dfe834f102fb61e1ebf844adf8dd931e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x4621b7a9c75199271f773ebd9a499dbd165c3191 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xaf07d812d1dcec20bf741075bc18660738d226dd - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x7f12d13b34f5f4f0a9449c16bcd42f0da47af200 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x55a6f6cb50db03259f6ab17979a4891313be2f45 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x968d6a288d7b024d5012c0b25d67a889e4e3ec19 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x7a8a5012022bccbf3ea4b03cd2bb5583d915fb1a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xcde90558fc317c69580deeaf3efc509428df9080 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x0028e1e60167b48a938b785aa5292917e7eaca8b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x76e7447bafa3f0acafc9692629b1d1bc937ca15d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x15ac90165f8b45a80534228bdcb124a011f62fee - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x4045b33f339a3027af80013fb5451fdbb01a4492 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xddf98aad8180c3e368467782cd07ae2e3e8d36a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x698dc45e4f10966f6d1d98e3bfd7071d8144c233 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x3c8665472ec5af30981b06b4e0143663ebedcc1e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x18a8bd1fe17a1bb9ffb39ecd83e9489cfd17a022 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xba0dda8762c24da9487f5fa026a9b64b695a07ea - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x13741c5df9ab03e7aa9fb3bf1f714551dd5a5f8a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xebff2db643cf955247339c8c6bcd8406308ca437 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xfadb26be94c1f959f900bf88cd396b3e803481d6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x52c2b317eb0bb61e650683d2f287f56c413e4cf6 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x38d513ec43dda20f323f26c7bef74c5cf80b6477 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x33ad778e6c76237d843c52d7cafc972bb7cf8729 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x290814ad0fbd2b935f34d7b40306102313d4c63e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x5e432eecd01c12ee7071ee9219c2477a347da192 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xbdf5bafee1291eec45ae3aadac89be8152d4e673 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xff62ddfa80e513114c3a0bf4d6ffff1c1d17aadf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x8c81b4c816d66d36c4bf348bdec01dbcbc70e987 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x6b82297c6f1f9c3b1f501450d2ee7c37667ab70d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x42069babe14fb1802c5cb0f50bb9d2ad6fef55e2 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x72499bddb67f4ca150e1f522ca82c87bc9fb18c8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x0578d8a44db98b23bf096a382e016e29a5ce0ffe - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x8fe815417913a93ea99049fc0718ee1647a2a07c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x7d12aeb5d96d221071d176980d23c213d88d9998 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xb166e8b140d35d9d8226e40c09f757bac5a4d87d - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x8853f0c059c27527d33d02378e5e4f6d5afb574a - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xf3c052f2baab885c610a748eb01dfbb643ba835b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xcd1cffa8ebc66f1a2cf7675b48ba955ffcb82d8e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xde7a416ac821c77478340eebaa21b68297025ef3 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x2da56acb9ea78330f947bd57c54119debda7af71 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x8972ab69d499b5537a31576725f0af8f67203d38 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x88faea256f789f8dd50de54f9c807eef24f71b16 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x42069de48741db40aef864f8764432bbccbd0b69 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x9a27c6759a6de0f26ac41264f0856617dec6bc3f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xfaa4f3bcfc87d791e9305951275e0f62a98bcb10 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xfd9fa4f785331ce88b5af8994a047ba087c705d8 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x21eceaf3bf88ef0797e3927d855ca5bb569a47fc - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x7d9ce55d54ff3feddb611fc63ff63ec01f26d15f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x4229c271c19ca5f319fb67b4bc8a40761a6d6299 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x80f45eacf6537498ecc660e4e4a2d2f99e195cf4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x1a475d06d967aeb686c98de80d079d72097aeacf - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x4fb9b20dafe45d91ae287f2e07b2e79709308178 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xd3741ac9b3f280b0819191e4b30be4ecd990771e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x09579452bc3872727a5d105f342645792bb8a82b - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x8a24d7260cd02d3dfd8eefb66bc17ad4b17d494c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xd88611a629265c9af294ffdd2e7fa4546612273e - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x9a86980d3625b4a6e69d8a4606d51cbc019e2002 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x1c7a460413dd4e964f96d8dfc56e7223ce88cd85 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x776aaef8d8760129a0398cf8674ee28cefc0eab9 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x28e29ec91db66733a94ee8e3b86a6199117baf99 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xb9898511bd2bad8bfc23eba641ef97a08f27e730 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x76baa16ff15d61d32e6b3576c3a8c83a25c2f180 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x2816a491dd0b7a88d84cbded842a618e59016888 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0xa7ea9d5d4d4c7cf7dbde5871e6d108603c6942a5 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/base/0x586e10db93630a4d2da6c6a34ba715305b556f04 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xf486ad071f3bee968384d2e39e2d8af0fcf6fd46 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x76d36d44dc4595e8d2eb3ad745f175eda134284f - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x1fa4a73a3f0133f0025378af00236f3abdee5d63 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xb3ed0a426155b79b898849803e3b36552f7ed507 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x0ef4a107b48163ab4b57fca36e1352151a587be4 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x62694d43ccb9b64e76e38385d15e325c7712a735 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xa2b726b1145a4773f68593cf171187d8ebe4d495 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0xf275e1ac303a4c9d987a2c48b8e555a77fec3f1c - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/bnb/0x11a31b833d43853f8869c9eec17f60e3b4d2a753 - 2024-11-22T21:32:20.173Z + 2024-05-20T17:20:52.753Z 0.8 https://app.uniswap.org/explore/tokens/celo/0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xbadff0ef41d2a68f22de21eabca8a59aaf495cf0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1fdd61ef9a5c31b9a2abc7d39c139c779e8412af - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4ade2b180f65ed752b6f1296d0418ad21eb578c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0c5cb676e38d6973837b9496f6524835208145a2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb69753c06bb5c366be51e73bfc0cc2e3dc07e371 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8143182a775c54578c8b7b3ef77982498866945d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x76e222b07c53d28b89b0bac18602810fc22b49a8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x18aaa7115705e8be94bffebde57af9bfc265b998 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7d8146cf21e8d7cbe46054e01588207b51198729 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1ce270557c1f68cfb577b856766310bf8b47fd9c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x793a5d8b30aab326f83d20a9370c827fea8fdc51 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xff836a5821e69066c87e268bc51b849fab94240c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf4d2888d29d722226fafa5d9b24f9164c092421e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8ed97a637a790be1feff5e888d43629dc05408f6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x31c8eacbffdd875c74b94b077895bd78cf1e64a3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc55126051b22ebb829d00368f4b12bde432de5da - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xe0f63a424a4439cbe457d80e4f4b51ad25b2c56c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8881562783028f5c1bcb985d2283d5e170d88888 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x67466be17df832165f8c80a5a120ccc652bd7e69 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd939212f16560447ed82ce46ca40a63db62419b5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x88417754ff7062c10f4e3a4ab7e9f9d9cbda6023 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5afe3855358e112b5647b952709e6165e1c1eeee - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x02e7f808990638e9e67e1f00313037ede2362361 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd2bdaaf2b9cc6981fd273dcb7c04023bfbe0a7fe - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x112b08621e27e10773ec95d250604a041f36c582 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x32b053f2cba79f80ada5078cb6b305da92bde6e1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5ac34c53a04b9aaa0bf047e7291fb4e8a48f2a18 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xe3b9cfb8ea8a4f1279fbc28d3e15b4d2d86f18a0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8207c1ffc5b6804f6024322ccf34f29c3541ae26 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x255f1b39172f65dc6406b8bee8b08155c45fe1b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x53bcf6698c911b2a7409a740eacddb901fc2a2c6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x2ac2b254bc18cd4999f64773a966e4f4869c34ee - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x17fc002b466eec40dae837fc4be5c67993ddbd6f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xc8a4eea31e9b6b61c406df013dd4fec76f21e279 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x498bf2b1e120fed3ad3d42ea2165e9b73f99c1e5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xe4dddfe67e7164b0fe14e218d80dc4c08edc01cb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x7c8a1a80fdd00c9cccd6ebd573e9ecb49bfa2a59 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x1debd73e752beaf79865fd6446b0c970eae7732f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xaf5db6e1cc585ca312e8c8f7c499033590cf5c98 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x65559aa14915a70190438ef90104769e5e890a00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x7fb688ccf682d58f86d7e38e03f9d22e7705448b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x73cb180bf0521828d8849bc8cf2b920918e23032 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x2e3d870790dc77a83dd1d18184acc7439a53f475 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0xa00e3a3511aac35ca78530c85007afcd31753819 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x528cdc92eab044e1e39fe43b9514bfdab4412b98 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x4f604735c1cf31399c6e711d5962b2b3e0225ad3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x1c954e8fe737f99f68fa1ccda3e51ebdb291948c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xf50d05a1402d0adafa880d36050736f9f6ee7dee - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xab0b2ddb9c7e440fac8e140a89c0dbcbf2d7bbff - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x8bc3ec2e7973e64be582a90b08cadd13457160fe - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x64060ab139feaae7f06ca4e63189d86adeb51691 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x5ec03c1f7fa7ff05ec476d19e34a22eddb48acdc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x9627a3d6872be48410fcece9b1ddd344bf08c53e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x1ed02954d60ba14e26c230eec40cbac55fa3aeea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8d3419b9a18651f3926a205ee0b1acea1e7192de - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xb56d0839998fd79efcd15c27cf966250aa58d6d3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x81f91fe59ee415735d59bd5be5cca91a0ea4fa69 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x87c211144b1d9bdaa5a791b8099ea4123dc31d21 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf4210f93bc68d63df3286c73eba08c6414f40c0d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xece7b98bd817ee5b1f2f536daf34d0b6af8bb542 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x4c96a67b0577358894407af7bc3158fc1dffbeb5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x70737489dfdf1a29b7584d40500d3561bd4fe196 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x39353a32eceafe4979a8606512c046c3b6398cc4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x92fb1b7d9730b2f1bd4e2e91368c1eb6fdd2a009 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x174e33ef2effa0a4893d97dda5db4044cc7993a3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xfdc944fb59201fb163596ee5e209ebc8fa4dcdc5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x388e543a5a491e7b42e3fbcd127dd6812ea02d0d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x56a38e7216304108e841579041249feb236c887b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1804e3db872eed4141e482ff74c56862f2791103 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9de16c805a3227b9b92e39a446f9d56cf59fe640 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xb8d98a102b0079b69ffbc760c8d857a31653e56e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x5d6812722c3693078e4a0dbe3e9affc27a0b2768 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x255f1b39172f65dc6406b8bee8b08155c45fe1b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc2fe011c3885277c7f0e7ffd45ff90cadc8ecd12 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc1ffaef4e7d553bbaf13926e258a1a555a363a07 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x4e73420dcc85702ea134d91a262c8ffc0a72aa70 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xecaf81eb42cd30014eb44130b89bcd6d4ad98b92 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x4eae52907dba9c370e9ee99f0ce810602a4f2c63 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x25d887ce7a35172c62febfd67a1856f20faebb00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x382ea807a61a418479318efd96f1efbc5c1f2c21 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6468e79a80c0eab0f9a2b574c8d5bc374af59414 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3106a0a076bedae847652f42ef07fd58589e001f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd015422879a1308ba557510345e944b912b9ab73 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xcf078da6e85389de507ceede0e3d217e457b9d49 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7039cd6d7966672f194e8139074c3d5c4e6dcf65 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x943af17c37207c9d7a27d12cb5055542a0b7afa8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6d68015171eaa7af9a5a0a103664cf1e506ff699 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6942806d1b2d5886d95ce2f04314ece8eb825833 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x949d48eca67b17269629c7194f4b727d4ef9e5d6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9361adf2b72f413d96f81ff40d794b47ce13b331 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3bb1be077f3f96722ae92ec985ab37fd0a0c4c51 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xdbb7a34bf10169d6d2d0d02a6cbb436cf4381bfa - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x66bff695f3b16a824869a8018a3a6e3685241269 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x85d19fb57ca7da715695fcf347ca2169144523a7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x069d89974f4edabde69450f9cf5cf7d8cbd2568d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0fe13ffe64b28a172c58505e24c0c111d149bd47 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x111111111117dc0aa78b770fa6a738034120c302 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xdc7ac5d5d4a9c3b5d8f3183058a92776dc12f4f3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x482702745260ffd69fc19943f70cffe2cacd70e9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc555d625828c4527d477e595ff1dd5801b4a600e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9eec1a4814323a7396c938bc86aec46b97f1bd82 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x87d73e916d7057945c9bcd8cdd94e42a6f47f776 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x067def80d66fb69c276e53b641f37ff7525162f6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xdd157bd06c1840fa886da18a138c983a7d74c1d7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xe80772eaf6e2e18b651f160bc9158b2a5cafca65 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xb6093b61544572ab42a0e43af08abafd41bf25a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x35ca1e5a9b1c09fa542fa18d1ba4d61c8edff852 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x83e60b9f7f4db5cdb0877659b1740e73c662c55b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x4d01397994aa636bdcc65c9e8024bc497498c3bb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xc3abc47863524ced8daf3ef98d74dd881e131c38 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x4d15a3a2286d883af0aa1b3f21367843fac63e07 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xfb7f8a2c0526d01bfb00192781b7a7761841b16c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x3809dcdd5dde24b37abe64a5a339784c3323c44f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x85955046df4668e1dd369d2de9f3aeb98dd2a369 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x554cd6bdd03214b10aafa3e0d4d42de0c5d2937b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x4318cb63a2b8edf2de971e2f17f77097e499459d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xab9cb20a28f97e189ca0b666b8087803ad636b3c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x6a8ec2d9bfbdd20a7f5a4e89d640f7e7ceba4499 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x385eeac5cb85a38a9a07a70c73e0a3271cfb54a7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x0169ec1f8f639b32eec6d923e24c2a2ff45b9dd6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xe161be4a74ab8fa8706a2d03e67c02318d0a0ad6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x4d58608eff50b691a3b76189af2a7a123df1e9ba - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x420b0fa3de2efcf2b2fd04152eb1df36a09717cd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1cd38856ee0fdfd65c757e530e3b1de3061008d3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xfad8cb754230dbfd249db0e8eccb5142dd675a0d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xda761a290e01c69325d12d82ac402e5a73d62e81 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xafb5d4d474693e68df500c9c682e6a2841f9661a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xfc5462143a3178cf044e97c491f6bcb5e38f173e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xed1978d01d4a8a9d6a43ac79403d5b8dfbed739b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xba71cb8ef2d59de7399745793657838829e0b147 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x10c1b6f768e13c624a4a23337f1a5ba5c9be0e4b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1b1514c76c54ce8807d7fdedf85c664eee734ece - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x58cd93c4a91c3940109fa27d700f5013b18b5dc2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xea6f7e7e0f46a9e0f4e2048eb129d879f609d632 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x30d19fb77c3ee5cfa97f73d72c6a1e509fa06aef - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xe2dca969624795985f2f083bcd0b674337ba130a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xbb7d61d2511fd2e63f02178ca9b663458af9fc63 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x59f4f336bf3d0c49dbfba4a74ebd2a6ace40539a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb8fda5aee55120247f16225feff266dfdb381d4c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xca530408c3e552b020a2300debc7bd18820fb42f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xcfeb09c3c5f0f78ad72166d55f9e6e9a60e96eec - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x467bccd9d29f223bce8043b84e8c8b282827790f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2077d81d0c5258230d5a195233941547cb5f0989 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa0bbbe391b0d0957f1d013381b643041d2ca4022 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd1b89856d82f978d049116eba8b7f9df2f342ff3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x62f03b52c377fea3eb71d451a95ad86c818755d1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3927fb89f34bbee63351a6340558eebf51a19fb8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xacd2c239012d17beb128b0944d49015104113650 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x86b69f38bea3e02f68ff88534bc61ec60e772b19 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6873c95307e13beb58fb8fcddf9a99667655c9e4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x18084fba666a33d37592fa2633fd49a74dd93a88 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6e79b51959cf968d87826592f46f819f92466615 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x80ee5c641a8ffc607545219a3856562f56427fe9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0414d8c87b271266a5864329fb4932bbe19c0c49 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf57e7e7c23978c3caec3c3548e3d615c346e79ff - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x1c986661170c1834db49c3830130d4038eeeb866 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x9ed7e4b1bff939ad473da5e7a218c771d1569456 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x7f9a7db853ca816b9a138aee3380ef34c437dee0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x371c7ec6d8039ff7933a2aa28eb827ffe1f52f07 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xb1bc21f748ae2be95674876710bc6d78235480e0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xadf5dd3e51bf28ab4f07e684ecf5d00691818790 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x1eba7a6a72c894026cd654ac5cdcf83a46445b08 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x38022a157b95c52d43abcac9bd09f028a1079105 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xd2507e7b5794179380673870d88b22f94da6abe0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xc708d6f2153933daa50b2d0758955be0a93a8fec - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x0052074d3eb1429f39e5ea529b54a650c21f5aa4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x4e78011ce80ee02d2c3e649fb657e45898257815 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x7583feddbcefa813dc18259940f76a02710a8905 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xe78aee6ccb05471a69677fb74da80f5d251c042b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x04f177fcacf6fb4d2f95d41d7d3fee8e565ca1d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xa6da8c8999c094432c77e7d318951d34019af24b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x6d3b8c76c5396642960243febf736c6be8b60562 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7cf7132ede0ca592a236b6198a681bb7b42dd5ae - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3afeae00a594fbf2e4049f924e3c6ac93296b6e8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0a93a7be7e7e426fc046e204c44d6b03a302b631 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc9b6ef062fab19d3f1eabc36b1f2e852af1acd18 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1754e5aadce9567a95f545b146a616ce34eead53 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xdb173587d459ddb1b9b0f2d6d88febef039304a2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x10a7a84c91988138f8dbbc82a23b02c8639e2552 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x92af6f53febd6b4c6f5293840b6076a1b82c4bc2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xeb9e49fb4c33d9f6aefb1b03f9133435e24c0ec6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1b2c141479757b8643a519be4692904088d860b2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x4d25e94291fe8dcfbfa572cbb2aaa7b755087c91 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8e0e798966382e53bfb145d474254cbe065c17dc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x4b6f82a4ed0b9e3767f53309b87819a78d041a7f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x004aa1586011f3454f487eac8d0d5c647d646c69 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x741777f6b6d8145041f73a0bddd35ae81f55a40f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xc6c58f600917de512cd02d2b6ed595ab54b4c30f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x03aa6298f1370642642415edc0db8b957783e8d6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x3ee2200efb3400fabb9aacf31297cbdd1d435d47 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x0d8ce2a99bb6e3b7db580ed848240e4a0f9ae153 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xa697e272a73744b343528c3bc4702f2565b2f422 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x301af3eff0c904dc5ddd06faa808f653474f7fcc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x776f9987d9deed90eed791cbd824d971fd5ccf09 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xf7de7e8a6bd59ed41a4b5fe50278b3b7f31384df - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x19e6bfc1a6e4b042fb20531244d47e252445df01 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x4338665cbb7b2485a8855a139b75d5e34ab0db94 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x2940566eb50f15129238f4dc599adc4f742d7d8e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xbb73bb2505ac4643d5c0a99c2a1f34b3dfd09d11 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x4ea98c1999575aaadfb38237dd015c5e773f75a2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/celo/0x1d18d0386f51ab03e7e84e71bda1681eba865f1f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x57b96d4af698605563a4653d882635da59bf11af - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd33526068d116ce69f19a9ee46f0bd304f21a51f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2a5fa016ffb20c70e2ef36058c08547f344677aa - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9fd9278f04f01c6a39a9d1c1cd79f7782c6ade08 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x054c9d4c6f4ea4e14391addd1812106c97d05690 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7613c48e0cd50e42dd9bf0f6c235063145f6f8dc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x614da3b37b6f66f7ce69b4bbbcf9a55ce6168707 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x069e4aa272d17d9625aa3b6f863c7ef6cfb96713 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x24da31e7bb182cb2cabfef1d88db19c2ae1f5572 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7d4a23832fad83258b32ce4fd3109ceef4332af4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb58e61c3098d85632df34eecfb899a1ed80921cb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x67c4d14861f9c975d004cfb3ac305bee673e996e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x69babe9811cc86dcfc3b8f9a14de6470dd18eda4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x32f0d04b48427a14fb3cbc73db869e691a9fec6f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4cff49d0a19ed6ff845a9122fa912abcfb1f68a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x51cb253744189f11241becb29bedd3f1b5384fdb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xcf4c91ecafc43c9f382db723ba20b82efa852821 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6968676661ac9851c38907bdfcc22d5dd77b564d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0d438f3b5175bebc262bf23753c1e53d03432bde - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb98d4c97425d9908e66e53a6fdf673acca0be986 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x68a47fe1cf42eba4a030a10cd4d6a1031ca3ca0a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8a370c951f34e295b2655b47bb0985dd08d8f718 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x525574c899a7c877a11865339e57376092168258 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd9a442856c234a39a81a089c06451ebaa4306a72 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x1c43d05be7e5b54d506e3ddb6f0305e8a66cd04e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xb766039cc6db368759c1e56b79affe831d0cc507 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x18c14c2d707b2212e17d1579789fc06010cfca23 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xe0ee18eacafddaeb38f8907c74347c44385578ab - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x56659245931cb6920e39c189d2a0e7dd0da2d57b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xb6a5ae40e79891e4deadad06c8a7ca47396df21c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x04565fe9aa3ae571ada8e1bebf8282c4e5247b2a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf8a99f2bf2ce5bb6ce4aafcf070d8723bc904aa2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3b9728bd65ca2c11a817ce39a6e91808cceef6fd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x6797b6244fa75f2e78cdffc3a4eb169332b730cc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xe2c86869216ac578bd62a4b8313770d9ee359a05 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x47b464edb8dc9bc67b5cd4c9310bb87b773845bd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x28a730de97dc62a8c88363e0b1049056f1274a70 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xba5ede8d98ab88cea9f0d69918dde28dc23c2553 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8319767a7b602f88e376368dca1b92d38869b9b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x461ee40928677644b8195662ab91bcdaae6ef105 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x24569d33653c404f90af10a2b98d6e0030d3d267 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x22222bd682745cf032006394750739684e45a5f8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9124577428c5bd73ad7636cbc5014081384f29d6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xaa6cccdce193698d33deb9ffd4be74eaa74c4898 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xe095780ba2a64a4efa7a74830f0b71656f0b0ad4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xb59c8912c83157a955f9d715e556257f432c35d7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7771450ece9c61430953d2646f995e33a06c91f5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc48823ec67720a04a9dfd8c7d109b2c3d6622094 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x9ec02756a559700d8d9e79ece56809f7bcc5dc27 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3593d125a4f7849a1b059e64f4517a86dd60c95d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6985884c4392d348587b19cb9eaaf157f13271cd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa045fe936e26e1e1e1fb27c1f2ae3643acde0171 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xbeef698bd78139829e540622d5863e723e8715f1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x426a688ee72811773eb64f5717a32981b56f10c1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x873259322be8e50d80a4b868d186cc5ab148543a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x661c70333aa1850ccdbae82776bb436a0fcfeefb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0a2c375553e6965b42c135bb8b15a8914b08de0c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6fba952443be1de22232c824eb8d976b426b3c38 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1abaea1f7c830bd89acc67ec4af516284b1bc33c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb60fdf036f2ad584f79525b5da76c5c531283a1b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x55296f69f40ea6d20e478533c15a6b08b654e758 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1a7e4e63778b4f12a199c062f3efdd288afcbce8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x45804880de22913dafe09f4980848ece6ecbaf78 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xe5018913f2fdf33971864804ddb5fca25c539032 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x6985884c4392d348587b19cb9eaaf157f13271cd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x2c650dab03a59332e2e0c0c4a7f726913e5028c1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x9aee3c99934c88832399d6c6e08ad802112ebeab - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x439c0cf1038f8002a4cad489b427e217ba4b42ad - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x6985884c4392d348587b19cb9eaaf157f13271cd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x6985884c4392d348587b19cb9eaaf157f13271cd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x6985884c4392d348587b19cb9eaaf157f13271cd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xb79dd08ea68a908a97220c76d19a6aa9cbde4376 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x4b61e2f1bbdee6d746209a693156952936f1702c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7480527815ccae421400da01e052b120cc4255e9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7466de7bb8b5e41ee572f4167de6be782a7fa75d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x298d411511a05dc1b559ed8f79c56bee06687b14 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8e16d46cb2da01cdd49601ec73d7b0344969ae33 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x18dd5b087bca9920562aff7a0199b96b9230438b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x37f0c2915cecc7e977183b8543fc0864d03e064c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x37f24b26bcefbfac7f261b97f8036da98f81a299 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xacb5b33ce55ba7729e38b2b59677e71c0112f0d9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x6985884c4392d348587b19cb9eaaf157f13271cd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xc71b5f631354be6853efe9c3ab6b9590f8302e81 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7e744bbb1a49a44dfcc795014a4ba618e418fbbe - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0c04ff41b11065eed8c9eda4d461ba6611591395 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x636bd98fc13908e475f56d8a38a6e03616ec5563 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x590246bfbf89b113d8ac36faeea12b7589f7fe5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x80034f803afb1c6864e3ca481ef1362c54d094b9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x73fbd93bfda83b111ddc092aa3a4ca77fd30d380 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xff33a6b3dc0127862eedd3978609404b22298a54 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc770eefad204b5180df6a14ee197d99d808ee52d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa0385e7283c83e2871e9af49eec0966088421ddd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb2617246d0c6c0087f18703d576831899ca94f01 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xba386a4ca26b85fd057ab1ef86e3dc7bdeb5ce70 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9ebb0895bd9c7c9dfab0d8d877c66ba613ac98ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd12a99dbc40036cec6f1b776dccd2d36f5953b94 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8ab2ff0116a279a99950c66a12298962d152b83c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x420698cfdeddea6bc78d59bc17798113ad278f9d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa8c8cfb141a3bb59fea1e2ea6b79b5ecbcd7b6ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd8e8438cf7beed13cfabc82f300fb6573962c9e3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb1c9d42fa4ba691efe21656a7e6953d999b990c4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xdadeca1167fe47499e53eb50f261103630974905 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xa05245ade25cc1063ee50cf7c083b4524c1c4302 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x4fafad147c8cd0e52f83830484d164e960bdc6c3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x4dd9077269dd08899f2a9e73507125962b5bc87f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8931ee05ec111325c1700b68e5ef7b887e00661d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x26f1bb40ea88b46ceb21557dc0ffac7b7c0ad40f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x642e993fa91ffe9fb24d39a8eb0e0663145f8e92 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0c41f1fc9022feb69af6dc666abfe73c9ffda7ce - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf7ccb8a6e3400eb8eb0c47619134f7516e025215 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x2416092f143378750bb29b79ed961ab195cceea5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf0268c5f9aa95baf5c25d646aabb900ac12f0800 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0c067fc190cde145b0c537765a78d4e19873a5cc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xbe5614875952b1683cb0a2c20e6509be46d353a4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x87a0233a8cb4392ec3eb8fa467817fc0b6a326dd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xdfbea88c4842d30c26669602888d746d30f9d60d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x80b3455e1db60b4cba46aba12e8b1e256dd64979 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x747747e47a48c669be384e0dfb248eee6ba04039 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/celo/0x50e85c754929840b58614f48e29c64bc78c58345 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x02f92800f57bcd74066f5709f1daa1a4302df875 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x967da4048cd07ab37855c090aaf366e4ce1b9f48 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x729031b3995538ddf6b6bce6e68d5d6fdeb3ccb5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x97a9a15168c22b3c137e6381037e1499c8ad0978 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5faa989af96af85384b8a938c2ede4a7378d9875 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4691937a7508860f876c9c0a2a617e7d9e945d4b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb50721bcf8d664c30412cfbc6cf7a15145234ad1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x037a54aab062628c9bbae1fdb1583c195585fe41 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xcb8b5cd20bdcaea9a010ac1f8d835824f5c87a04 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xdfb8be6f8c87f74295a87de951974362cedcfa30 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x354a6da3fcde098f8389cad84b0182725c6c91de - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x3f56e0c36d275367b8c502090edf38289b3dea0d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x6f9590958ce2beaf9c92a3a8fca6d1ddf310e052 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x3e5d9d8a63cc8a88748f229999cf59487e90721e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0xecc68d0451e20292406967fe7c04280e5238ac7d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xf1c1a3c2481a3a8a3f173a9ab5ade275292a6fa3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xb5e0cfe1b4db501ac003b740665bf43192cc7853 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xffa188493c15dfaf2c206c97d8633377847b6a52 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xb5c064f955d8e7f38fe0460c556a72987494ee17 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x4f604735c1cf31399c6e711d5962b2b3e0225ad3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xf0949dd87d2531d665010d6274f06a357669457a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x14e5386f47466a463f85d151653e1736c0c50fc3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xadac33f543267c4d59a8c299cf804c303bc3e4ac - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xcfa3ef56d303ae4faaba0592388f19d7c3399fb4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x67ce18961c3269ca03c2e5632f1938cc53e614a1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x48164ea5df090e80a0eaee1147e466ea28669221 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3054e8f8fba3055a42e5f5228a2a4e2ab1326933 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x42069d11a2cc72388a2e06210921e839cfbd3280 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x74ff3cbf86f95fea386f79633d7bc4460d415f34 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x2d6a3893966dda77749cc7e4003ab15f5cfa3cc1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x51b75da3da2e413ea1b8ed3eb078dc712304761c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8ad5b9007556749de59e088c88801a3aaa87134b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xbd97693278f1948c59f65f130fd87e7ff7c61d11 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3992b27da26848c2b19cea6fd25ad5568b68ab98 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x34980c35353a8d7b1a1ba02e02e387a8383e004a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xdebd6e2da378784a69dc6ec99fe254223b312287 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/celo/0x456a3d042c0dbd3db53d5489e98dfb038553b0d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/celo/0x9995cc8f20db5896943afc8ee0ba463259c931ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x30d20208d987713f46dfd34ef128bb16c404d10f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x19848077f45356b21164c412eff3d3e4ff6ebc31 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x53206bf5b6b8872c1bb0b3c533e06fde2f7e22e4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x07ddacf367f0d40bd68b4b80b4709a37bdc9f847 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xbdbe9f26918918bd3f43a0219d54e5fda9ce1bb3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb9d09bc374577dac1ab853de412a903408204ea8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xe72b141df173b999ae7c1adcbf60cc9833ce56a8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x214549b0317564de15770561221433fb3e8c995c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc82e3db60a52cf7529253b4ec688f631aad9e7c2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf3dcbc6d72a4e1892f7917b7c43b74131df8480e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x62e3b3c557c792c4a70765b3cdb5b56b1879f82d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2598c30330d5771ae9f983979209486ae26de875 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd4f4d0a10bcae123bb6655e8fe93a30d01eebd04 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xa0995d43901551601060447f9abf93ebc277cec2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x40379a439d4f6795b6fc9aa5687db461677a2dba - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x433cde5a82b5e0658da3543b47a375dffd126eb6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x619c4bbbd65f836b78b36cbe781513861d57f39d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1e0bb24ed6c806c01ef2f880a4b91adb90099ea7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0dd7913197bfb6d2b1f03f9772ced06298f1a644 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xfbb75a59193a3525a8825bebe7d4b56899e2f7e1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc3de830ea07524a0761646a6a4e4be0e114a3c83 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3792dbdd07e87413247df995e692806aa13d3299 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x527856315a4bcd2f428ea7fa05ea251f7e96a50a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x292fcdd1b104de5a00250febba9bc6a5092a0076 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd749b369d361396286f8cc28a99dd3425ac05619 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfe3e6a25e6b192a42a44ecddcd13796471735acf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa1faa113cbe53436df28ff0aee54275c13b40975 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8802269d1283cdb2a5a329649e5cb4cdcee91ab6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0000bdaa645097ef80f9d475f341d0d107a45b3a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x683a4ac99e65200921f556a19dadf4b0214b5938 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x36c7188d64c44301272db3293899507eabb8ed43 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8a2279d4a90b6fe1c4b30fa660cc9f926797baa2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf418588522d5dd018b425e472991e52ebbeeeeee - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6135177a17e02658df99a07a2841464deb5b8589 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xcf91b70017eabde82c9671e30e5502d312ea6eb2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x45080a6531d671ddff20db42f93792a489685e32 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x790814cd782983fab4d7b92cf155187a865d9f18 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9e6be44cc1236eef7e1f197418592d363bedcd5a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x69ee720c120ec7c9c52a625c04414459b3185f23 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x408e41876cccdc0f92210600ef50372656052a38 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5cf04716ba20127f1e2297addcf4b5035000c9eb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8290333cef9e6d528dd5618fb97a76f268f3edd4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1929761e87667283f087ea9ab8370c174681b4e9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x888888848b652b3e3a0f34c96e00eec0f3a23f72 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf944e35f95e819e752f3ccb5faf40957d311e8c5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1f70300bce8c2302780bd0a153ebb75b8ca7efcb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x3de81ce90f5a27c5e6a5adb04b54aba488a6d14e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xc87b37a581ec3257b734886d9d3a581f5a9d056c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x1a6b3a62391eccaaa992ade44cd4afe6bec8cff1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x65c936f008bc34fe819bce9fa5afd9dc2d49977f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x07d65c18cecba423298c0aeb5d2beded4dfd5736 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x51fc0f6660482ea73330e414efd7808811a57fa2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xcbe94d75ec713b7ead84f55620dc3174beeb1cfe - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xd3144ff5f388d36c0a445686c08540296d8b209b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x433e39ce74aef8f409182541269e417ad9b56011 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xb1a03eda10342529bbf8eb700a06c60441fef25d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x6b9bb36519538e0c073894e964e90172e1c0b41f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x689644b86075ed61c647596862c7403e1c474dbf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9a6d24c02ec35ad970287ee8296d4d6552a31dbe - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x506beb7965fc7053059006c7ab4c62c02c2d989f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x31b28012f61fc3600e1c076bafc9fd997fb2da90 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xd7d919ea0c33a97ad6e7bd4f510498e2ec98cb78 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xef553b6914dbd17567393f7e55fbd773fff7d0cb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xe642657e4f43e6dcf0bd73ef24008394574dee28 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf8b1b47aa748f5c7b5d0e80c726a843913eb573a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xd064c53f043d5aee2ac9503b13ee012bf2def1d0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xfc60aa1ffca50ce08b3cdec9626c0bb9e9b09bec - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x82c8f48ac694841360de84d649a0d48d239b61f8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7d89e05c0b93b24b5cb23a073e60d008fed1acf9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7546e0d4d947a15f914e33de6616ffed826f45ef - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x9a5350edf28c1f93bb36d6e94b5c425fde8e222d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xaa076b62efc6f357882e07665157a271ab46a063 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6a6aa13393b7d1100c00a57c76c39e8b6c835041 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x07040971246a73ebda9cf29ea1306bb47c7c4e76 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6df0e641fc9847c0c6fde39be6253045440c14d3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2b640a99991dea2916205ecdc9f9c58f80017ed8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x38e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x42069cc15f5befb510430d22ff1c9a1b3ae22cfe - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x89fd2d8fd8d937f55c89b7da3ceed44fa27e4a81 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x76bc677d444f1e9d57daf5187ee2b7dc852745ae - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa0084063ea01d5f09e56ef3ff6232a9e18b0bacd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4abd5745f326932b1b673bfa592a20d7bb6bc455 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf43f21384d03b5cbbddd58d2de64071e4ce76ab0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x33349b282065b0284d756f0577fb39c158f935e6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x33c88d4cac6ac34f77020915a2a88cd0417dc069 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xdce765f021410b3266aa0053c93cb4535f1e12e0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xb50a8e92cb9782c9b8f3c88e4ee8a1d0aa2221d7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x0a84edf70f30325151631ce7a61307d1f4d619a3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xc11158c5da9db1d553ed28f0c2ba1cbedd42cfcb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0xb0b195aefa3650a6908f15cdac7d92f8a5791b0b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xdc4f4ed9872571d5ec8986a502a0d88f3a175f1e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9beec80e62aa257ced8b0edd8692f79ee8783777 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf95e1c0a67492720ca22842122fe7fa63d5519e5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xca8e8d244f0d219a6fc9e4793c635cea98d0399c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x6a4f69da1e2fb2a9b11d1aad60d03163fe567732 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0718f45bbf4781ce891e4e18182f025725f0fc95 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x132bbda4a40d4d6288be49b637ec2c113b5d7600 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9aaae745cf2830fb8ddc6248b17436dc3a5e701c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x24fcfc492c1393274b6bcd568ac9e225bec93584 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x21fd16cd0ef24a49d28429921e335bb0c1bfadb3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa469b7ee9ee773642b3e93e842e5d9b5baa10067 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8c19f7854b27758ddffdcdc8908f22bf55e00736 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xf2ae0038696774d65e67892c9d301c5f2cbbda58 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x6bc40d4099f9057b23af309c08d935b890d7adc0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xee2a03aa6dacf51c18679c516ad5283d8e7c2637 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7f911119435d8ded9f018194b4b6661331379a3d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x777be1c6075c20184c4fd76344b7b0b7c858fe6b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x881d4c8618d68872fa404518b2460ea839a02a6a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xba2ae4e0a9c6ecaf172015aa2cdd70a21f5a290b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1caf237d7a2d103e3e9b1855988c01ac10344600 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7d4a7be025652995364e0e232063abd9e8d65e6e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x620aa20875ec1144126ea47fb27ecfe6e10d0c56 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfae103dc9cf190ed75350761e95403b7b8afa6c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xae7ab96520de3a18e5e111b5eaab095312d7fe84 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x04c154b66cb340f3ae24111cc767e0184ed00cc6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x70e8de73ce538da2beed35d14187f6959a8eca96 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfb7b4564402e5500db5bb6d63ae671302777c75a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6810e776880c02933d47db1b9fc05908e5386b96 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x11e969e9b3f89cb16d686a03cd8508c9fc0361af - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x8b5d1d8b3466ec21f8ee33ce63f319642c026142 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x3ed03e95dd894235090b3d4a49e0c3239edce59e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xb3f13b0c61d65d67d7d6215d70c89533ee567a91 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xfea31d704deb0975da8e77bf13e04239e70d7c28 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x66e535e8d2ebf13f49f3d49e5c50395a97c137b1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x9a06db14d639796b25a6cec6a1bf614fd98815ec - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7fdd7419428955dbf36d4176af5a8f09ad29d1f3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8c9037d1ef5c6d1f6816278c7aaf5491d24cd527 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xa9f5031b54c44c3603b4300fde9b8f5cd18ad06f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x57f5fbd3de65dfc0bd3630f732969e5fb97e6d37 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9ef1139e6b420cc929dd912a5a7adeced6f12e91 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x120edc8e391ba4c94cb98bb65d8856ae6ec1525f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xd7ea82d19f1f59ff1ae95f1945ee6e6d86a25b96 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x2c9ab600d71967ff259c491ad51f517886740cbc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xf4c8e32eadec4bfe97e0f595add0f4450a863a11 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x8c49a510756224e887b3d99d00d959f2d86dda1c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7777cec341e7434126864195adef9b05dcc3489c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x19af07b52e5faa0c2b1e11721c52aa23172fe2f5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb7109df1a93f8fe2b8162c6207c9b846c1c68090 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xbbc2ae13b23d715c30720f079fcd9b4a74093505 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x595832f8fc6bf59c85c527fec3740a1b7a361269 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7316d973b0269863bbfed87302e11334e25ea565 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2be8e422cb4a5a7f217a8f1b0658952a79132f28 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x83e6f1e41cdd28eaceb20cb649155049fac3d5aa - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xbabe3ce7835665464228df00b03246115c30730a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2e6a60492fb5b58f5b5d08c7cafc75e740e6dc8e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc08e7e23c235073c6807c2efe7021304cb7c2815 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x955d5c14c8d4944da1ea7836bd44d54a8ec35ba1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3540abe4f288b280a0740ad5121aec337c404d15 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfe8526a77a2c3590e5973ba81308b90bea21fbff - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd807f7e2818db8eda0d28b5be74866338eaedb86 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x4186bfc76e2e237523cbc30fd220fe055156b41f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xd5d3aa404d7562d09a848f96a8a8d5d65977bf90 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xa3f751662e282e83ec3cbc387d225ca56dd63d3a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xd24157aa1097486dc9d7cf094a7e15026e566b5d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xbed0b9240bdbcc8e33f66d2ca650a5ef60a5bab0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x5d559ea7bb2dae4b694a079cb8328a2145fd32f6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x97b959385dfdcaf252223838746beb232ac601aa - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x18e692c03de43972fe81058f322fa542ae1a5e2c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x38029c62dfa30d9fd3cadf4c64e9b2ab21dbda17 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x4507cef57c46789ef8d1a19ea45f4216bae2b528 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/celo/0x73f93dcc49cb8a239e2032663e9475dd5ef29a08 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x9e523234d36973f9e38642886197d023c88e307e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5de758bba013e58dae2693aea3f0b12b31a3023d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1001271083c249bd771e1bb76c22d935809a61ee - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9d39a5de30e57443bff2a8307a4256c8797a3497 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf3768d6e78e65fc64b8f12ffc824452130bd5394 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf2ec4a773ef90c58d98ea734c0ebdb538519b988 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0f2d719407fdbeff09d87557abb7232601fd9f29 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x180000dda70eb7fb7f3e10e52e88ce88f46e3b3a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xed89fc0f41d8be2c98b13b7e3cd3e876d73f1d30 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x17c50d62e6e8d20d2dc18e9ad79c43263d0720d9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3b50805453023a91a8bf641e279401a0b23fa6f9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfd03723a9a3abe0562451496a9a394d2c4bad4ab - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfe67a4450907459c3e1fff623aa927dd4e28c67a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc5fb36dd2fb59d3b98deff88425a3f425ee469ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x6b021b3f68491974be6d4009fee61a4e3c708fd6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x7ae9ab13fc8945323b778b3f8678145e80ec2efb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xbc4c97fb9befaa8b41448e1dfcc5236da543217f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x93919784c523f39cacaa98ee0a9d96c3f32b593e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xd55fce7cdab84d84f2ef3f99816d765a2a94a509 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x32e0f9d26d1e33625742a52620cc76c1130efde6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9b700b043e9587dde9a0c29a9483e2f8fa450d54 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0b1594b0e896bf165d925956e0df733b8443af6a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x891502ba08132653151f822a3a430198f1844115 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc702b80a1bebac118cab22ce6f2978ef59563b3f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1287a235474e0331c0975e373bdd066444d1bd35 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xab36452dbac151be02b16ca17d8919826072f64a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xcc7ff230365bd730ee4b352cc2492cedac49383e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xa9b038285f43cd6fe9e16b4c80b4b9bccd3c161b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x77be1ba1cd2d7a63bffc772d361168cc327dd8bc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x00000000efe302beaa2b3e6e1b18d08d69a9012a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd101dcc414f310268c37eeb4cd376ccfa507f571 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd09eb9099fac55edcbf4965e0a866779ca365a0c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7b0df1cd724ec34ec9bc4bd19749b01afb490761 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x71297312753ea7a2570a5a3278ed70d9a75f4f44 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9e32b13ce7f2e80a01932b42553652e053d6ed8e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6942040b6d25d6207e98f8e26c6101755d67ac89 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3301ee63fb29f863f2333bd4466acb46cd8323e6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfefe157c9d0ae025213092ff9a5cb56ab492bab8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1121acc14c63f3c872bfca497d10926a6098aac5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf1376bcef0f78459c0ed0ba5ddce976f1ddf51f4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xce722f60f35c37ab295adc4e6ba45bcc7ca89dd6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x614577036f0a024dbc1c88ba616b394dd65d105a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x93fa0b88c0c78e45980fa74cdd87469311b7b3e4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xe22c452bd2ade15dfc8ad98286bc6bdf0c9219b7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x00000000000451f49c692bfc24971cacea2db678 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x00000000702749f73e5210b08b0a3d440078f888 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x86f65121804d2cdbef79f9f072d4e0c2eebabc08 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x127e47aba094a9a87d084a3a93732909ff031419 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x55027a5b06f4340cc4c82dcc74c90ca93dcb173e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x32b133add6d99d085ff23f522662b546b70d54a1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x2ad3d80c917ddbf08acc04277f379e00e4d75395 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc73dc7ae7a4fa40517aafa941ae1ee436b91a12c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9f235d23354857efe6c541db92a9ef1877689bcb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0c90c756350fb803a7d5d9f9ee5ac29e77369973 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xac12f930318be4f9d37f602cbf89cd33e99aa9d4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x1c45366641014069114c78962bdc371f534bc81c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc328a59e7321747aebbc49fd28d1b32c1af8d3b2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x90edf25b14393350f0c1b5b12b6cb3cd3781fb4a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x590f820444fa3638e022776752c5eef34e2f89a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1fdb29ad49330b07ae5a87483f598aa6b292039e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4a220e6096b25eadb88358cb44068a3248254675 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xabd4c63d2616a5201454168269031355f4764337 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4c1b1302220d7de5c22b495e78b72f2dd2457d45 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x050c24dbf1eec17babe5fc585f06116a259cc77a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x57211299bc356319ba5ca36873eb06896173f8bc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xfde4c96c8593536e31f229ea8f37b2ada2699bb2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf9b738c2e7adc4f299c57afd0890b925a5efea6f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x04c0599ae5a44757c0af6f9ec3b93da8976c150a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x99b2b1a2adb02b38222adcd057783d7e5d1fcc7d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf9569cfb8fd265e91aa478d86ae8c78b8af55df4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xa3d1a8deb97b111454b294e2324efad13a9d8396 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xd85eff20288ca72ea9eecffb428f89ee5066ca5c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x13f4196cc779275888440b3000ae533bbbbc3166 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x160452f95612699d1a561a70eeeeede67c6812af - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x5ce12f6d9f2fcaf0b11494a1c39e09eeb16ca7e8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x6894cde390a3f51155ea41ed24a33a4827d3063d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6db6fdb5182053eecec778afec95e0814172a474 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc0cfbe1602dd586349f60e4681bf4badca584ec9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x289ff00235d2b98b0145ff5d4435d3e92f9540a6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xcb76314c2540199f4b844d4ebbc7998c604880ca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd7cfdb3cdc33dbeb9e9a4c95b61953cf12a008b3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xce176825afc335d9759cb4e323ee8b31891de747 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8f2bf2f59cdf7be4aee71500b9419623202b8636 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x744d70fdbe2ba4cf95131626614a1763df805b9e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x52e6654aee5d59e13ae30b48f8f5dbeb97f708cd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x38f9bf9dce51833ec7f03c9dc218197999999999 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x7189fb5b6504bbff6a852b13b7b82a3c118fdc27 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x38f9bf9dce51833ec7f03c9dc218197999999999 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x8349314651ede274f8c5fef01aa65ff8da75e57c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x38f9bf9dce51833ec7f03c9dc218197999999999 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x1adcef5c780d8895ac77e6ee9239b4b3ecb76da2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x38f9bf9dce51833ec7f03c9dc218197999999999 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x917f39bb33b2483dd19546b1e8d2f09ce481ee44 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8b67f2e56139ca052a7ec49cbcd1aa9c83f2752a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x029c58a909fbe3d4be85a24f414dda923a3fde0f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x655a51e6803faf50d4ace80fa501af2f29c856cf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x9ca5dfa3b0b187d7f53f4ef83ca435a2ec2e4070 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xb68a20b9e9b06fde873897e12ab3372ce48f1a8a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x0203d275d2a65030889af45ed91d472be3948b92 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa00453052a36d43a99ac1ca145dfe4a952ca33b8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8236a87084f8b84306f72007f36f2618a5634494 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xbc5ca3c518c8a2930947661237b1b562e34f22b7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfd0205066521550d7d7ab19da8f72bb004b4c341 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x880226cbcce551eeafd18c9a9e883c85811b82fc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfc21540d6b89667d167d42086e1feb04da3e9b21 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x41d06390b935356b46ad6750bda30148ad2044a4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8149745670881d99700078ede5903a1a7bebe262 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xcf01a5c02c9b9dd5bf73a5a56bcdbc9dca483d43 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xae0fe8474cf5b1b412b3e4327a1c535ea12b77b7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc98d64da73a6616c42117b582e832812e7b8d57f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x70c0b83501a3989d4f8a8693581bb7010194abb5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x80122c6a83c8202ea365233363d3f4837d13e888 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x455e53cbb86018ac2b8092fdcd39d8444affc3f6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x58aea10748a00d1781d6651f9d78a414ea32ca46 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x406d59819bc2aef682f4ff2769085c98a264f97b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xc4ce1d6f5d98d65ee25cf85e9f2e9dcfee6cb5d6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x94025780a1ab58868d9b2dbbb775f44b32e8e6e5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xf33687811f3ad0cd6b48dd4b39f9f977bd7165a2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xa88594d404727625a9437c3f886c7643872296ae - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7e72d6410803c40e73806f2a72e3eade5d075cc0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x31ea904a7eca45122890deb8da3473a2081bc9d1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x48c6740bcf807d6c47c864faeea15ed4da3910ab - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc5fecc3a29fb57b5024eec8a2239d4621e111cbe - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x184cff0e719826b966025f93e05d8c8b0a79b3f9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0c2e08e459fc43ddd1e2718c122f566473f59665 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1a3a8cf347b2bf5890d3d6a1b981c4f4432c8661 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8baf5d75cae25c7df6d1e0d26c52d19ee848301a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x28561b8a2360f463011c16b6cc0b0cbef8dbbcad - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0fd10b9899882a6f2fcb5c371e17e70fdee00c38 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7a58c0be72be218b41c608b7fe7c5bb630736c71 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xddaf27167929cd045a7d97d09a4fa1046ece3d89 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x375e104af98872e5b4fe951919e504a47db1757c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5408d3883ec28c2de205064ae9690142b035fed2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1bb4afbf2ce0c9ec86e6414ad4ba4d9aab1c0de4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7391425ca7cee3ee03e09794b819291a572af83e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x38e382f74dfb84608f3c1f10187f6bef5951de93 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xbea269038eb75bdab47a9c04d0f5c572d94b93d5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf41a7b7c79840775f70a085c1fc5a762bbc6b180 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x13654df31871b5d01e5fba8e6c21a5d0344820f5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x4d840b741bc05fde325d4ec0b4cfcd0cea237e4e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x49b1be61a8ca3f9a9f178d6550e41e00d9162159 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf5bc3439f53a45607ccad667abc7daf5a583633f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0a953dd9fc813fefaf6015b804c9dfa0624690c0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x44ec807ce2f4a6f2737a92e985f318d035883e47 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xfb6115445bff7b52feb98650c87f44907e58f802 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x117a123ded97cd125837d9ac19592b77d806fa88 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd9fcd98c322942075a5c3860693e9f4f03aae07b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x240cd7b53d364a208ed41f8ced4965d11f571b7a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb8d6196d71cdd7d90a053a7769a077772aaac464 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xcbde0453d4e7d748077c1b0ac2216c011dd2f406 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x786f112c9a6bc840cdc07cfd840105efd6ef2d4b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0bffdd787c83235f6f0afa0faed42061a4619b7a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1c43cd666f22878ee902769fccda61f401814efb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1b54a6fa1360bd71a0f28f77a1d6fba215d498c3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb528edbef013aff855ac3c50b381f253af13b997 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x888888ae2c4a298efd66d162ffc53b3f2a869888 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4cd27e18757baa3a4fe7b0ab7db083002637a6c5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x240d6faf8c3b1a7394e371792a3bf9d28dd65515 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x41b1f9dcd5923c9542b6957b9b72169595acbc5c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd1f2586790a5bd6da1e443441df53af6ec213d83 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8de5b80a0c1b02fe4976851d030b36122dbb8624 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x391cf4b21f557c935c7f670218ef42c21bd8d686 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8bd35250918ed056304fa8641e083be2c42308bb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc3960227e41c3f54e9b399ce216149dea5315c34 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x59062301fb510f4ea2417b67404cb16d31e604ba - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x75ec618a817eb0a4a7e44ac3dfc64c963daf921a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x7e7a7c916c19a45769f6bdaf91087f93c6c12f78 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x21ccbc5e7f353ec43b2f5b1fb12c3e9d89d30dca - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x87eee96d50fb761ad85b1c982d28a042169d61b1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x3c720206bfacb2d16fa3ac0ed87d2048dbc401fc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x8d60fb5886497851aac8c5195006ecf07647ba0d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xcb327b99ff831bf8223cced12b1338ff3aa322ff - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf544251d25f3d243a36b07e7e7962a678f952691 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xa7296cefae8477a81e23230ca5d3a3d6f49d3764 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x051fb509e4a775fabd257611eea1efaed8f91359 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xae2bddbcc932c2d2cf286bad0028c6f5074c77b5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xd3c68968137317a57a9babeacc7707ec433548b4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7f6f6720a73c0f54f95ab343d7efeb1fa991f4f7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xf3527ef8de265eaa3716fb312c12847bfba66cef - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x8888888888f004100c0353d657be6300587a6ccd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xe2a59d5e33c6540e18aaa46bf98917ac3158db0d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xfa2ad87e35fc8d3c9f57d73c4667a4651ce6ad2f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xec53bf9167f50cdeb3ae105f56099aaab9061f83 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb3912b20b3abc78c15e85e13ec0bf334fbb924f7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x16a3543fa6b32cac3b0a755f64a729e84f89a75c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf1c9acdc66974dfb6decb12aa385b9cd01190e38 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0da2082905583cedfffd4847879d0f1cf3d25c36 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xec9333e7dadeebf82d290d6cb12e66cc30ce46b0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x898843fb909e3562c82f2b96f4e3d0693af041df - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xaf05ce8a2cef336006e933c02fc89887f5b3c726 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x13e4b8cffe704d3de6f19e52b201d92c21ec18bd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xaeb3607ec434454ceb308f5cd540875efb54309a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2a3bff78b79a009976eea096a51a948a3dc00e34 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4298e4ad48be89bf63a6fdc470a4b4fe9ce633b1 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa117000000f279d81a1d3cc75430faa017fa5a2e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x339058ca41e17b55b6dd295373c5d3cbe8000cd9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa3d4bee77b05d4a0c943877558ce21a763c4fa29 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x362bc847a3a9637d3af6624eec853618a43ed7d2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7a65cb87f596caf31a4932f074c59c0592be77d7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa21af1050f7b26e0cff45ee51548254c41ed6b5c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x284b25d8f199125da962abc9ee6e6b1b6715cae3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8fac8031e079f409135766c7d5de29cf22ef897c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf280b16ef293d8e534e370794ef26bf312694126 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x69af81e73a73b40adf4f3d4223cd9b1ece623074 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x888c1a341ce9d9ae9c2d2a75a72a7f0d2551a2dc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x465dbc39f46f9d43c581a5d90a43e4a0f2a6ff2d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x44e18207b6e98f4a786957954e462ed46b8c95be - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x70c29e99ca32592c0e88bb571b87444bb0e08e33 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8c7ac134ed985367eadc6f727d79e8295e11435c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6aa56e1d98b3805921c170eb4b3fe7d4fda6d89b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x81db1949d0e888557bc632f7c0f6698b1f8c9106 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2de1218c31a04e1040fc5501b89e3a58793b3ddf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x30ae41d5f9988d359c733232c6c693c0e645c77e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x1fc01117e196800f416a577350cb1938d10501c2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x3212dc0f8c834e4de893532d27cc9b6001684db0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0xd0cf4de352ac8dcce00bd6b93ee73d3cb272edc3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x75e6b648c91d222b2f6318e8ceeed4b691d5323f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x2a06a17cbc6d0032cac2c6696da90f29d39a1a29 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x6668d4a6605a27e5ee51eda040581155eddc6666 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x2dc90fa3a0f178ba4bee16cac5d6c9a5a7b4c6cb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x9c7beba8f6ef6643abd725e45a4e8387ef260649 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x0cf8e180350253271f4b917ccfb0accc4862f262 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x42069026eac8eee0fd9b5f7adfa4f6e6d69a2b39 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x340d2bde5eb28c1eed91b2f790723e3b160613b7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xec21890967a8ceb3e55a3f79dac4e90673ba3c2e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6900f7b42fb4abb615c938db6a26d73a9afbed69 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4c44a8b7823b80161eb5e6d80c014024752607f2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x103143acf2e717acf8f021823e86a1dbfe944fb5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6969f3a3754ab674b48b7829a8572360e98132ba - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x562e362876c8aee4744fc2c6aac8394c312d215d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd0ebfe04adb5ef449ec5874e450810501dc53ed5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2597342ff387b63846eb456419590781c4bfcdaf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4e6221c07dae8d3460a46fa01779cf17fdd72ad8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb612bfc5ce2fb1337bd29f5af24ca85dbb181ce2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc0e10854ab40b2e59a5519c481161a090f1162a0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xa7f4195f10f1a62b102bd683eab131d657a6c6e4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7e7ef0ee0305c1c195fcae22fd7b207a813eef86 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xb6212b633c941e9be168c4b9c2d9e785f1cd42fb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x139052115f8b1773cf7dcba6a553f922a2e54f69 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x3f94618ad346f34f43e27f0cf46decbb0d396b1b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf56b3b3972f2f154555a0b62ff5a22b7b2a3c90b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc08cd26474722ce93f4d0c34d16201461c10aa8c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x080c169cd58122f8e1d36713bf8bcbca45176905 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x50da645f148798f68ef2d7db7c1cb22a6819bb2c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xea1d649ddc8e2a6e6ee40b89b2997518476cafa5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xa4080f1778e69467e905b8d6f72f6e441f9e9484 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb60acd2057067dc9ed8c083f5aa227a244044fd6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd0dfca0b404e866dc9a3038bd2a545c6735d9fa9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x18a8d75f70eaead79b5a55903d036ce337f623a5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xebb66a88cedd12bfe3a289df6dfee377f2963f12 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9343e24716659a3551eb10aff9472a2dcad5db2d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfa3e941d1f6b7b10ed84a0c211bfa8aee907965e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x85bea4ee627b795a79583fcede229e198aa57055 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0c03ce270b4826ec62e7dd007f0b716068639f7b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x19706c142d33376240e418d6385f05691a5fa8e2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb3e41d6e0ea14b43bc5de3c314a408af171b03dd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x634769eb87542eaf41c0008c05d5d8f5d8bec3a5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd3c5bdbc6de5ea3899a28f6cd419f29c09fa749f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9dfad1b7102d46b1b197b90095b5c4e9f5845bba - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc8f69a9b46b235de8d0b77c355fff7994f1b090f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5200b34e6a519f289f5258de4554ebd3db12e822 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x69fd9281a920717ee54193a1c130b689ef341933 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5d56b6581d2e7e7574adce2dc593f499a53d7505 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x168168db04def453b7e8bfaff1e0102a3e810485 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x1f19d846d99a0e75581913b64510fe0e18bbc31f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x571d9b73dc04ed88b4e273e048c8d4848f83b779 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xca5ca9083702c56b481d1eec86f1776fdbd2e594 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x99f40b01ba9c469193b360f72740e416b17ac332 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0xc6bdfc4f2e90196738873e824a9efa03f7c64176 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x06480acaae64bcfa6da8fd176f60982584385090 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0c5142bc58f9a61ab8c3d2085dd2f4e550c5ce0b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xc734635cd30e882037c3f3de1ebccf9fa9d27d9f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x65e570b560027f493f2b1907e8e8e3b9546053bd - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xd1917629b3e6a72e6772aab5dbe58eb7fa3c2f33 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9e81f6495ba29a6b4d48bddd042c0598fa8abc9f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x2075f6e2147d4ac26036c9b4084f8e28b324397d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x01aac2b594f7bdbec740f0f1aa22910ebb4b74ab - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xef433ebb8ba7a486ce21b854f093b9a3f4e696bc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2bb84fd8f7ed0ffae3da36ad60d4d7840bdeeada - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xad86b91a1d1db15a4cd34d0634bbd4ecacb5b61a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4d224452801aced8b2f0aebe155379bb5d594381 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf63e309818e4ea13782678ce6c31c1234fa61809 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xe0151763455a8a021e64880c238ba1cff3787ff0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x44ff8620b8ca30902395a7bd3f2407e1a091bf73 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5640e0560e6afd6a9f4ddb41230d0201d181fea7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x88ee7a3537667958d040216d9dc1752d1274d838 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x39d5313c3750140e5042887413ba8aa6145a9bd2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xba2a3dad197d6fee75471215efd5c30c8c854e11 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3dd77d53f4fa9b3435b3a2ff6bb408771e6800e6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xf929de51d91c77e42f5090069e0ad7a09e513c73 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x74885b4d524d497261259b38900f54e6dbad2210 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0xc55e93c62874d8100dbd2dfe307edc1036ad5434 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x9c9e5fd8bbc25984b178fdce6117defa39d2db39 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xaa53b93608c88ee55fad8db4c504fa20e52642ad - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x55cd6469f597452b5a7536e2cd98fde4c1247ee4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xfe550bffb51eb645ea3b324d772a19ac449e92c5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x314d7f9e2f55b430ef656fbb98a7635d43a2261e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3b54eb78fc8103462f86976b06916fa46078b124 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1d4731111bd2a50ab3dd5178574e6f3698270ffc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7a2c5e7788e55ec0a7ba4aeec5b3da322718fb5e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x814fe70e85025bec87d4ad3f3b713bdcaac0579b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9b69667f602f15ef2d09a9a18489c788e327461e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8808434a831efea81170a56a9ddc57cc9e6de1d8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xe0c8b298db4cffe05d1bea0bb1ba414522b33c1b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x230ea9aed5d08afdb22cd3c06c47cf24ad501301 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x35d8949372d46b7a3d5a56006ae77b215fc69bc0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x535887989b9edffb63b1fd5c6b99a4d45443b49a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9ee8c380e1926730ad89e91665ff27063b13c90a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb8a914a00664e9361eae187468eff94905dfbc15 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xda2e903b0b67f30bf26bd3464f9ee1a383bbbe5f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xd6cf874e24a9f5f43075142101a6b13735cdd424 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x8c92e38eca8210f4fcbf17f0951b198dd7668292 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x9a33406165f562e16c3abd82fd1185482e01b49a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x7f65323e468939073ef3b5287c73f13951b0ff5b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x5597ce42b315f29e42071d231dcd0158da35b77b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0a14ef61afb32e5ca672e021784f71705ac14908 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0f1cfd0bb452db90a3bfc0848349463010419ab2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf3708859c178709d5319ad5405bc81511b72b9e9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xadf734e8d910d01e6528240898d895af6c22e2de - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x78a087d713be963bf307b18f2ff8122ef9a63ae9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x4287105ffac106eb98a71cab46586906181e35ff - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xb8e564b206032bbcda2c3978bc371da52152f72e - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3ecced5b416e58664f04a39dd18935eb71d33b15 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/celo/0x71e26d0e519d14591b9de9a0fe9513a398101490 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/celo/0x105d4a9306d2e55a71d2eb95b81553ae1dc20d7b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x420110d74c4c3ea14043a09e81fad53e1932f54c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd6203889c22d9fe5e938a9200f50fdffe9dd8e02 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x0a6e7ba5042b38349e437ec6db6214aec7b35676 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x6f40d4a6237c257fff2db00fa0510deeecd303eb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x3b991130eae3cca364406d718da22fa1c3e7c256 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x555907a0b5c32df0feb35401187aed60a9191d74 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4947b72fed037ade3365da050a9be5c063e605a7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xe9732d4b1e7d3789004ff029f032ba3034db059c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x556c3cbdca77a7f21afe15b17e644e0e98e64df4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xe69ccaaaea33ebfe5b76e0dd373cd9a1a31fd410 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9aab071b4129b083b01cb5a0cb513ce7eca26fa5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x5ff0d2de4cd862149c6672c99b7edf3b092667a3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x96a5399d07896f757bd4c6ef56461f58db951862 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x0d5105ec5bbbf17dba7a87e1aed2c2c15394a9e2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x00000000ea00f3f4000e7ed5ed91965b19f1009b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x5117f4ad0bc70dbb3b05bf39a1ec1ee40dd67654 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x4be87c766a7ce11d5cc864b6c3abb7457dcc4cc9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x16a500aec6c37f84447ef04e66c57cfc6254cf92 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x9f6abbf0ba6b5bfa27f4deb6597cc6ec20573fda - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x5465145a47260d5e715733997333a175d97285bb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x93890f346c5d02c3863a06657bc72555dc72c527 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x1d1498166ddceee616a6d99868e1e0677300056f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x1d734a02ef1e1f5886e66b0673b71af5b53ffa94 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x4c3bf0a3de9524af68327d1d2558a3b70d17d42a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x36912b5cf63e509f18e53ac98b3012fa79e77bf5 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x858c50c3af1913b0e849afdb74617388a1a5340d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x92dc4ab92eb16e781559e612f349916988013d5a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x548f93779fbc992010c07467cbaf329dd5f059b7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xd1412d909f67b8db7505ddfcf26cf2303f4b1bb4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xfb1aaba03c31ea98a3eec7591808acb1947ee7ac - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x9562e2063122eaa4d7c2d786e7ca2610d70ca8b8 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x699ec925118567b6475fe495327ba0a778234aaa - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x37d299d9900209c3566254cfe59bfe6ff8f8c295 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x128f3e482f5bd5f08fe1b216e60ec0a6013deab9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x554fb3b6c1cf4a3cef49779ced321ca51c667d7d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x8578a8716013c390b95db73065922f512783e2cf - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xf5809f3348ff40906bb509f936aba43e6d1961ab - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x11920f139a3121c2836e01551d43f95b3c31159c - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x45940000009600102a1c002f0097c4a500fa00ab - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x4debfb9ed639144cf1e401674af361ffffcefb58 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x0cfc9a713a5c17bc8a5ff0379467f6558bacd0e0 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0fd7a301b51d0a83fcaf6718628174d527b373b6 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1bc0c42215582d5a085795f4badbac3ff36d1bcb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3c4b6cd7874edc945797123fce2d9a871818524b - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x64cb1bafc59bf93aeb90676885c63540cf4f4106 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xe8aae6251c6cf39927b0ff31399030c60bec798f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3d1d651761d535df881740ab50ba4bd8a2ec2c00 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8216e8143902a8fe0b676006bc25eb23829c123d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xce7de646e7208a4ef112cb6ed5038fa6cc6b12e3 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x947950bcc74888a40ffa2593c5798f11fc9124c4 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x9f9bb3d5af7cc774f9b6adf66e32859b5a998952 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x7a56e1c57c7475ccf742a1832b028f0456652f97 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x58d97b57bb95320f9a05dc918aef65434969c2b2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xc785698504a70be37d0e939a4c5326f8eddd5beb - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4955f6641bf9c8c163604c321f4b36e988698f75 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x473f4068073cd5b2ab0e4cc8e146f9edc6fb52cc - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x16c22a91c705ec3c2d5945dbe2aca37924f1d2ed - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xac1d3d7a8878e655cbb063d58e453540641f4117 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xb72e76ccf005313868db7b48070901a44629da98 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0xa71e2738704e367798baa2755af5a10499634953 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x8697841b82c71fcbd9e58c15f6de68cd1c63fd02 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x7dff72693f6a4149b17e7c6314655f6a9f7c8b33 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x650af3c15af43dcb218406d30784416d64cfb6b2 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/optimism/0x3c8b650257cfb5f272f799f5e2b4e65093a11a05 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xe4feab21b42919c5c960ed2b4bdffc521e26881f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xc3ec80343d2bae2f8e680fdadde7c17e71e114ea - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x9c2c5fd7b07e95ee044ddeba0e97a665f142394f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x0db510e79909666d6dec7f5e49370838c16d950f - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x599f07567656e6961e20fa6a90685d393808c192 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x4f9fd6be4a90f2620860d680c0d4d5fb53d1a825 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1185cb5122edad199bdbc0cbd7a0457e448f23c7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xb488fcb23333e7baa28d1dfd7b69a5d3a8bfeb3a - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x2c8c89c442436cc6c0a77943e09c8daf49da3161 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x91ad1b44913cd1b8241a4ff1e2eaa198da6bf4c9 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xa0a2e84f6f19c09a095d4a83ac8de5a32d303a13 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x1db0c569ebb4a8b57ac01833b9792f526305e062 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x8a638ea79f71f3b91bdc96bbdf9fb27c93013d60 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x731814e491571a2e9ee3c5b1f7f3b962ee8f4870 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x2c002ffec41568d138acc36f5894d6156398d539 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x33d13d537609841ce6c42d6fd775dc33e3833411 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x11d41056ff636107dd710ec4ea772490a710cdb7 - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0x2859e4544c4bb03966803b044a93563bd2d0dd4d - 2024-11-22T21:32:20.173Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x77777feddddffc19ff86db637967013e6c6a116c - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xfd418e42783382e86ae91e445406600ba144d162 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4f7d2d728ce137dd01ec63ef7b225805c7b54575 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x2e44f3f609ff5aa4819b323fd74690f07c3607c4 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x19e1f2f837a3b90ebd0730cb6111189be0e1b6d6 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0xd55210bb6898c021a19de1f58d27b71f095921ee - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x823556202e86763853b40e9cde725f412e294689 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x4d1c297d39c5c1277964d0e3f8aa901493664530 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/ethereum/0x864cb5194722d5a1596f4be8b899916d30dad8d8 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x4a24b101728e07a52053c13fb4db2bcf490cabc3 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/arbitrum/0x79ead7a012d97ed8deece279f9bc39e264d7eef9 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xd566c529b33ecf15170f600d4b1ab12468c8efc6 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x3b7e1ce09afe2bb3a23919afb65a38e627cfbe97 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0xaa404804ba583c025fa64c9a276a6127ceb355c6 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/polygon/0x1a3acf6d19267e2d3e7f898f42803e90c9219062 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x6b2504a03ca4d43d0d73776f6ad46dab2f2a4cfd - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x98d59767cd1335071a4e9b9d3482685c915131e8 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x354d6890caa31a5e28b6059d46781f40880786a6 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x30121d81f4407474a6d93f5c3060f14aaa098a61 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x5d9c2457a10d455e0ad8e28e40cc28eacf27a06a - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xac27fa800955849d6d17cc8952ba9dd6eaa66187 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xe2b1dc2d4a3b4e59fdf0c47b71a7a86391a8b35a - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xd2699f9fddc04d262a819808f561c153098c2408 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x23a96680ccde03bd4bdd9a3e9a0cb56a5d27f7c9 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0x3c5fdf0ee37d62c774025599e3b692d027746e24 - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/base/0xf31e6d62bfc485857af2186eb3d8ee94b4379fed - 2024-11-27T21:34:34.884Z - 0.8 - - - https://app.uniswap.org/explore/tokens/bnb/0xcf6bb5389c92bdda8a3747ddb454cb7a64626c63 - 2024-11-27T21:34:34.884Z + 2024-05-20T17:20:52.753Z 0.8 \ No newline at end of file diff --git a/apps/web/src/components/AnimatedDropdown/index.test.tsx b/apps/web/src/components/AnimatedDropdown/index.test.tsx new file mode 100644 index 00000000000..15313e68bdc --- /dev/null +++ b/apps/web/src/components/AnimatedDropdown/index.test.tsx @@ -0,0 +1,30 @@ +import AnimatedDropdown from 'components/AnimatedDropdown' +import { render, screen, waitFor } from 'test-utils/render' + +describe('AnimatedDropdown', () => { + it('does not render children when closed', () => { + render(Body) + expect(screen.getByText('Body')).not.toBeVisible() + }) + + it('renders children when open', () => { + render(Body) + expect(screen.getByText('Body')).toBeVisible() + }) + + it('animates when open changes', async () => { + const { rerender } = render(Body) + + const body = screen.getByText('Body') + + expect(body).not.toBeVisible() + + rerender(Body) + expect(body).not.toBeVisible() + + // wait for React Spring animation to finish + await waitFor(() => { + expect(body).toBeVisible() + }) + }) +}) diff --git a/apps/web/src/components/AnimatedDropdown/index.tsx b/apps/web/src/components/AnimatedDropdown/index.tsx new file mode 100644 index 00000000000..ad136525b45 --- /dev/null +++ b/apps/web/src/components/AnimatedDropdown/index.tsx @@ -0,0 +1,38 @@ +import { useRef } from 'react' +import { UseSpringProps, animated, easings, useSpring } from 'react-spring' +import { TRANSITION_DURATIONS } from 'theme/styles' +import useResizeObserver from 'use-resize-observer' + +type AnimatedDropdownProps = React.PropsWithChildren<{ open: boolean; springProps?: UseSpringProps }> +/** + * @param open conditional to show content or hide + * @param springProps additional props to include in spring animation + * @returns Wrapper to smoothly hide and expand content + */ +export default function AnimatedDropdown({ open, springProps, children }: AnimatedDropdownProps) { + const wasOpen = useRef(open) + const { ref, height } = useResizeObserver() + + const props = useSpring({ + // On initial render, `height` will be undefined as ref has not been set yet. + // If the dropdown should be open, we fallback to `auto` to avoid flickering. + // Otherwise, we just animate between actual height (when open) and 0 (when closed). + height: open ? height ?? 'auto' : 0, + config: { + easing: open ? easings.easeInCubic : easings.easeOutCubic, + // Avoid animating if `open` is unchanged, so that nested AnimatedDropdowns don't stack and delay animations. + duration: open === wasOpen.current ? 0 : TRANSITION_DURATIONS.medium, + }, + onStart: () => { + wasOpen.current = open + }, + ...springProps, + }) + return ( + +
{children}
+
+ ) +} diff --git a/apps/web/src/components/ConfirmSwapModal/Modal.tsx b/apps/web/src/components/ConfirmSwapModal/Modal.tsx index e7fe6fd78dc..a046ef41dfb 100644 --- a/apps/web/src/components/ConfirmSwapModal/Modal.tsx +++ b/apps/web/src/components/ConfirmSwapModal/Modal.tsx @@ -1,11 +1,27 @@ import { InterfaceModalName } from '@uniswap/analytics-events' +import { ConfirmModalState } from 'components/ConfirmSwapModal' import Modal from 'components/Modal' import { AutoColumn } from 'components/deprecated/Column' import styled from 'lib/styled-components' -import { PropsWithChildren } from 'react' -import { HeightAnimator } from 'ui/src' +import { PropsWithChildren, useRef } from 'react' +import { animated, easings, useSpring } from 'react-spring' +import { TRANSITION_DURATIONS } from 'theme/styles' import Trace from 'uniswap/src/features/telemetry/Trace' +import useResizeObserver from 'use-resize-observer' +const AnimatedContainer = styled(animated.div)` + width: 100%; + height: auto; + min-width: min-content; + will-change: height; + overflow: hidden; + border-radius: 20px; + background-color: ${({ theme }) => theme.surface1}; + @media screen and (max-width: ${({ theme }) => theme.breakpoint.sm}px) { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + } +` const Content = styled(AutoColumn)` background-color: ${({ theme }) => theme.surface1}; width: 100%; @@ -15,27 +31,36 @@ const Content = styled(AutoColumn)` export function SwapModal({ children, + confirmModalState, onDismiss, }: PropsWithChildren<{ + confirmModalState: ConfirmModalState onDismiss: () => void }>) { + const prevConfirmModalState = useRef(confirmModalState) + const { ref, height } = useResizeObserver() + const springProps = useSpring({ + height, + onRest: () => (prevConfirmModalState.current = confirmModalState), + config: { + mass: 1.2, + tension: 300, + friction: 30, + clamp: true, + velocity: 0.01, + duration: TRANSITION_DURATIONS.medium, + easing: easings.easeInOutCubic, + }, + }) + return ( - - {children} - + +
+ {children} +
+
) diff --git a/apps/web/src/components/ConfirmSwapModal/index.tsx b/apps/web/src/components/ConfirmSwapModal/index.tsx index 0ae25a3b899..3d731feb9e3 100644 --- a/apps/web/src/components/ConfirmSwapModal/index.tsx +++ b/apps/web/src/components/ConfirmSwapModal/index.tsx @@ -194,7 +194,7 @@ export function ConfirmSwapModal({ return ( // Wrapping in a new theme provider resets any color extraction overriding on the current page. Swap modal should use default/non-overridden theme. - + {/* Head section displays title, help button, close icon */} { Body , ) - expect(screen.queryByText('Body')).not.toBeNull() + expect(screen.queryByText('Body')).toBeVisible() }) it('calls `onToggle` when button is pressed', () => { diff --git a/apps/web/src/components/Expand/index.tsx b/apps/web/src/components/Expand/index.tsx index aa3303a3209..3ab9443c6a1 100644 --- a/apps/web/src/components/Expand/index.tsx +++ b/apps/web/src/components/Expand/index.tsx @@ -1,9 +1,9 @@ +import AnimatedDropdown from 'components/AnimatedDropdown' import Column from 'components/deprecated/Column' import Row, { RowBetween } from 'components/deprecated/Row' import styled from 'lib/styled-components' import { PropsWithChildren, ReactElement } from 'react' import { ChevronDown } from 'react-feather' -import { HeightAnimator } from 'ui/src' import { iconSizes } from 'ui/src/theme' const ButtonContainer = styled(Row)` @@ -53,9 +53,9 @@ export default function Expand({ - + {children} - + ) } diff --git a/apps/web/src/components/IncreaseLiquidity/IncreaseLiquidityTxContext.tsx b/apps/web/src/components/IncreaseLiquidity/IncreaseLiquidityTxContext.tsx index 45c63ad2558..9b235edad63 100644 --- a/apps/web/src/components/IncreaseLiquidity/IncreaseLiquidityTxContext.tsx +++ b/apps/web/src/components/IncreaseLiquidity/IncreaseLiquidityTxContext.tsx @@ -14,6 +14,7 @@ import { IncreasePositionTxAndGasInfo, LiquidityTransactionType, } from 'uniswap/src/features/transactions/liquidity/types' +import { getTradeSettingsDeadline } from 'uniswap/src/features/transactions/swap/form/utils' import { useSwapSettingsContext } from 'uniswap/src/features/transactions/swap/settings/contexts/SwapSettingsContext' import { validatePermit, validateTransactionRequest } from 'uniswap/src/features/transactions/swap/utils/trade' import { ONE_SECOND_MS } from 'utilities/src/time/time' @@ -104,6 +105,8 @@ export function IncreaseLiquidityTxContextProvider({ children }: PropsWithChildr return undefined } + const deadline = getTradeSettingsDeadline(customDeadline) + return { simulateTransaction: !approvalsNeeded, protocol: apiProtocolItems, @@ -130,9 +133,10 @@ export function IncreaseLiquidityTxContextProvider({ children }: PropsWithChildr hooks: positionInfo.v4hook, }, }, + deadline, slippageTolerance: customSlippageTolerance, } - }, [account, positionInfo, pool, currencyAmounts, approvalsNeeded, customSlippageTolerance]) + }, [account, positionInfo, pool, currencyAmounts, approvalsNeeded, customDeadline, customSlippageTolerance]) const { data: increaseCalldata, @@ -141,8 +145,7 @@ export function IncreaseLiquidityTxContextProvider({ children }: PropsWithChildr refetch: calldataRefetch, } = useIncreaseLpPositionCalldataQuery({ params: increaseCalldataQueryParams, - deadlineInMinutes: customDeadline, - refetchInterval: 5 * ONE_SECOND_MS, + staleTime: 5 * ONE_SECOND_MS, }) const { increase, gasFee: actualGasFee } = increaseCalldata || {} diff --git a/apps/web/src/components/IncreaseLiquidity/hooks.tsx b/apps/web/src/components/IncreaseLiquidity/hooks.tsx index c0865854e6f..613a5f0444a 100644 --- a/apps/web/src/components/IncreaseLiquidity/hooks.tsx +++ b/apps/web/src/components/IncreaseLiquidity/hooks.tsx @@ -30,9 +30,7 @@ export function useDerivedIncreaseLiquidityInfo(state: IncreaseLiquidityState): token0, token1, exactField, - exactAmounts: { - [exactField]: exactAmount, - }, + exactAmount, deposit0Disabled: false, deposit1Disabled: false, } @@ -55,9 +53,7 @@ export function useDerivedIncreaseLiquidityInfo(state: IncreaseLiquidityState): token0, token1, exactField, - exactAmounts: { - [exactField]: exactAmount, - }, + exactAmount, deposit0Disabled, deposit1Disabled, } @@ -73,9 +69,7 @@ export function useDerivedIncreaseLiquidityInfo(state: IncreaseLiquidityState): token0: currency0, token1: currency1, exactField, - exactAmounts: { - [exactField]: exactAmount, - }, + exactAmount, deposit0Disabled, deposit1Disabled, } @@ -84,7 +78,6 @@ export function useDerivedIncreaseLiquidityInfo(state: IncreaseLiquidityState): return { protocolVersion: ProtocolVersion.UNSPECIFIED, exactField, - exactAmounts: {}, } }, [account.address, exactAmount, exactField, positionInfo, currency0, currency1, token0, token1]) diff --git a/apps/web/src/components/Liquidity/HookModal.tsx b/apps/web/src/components/Liquidity/HookModal.tsx index 8beb87761a5..41c69f0b3b3 100644 --- a/apps/web/src/components/Liquidity/HookModal.tsx +++ b/apps/web/src/components/Liquidity/HookModal.tsx @@ -162,7 +162,7 @@ export function HookModal({ {hasDangerous ? t('position.hook.warningInfo') : t('position.addingHook.disclaimer')} - + diff --git a/apps/web/src/components/Liquidity/types.ts b/apps/web/src/components/Liquidity/types.ts index ec706826dca..4ee35edbb83 100644 --- a/apps/web/src/components/Liquidity/types.ts +++ b/apps/web/src/components/Liquidity/types.ts @@ -11,9 +11,7 @@ import { UniverseChainId } from 'uniswap/src/features/chains/types' export interface DepositState { exactField: PositionField - exactAmounts: { - [field in PositionField]?: string - } + exactAmount?: string } export type DepositContextType = { diff --git a/apps/web/src/components/RemoveLiquidity/hooks.ts b/apps/web/src/components/RemoveLiquidity/hooks.ts index f69f717ec49..c36d331b00d 100644 --- a/apps/web/src/components/RemoveLiquidity/hooks.ts +++ b/apps/web/src/components/RemoveLiquidity/hooks.ts @@ -15,6 +15,7 @@ import { ProtocolItems, } from 'uniswap/src/data/tradingApi/__generated__' import { useTransactionGasFee, useUSDCurrencyAmountOfGasFee } from 'uniswap/src/features/gas/hooks' +import { getTradeSettingsDeadline } from 'uniswap/src/features/transactions/swap/form/utils' import { useSwapSettingsContext } from 'uniswap/src/features/transactions/swap/settings/contexts/SwapSettingsContext' import { ONE_SECOND_MS } from 'utilities/src/time/time' @@ -67,6 +68,8 @@ export function useRemoveLiquidityTxAndGasInfo({ account }: { account?: string } return undefined } + const deadline = getTradeSettingsDeadline(customDeadline) + return { simulateTransaction: !approvalsNeeded, protocol: apiProtocolItems, @@ -104,6 +107,7 @@ export function useRemoveLiquidityTxAndGasInfo({ account }: { account?: string } hooks: positionInfo.v4hook, }, }, + deadline, slippageTolerance: customSlippageTolerance, } }, [ @@ -115,6 +119,7 @@ export function useRemoveLiquidityTxAndGasInfo({ account }: { account?: string } approvalsNeeded, feeValue0, feeValue1, + customDeadline, customSlippageTolerance, ]) @@ -125,8 +130,7 @@ export function useRemoveLiquidityTxAndGasInfo({ account }: { account?: string } refetch: calldataRefetch, } = useDecreaseLpPositionCalldataQuery({ params: decreaseCalldataQueryParams, - deadlineInMinutes: customDeadline, - refetchInterval: 5 * ONE_SECOND_MS, + staleTime: 5 * ONE_SECOND_MS, }) const { value: estimatedGasFee } = useTransactionGasFee(decreaseCalldata?.decrease, !!decreaseCalldata?.gasFee) diff --git a/apps/web/src/components/Settings/MaxSlippageSettings/index.test.tsx b/apps/web/src/components/Settings/MaxSlippageSettings/index.test.tsx index cbcdabe702f..0960fa60158 100644 --- a/apps/web/src/components/Settings/MaxSlippageSettings/index.test.tsx +++ b/apps/web/src/components/Settings/MaxSlippageSettings/index.test.tsx @@ -31,7 +31,7 @@ describe('MaxSlippageSettings', () => { it('is expanded by default when custom slippage is set', () => { store.dispatch(updateUserSlippageTolerance({ userSlippageTolerance: 10 })) renderSlippageSettings() - expect(getSlippageInput()).not.toBeNull() + expect(getSlippageInput()).toBeVisible() }) it('does not render auto slippage as a value, but a placeholder', () => { renderSlippageSettings() diff --git a/apps/web/src/components/Settings/TransactionDeadlineSettings/index.test.tsx b/apps/web/src/components/Settings/TransactionDeadlineSettings/index.test.tsx index 239bd75f881..64298550eb1 100644 --- a/apps/web/src/components/Settings/TransactionDeadlineSettings/index.test.tsx +++ b/apps/web/src/components/Settings/TransactionDeadlineSettings/index.test.tsx @@ -23,7 +23,7 @@ describe('TransactionDeadlineSettings', () => { it('is expanded by default when custom deadline is set', () => { store.dispatch(updateUserDeadline({ userDeadline: DEFAULT_DEADLINE_FROM_NOW * 2 })) renderTransactionDeadlineSettings() - expect(getDeadlineInput()).not.toBeNull() + expect(getDeadlineInput()).toBeVisible() }) it('does not render default deadline as a value, but a placeholder', () => { renderTransactionDeadlineSettings() diff --git a/apps/web/src/components/Settings/index.tsx b/apps/web/src/components/Settings/index.tsx index d7e9391e90d..67e5af87607 100644 --- a/apps/web/src/components/Settings/index.tsx +++ b/apps/web/src/components/Settings/index.tsx @@ -1,12 +1,13 @@ import { Percent } from '@uniswap/sdk-core' import { Scrim } from 'components/AccountDrawer' +import AnimatedDropdown from 'components/AnimatedDropdown' +import Column, { AutoColumn } from 'components/deprecated/Column' +import Row from 'components/deprecated/Row' import MaxSlippageSettings from 'components/Settings/MaxSlippageSettings' import MenuButton from 'components/Settings/MenuButton' import MultipleRoutingOptions from 'components/Settings/MultipleRoutingOptions' import RouterPreferenceSettings from 'components/Settings/RouterPreferenceSettings' import TransactionDeadlineSettings from 'components/Settings/TransactionDeadlineSettings' -import Column, { AutoColumn } from 'components/deprecated/Column' -import Row from 'components/deprecated/Row' import { useIsMobile } from 'hooks/screenSize/useIsMobile' import useDisableScrolling from 'hooks/useDisableScrolling' import { useIsUniswapXSupportedChain } from 'hooks/useIsUniswapXSupportedChain' @@ -21,7 +22,6 @@ import { InterfaceTrade } from 'state/routing/types' import { isUniswapXTrade } from 'state/routing/utils' import { Divider, ThemedText } from 'theme/components' import { Z_INDEX } from 'theme/zIndex' -import { HeightAnimator } from 'ui/src' import { useIsSupportedChainId } from 'uniswap/src/features/chains/hooks/useSupportedChainId' import { isL2ChainId } from 'uniswap/src/features/chains/utils' import { FeatureFlags } from 'uniswap/src/features/gating/flags' @@ -149,13 +149,13 @@ export default function SettingsTab({ )} - + {showRoutingSettings && } {showDeadlineSettings && } - + {multipleRoutingOptionsEnabled && ( <> {!isUniswapXTrade(trade) && } diff --git a/apps/web/src/components/deprecated/Box.ts b/apps/web/src/components/deprecated/Box.ts index 070d9eb6e2a..2fc0e6d2b3d 100644 --- a/apps/web/src/components/deprecated/Box.ts +++ b/apps/web/src/components/deprecated/Box.ts @@ -2,6 +2,7 @@ import clsx, { ClassValue } from 'clsx' import { Atoms, atoms } from 'nft/css/atoms' import { sprinkles } from 'nft/css/sprinkles.css' import * as React from 'react' +import { animated } from 'react-spring' type HTMLProperties = Omit< React.AllHTMLAttributes, @@ -39,6 +40,11 @@ export const Box = React.forwardRef(({ as = 'div', className }) }) +// We get this error around the codebase: https://github.com/microsoft/TypeScript/issues/34933 +// so you see ts-ignore almost everywhere this component is used +// since we are going to deprecate vanilla-extract, this will be `any` for now +export const AnimatedBox: any = animated(Box) as any + export type BoxProps = Parameters[0] Box.displayName = 'Box' diff --git a/apps/web/src/components/swap/SwapDetails.tsx b/apps/web/src/components/swap/SwapDetails.tsx index be277c2c3f1..b461e7fe79f 100644 --- a/apps/web/src/components/swap/SwapDetails.tsx +++ b/apps/web/src/components/swap/SwapDetails.tsx @@ -2,6 +2,7 @@ import { InterfaceElementName, SwapEventName } from '@uniswap/analytics-events' import { Percent } from '@uniswap/sdk-core' import { ReactComponent as ExpandoIconClosed } from 'assets/svg/expando-icon-closed.svg' import { ReactComponent as ExpandoIconOpened } from 'assets/svg/expando-icon-opened.svg' +import AnimatedDropdown from 'components/AnimatedDropdown' import { ButtonError, SmallButtonPrimary } from 'components/Button/buttons' import Column from 'components/deprecated/Column' import Row, { AutoRow, RowBetween, RowFixed } from 'components/deprecated/Row' @@ -20,7 +21,7 @@ import { InterfaceTrade, LimitOrderTrade, RouterPreference } from 'state/routing import { isClassicTrade, isLimitTrade } from 'state/routing/utils' import { useRouterPreference, useUserSlippageTolerance } from 'state/user/hooks' import { ExternalLink, Separator, ThemedText } from 'theme/components' -import { HeightAnimator, SpinningLoader } from 'ui/src' +import { SpinningLoader } from 'ui/src' import Trace from 'uniswap/src/features/telemetry/Trace' import { Trans, t } from 'uniswap/src/i18n' import { useTrace } from 'utilities/src/telemetry/trace/TraceContext' @@ -306,14 +307,23 @@ function ExpandableLineItems(props: { const lineItemProps = { trade, allowedSlippage, syncing: false, open, priceImpact } return ( - + - + ) } diff --git a/apps/web/src/components/swap/SwapDetailsDropdown.tsx b/apps/web/src/components/swap/SwapDetailsDropdown.tsx index 07a72fff23c..3d5103083a0 100644 --- a/apps/web/src/components/swap/SwapDetailsDropdown.tsx +++ b/apps/web/src/components/swap/SwapDetailsDropdown.tsx @@ -1,5 +1,6 @@ import { InterfaceElementName, SwapEventName } from '@uniswap/analytics-events' import { Percent } from '@uniswap/sdk-core' +import AnimatedDropdown from 'components/AnimatedDropdown' import { LoadingOpacityContainer } from 'components/Loader/styled' import Column from 'components/deprecated/Column' import { RowBetween, RowFixed } from 'components/deprecated/Row' @@ -13,7 +14,6 @@ import { ChevronDown } from 'react-feather' import { InterfaceTrade } from 'state/routing/types' import { isSubmittableTrade } from 'state/routing/utils' import { ThemedText } from 'theme/components' -import { HeightAnimator } from 'ui/src' import Trace from 'uniswap/src/features/telemetry/Trace' import { Trans } from 'uniswap/src/i18n' import { useTrace } from 'utilities/src/telemetry/trace/TraceContext' @@ -106,7 +106,7 @@ function AdvancedSwapDetails(props: SwapDetailsProps & { open: boolean }) { const lineItemProps = { trade, allowedSlippage, format, syncing, priceImpact } return ( - + @@ -117,6 +117,6 @@ function AdvancedSwapDetails(props: SwapDetailsProps & { open: boolean }) { - + ) } diff --git a/apps/web/src/components/swap/__snapshots__/SwapDetails.test.tsx.snap b/apps/web/src/components/swap/__snapshots__/SwapDetails.test.tsx.snap index d977cd3c8ee..00e5744f82c 100644 --- a/apps/web/src/components/swap/__snapshots__/SwapDetails.test.tsx.snap +++ b/apps/web/src/components/swap/__snapshots__/SwapDetails.test.tsx.snap @@ -432,12 +432,9 @@ exports[`SwapDetails.tsx matches base snapshot, test trade exact input 1`] = `
-
+
@@ -1036,12 +1033,9 @@ exports[`SwapDetails.tsx renders a preview trade while disabling submission 1`]
-
+
diff --git a/apps/web/src/components/swap/__snapshots__/SwapDetailsDropdown.test.tsx.snap b/apps/web/src/components/swap/__snapshots__/SwapDetailsDropdown.test.tsx.snap index 6a21315931a..35347a736b3 100644 --- a/apps/web/src/components/swap/__snapshots__/SwapDetailsDropdown.test.tsx.snap +++ b/apps/web/src/components/swap/__snapshots__/SwapDetailsDropdown.test.tsx.snap @@ -341,12 +341,9 @@ exports[`SwapDetailsDropdown.tsx renders a trade 1`] = `
-
+
{ }) it('contains all coins for celo', () => { const symbols = COMMON_BASES[UniverseChainId.Celo].map((coin) => coin.currency.symbol) - expect(symbols).toEqual(['CELO', 'USDC']) + expect(symbols).toEqual(['CELO', 'cEUR', 'cUSD', 'ETH', 'USDC', 'WBTC']) }) it('contains all coins for bsc', () => { const symbols = COMMON_BASES[UniverseChainId.Bnb].map((coin) => coin.currency.symbol) - expect(symbols).toEqual(['BNB', 'DAI', 'USDC', 'USDT', 'ETH', 'BUSD']) + expect(symbols).toEqual(['BNB', 'DAI', 'USDC', 'USDT', 'ETH', 'BTCB', 'BUSD']) }) }) }) diff --git a/apps/web/src/hooks/Tokens.ts b/apps/web/src/hooks/Tokens.ts index 93d45517f46..3efe8cad12f 100644 --- a/apps/web/src/hooks/Tokens.ts +++ b/apps/web/src/hooks/Tokens.ts @@ -19,7 +19,6 @@ export function useCurrency(address?: string, chainId?: UniverseChainId, skip?: } /** - * @deprecated useCurrencyInfo from packages/uniswap instead * Returns a CurrencyInfo from the tokenAddress+chainId pair. */ export function useCurrencyInfo(currency?: Currency, chainId?: UniverseChainId, skip?: boolean): Maybe diff --git a/apps/web/src/hooks/usePoolTickData.ts b/apps/web/src/hooks/usePoolTickData.ts index 5040f5a9253..be15c9a170f 100644 --- a/apps/web/src/hooks/usePoolTickData.ts +++ b/apps/web/src/hooks/usePoolTickData.ts @@ -243,25 +243,7 @@ export function usePoolActiveLiquidity({ } } - let sdkPrice - try { - sdkPrice = tickToPrice(token0, token1, activeTick) - } catch (e) { - logger.debug('usePoolTickData', 'usePoolActiveLiquidity', 'Error getting price', { - error: e, - token0: token0.address, - token1: token1.address, - chainId: token0.chainId, - }) - - return { - isLoading, - error, - activeTick, - data: undefined, - } - } - + const sdkPrice = tickToPrice(token0, token1, activeTick) const activeTickProcessed: TickProcessed = { liquidityActive: JSBI.BigInt(pool?.liquidity ?? 0), tick: activeTick, diff --git a/apps/web/src/hooks/usePositionOwner.ts b/apps/web/src/hooks/usePositionOwner.ts deleted file mode 100644 index 029868acfc0..00000000000 --- a/apps/web/src/hooks/usePositionOwner.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { BigNumber } from '@ethersproject/bignumber' -// eslint-disable-next-line no-restricted-imports -import { ProtocolVersion } from '@uniswap/client-pools/dist/pools/v1/types_pb' -import { useTokenContract } from 'hooks/useContract' -import { TokenId, useNFTPositionManagerContract } from 'hooks/usePositionTokenURI' -import JSBI from 'jsbi' -import { useSingleCallResult } from 'lib/hooks/multicall' -import { UniverseChainId } from 'uniswap/src/features/chains/types' -import { Address } from 'viem' - -export function usePositionOwner( - tokenId: TokenId | undefined, - chainId?: UniverseChainId, - version?: ProtocolVersion, -): string | undefined { - const contract = useNFTPositionManagerContract(version ?? ProtocolVersion.V3, chainId) - const input = tokenId instanceof BigNumber ? tokenId.toHexString() : tokenId?.toString(16) - return useSingleCallResult(tokenId ? contract : null, 'ownerOf', [input]).result?.[0] -} - -export function usePositionOwnerV2( - account: Address | undefined, - address: string | null, - chainId?: UniverseChainId, -): boolean { - const contract = useTokenContract(address ?? undefined, false, chainId) - const resultBalance = useSingleCallResult(contract, 'balanceOf', [account ?? undefined]).result?.[0].toString() - const isOwner = resultBalance ? JSBI.GT(JSBI.BigInt(resultBalance), JSBI.BigInt(0)) : false - - return isOwner -} diff --git a/apps/web/src/hooks/usePositionTokenURI.ts b/apps/web/src/hooks/usePositionTokenURI.ts index c382689c5fe..d0f8ee5ff7f 100644 --- a/apps/web/src/hooks/usePositionTokenURI.ts +++ b/apps/web/src/hooks/usePositionTokenURI.ts @@ -9,7 +9,7 @@ import { Erc721 } from 'uniswap/src/abis/types/Erc721' import { NonfungiblePositionManager } from 'uniswap/src/abis/types/v3/NonfungiblePositionManager' import { UniverseChainId } from 'uniswap/src/features/chains/types' -export type TokenId = number | JSBI | BigNumber +type TokenId = number | JSBI | BigNumber const STARTS_WITH = 'data:application/json;base64,' @@ -32,7 +32,7 @@ type UsePositionTokenURIResult = loading: true } -export function useNFTPositionManagerContract( +function useNFTPositionManagerContract( version: ProtocolVersion, chainId?: UniverseChainId, ): NonfungiblePositionManager | Erc721 | null { diff --git a/apps/web/src/nft/components/collection/CollectionNfts.tsx b/apps/web/src/nft/components/collection/CollectionNfts.tsx index fcef334bd60..3da3b209b0d 100644 --- a/apps/web/src/nft/components/collection/CollectionNfts.tsx +++ b/apps/web/src/nft/components/collection/CollectionNfts.tsx @@ -3,7 +3,7 @@ import { parseEther } from '@ethersproject/units' import { InterfaceElementName, NFTEventName } from '@uniswap/analytics-events' import clsx from 'clsx' import { OpacityHoverState } from 'components/Common/styles' -import { Box } from 'components/deprecated/Box' +import { AnimatedBox, Box } from 'components/deprecated/Box' import { ASSET_PAGE_SIZE, AssetFetcherParams, useNftAssets } from 'graphql/data/nft/Asset' import { useIsMobile } from 'hooks/screenSize/useIsMobile' import { useScreenSize } from 'hooks/screenSize/useScreenSize' @@ -489,7 +489,7 @@ export const CollectionNfts = ({ contractAddress, collectionStats, rarityVerifie return ( <> - - + {loading ? ( diff --git a/apps/web/src/nft/components/profile/view/FilterSidebar.tsx b/apps/web/src/nft/components/profile/view/FilterSidebar.tsx index 8f848dd7259..8d7525df7b1 100644 --- a/apps/web/src/nft/components/profile/view/FilterSidebar.tsx +++ b/apps/web/src/nft/components/profile/view/FilterSidebar.tsx @@ -1,6 +1,6 @@ import { ScrollBarStyles } from 'components/Common/styles' import { LoadingBubble } from 'components/Tokens/loading' -import { Box } from 'components/deprecated/Box' +import { AnimatedBox, Box } from 'components/deprecated/Box' import { useIsMobile } from 'hooks/screenSize/useIsMobile' import styled from 'lib/styled-components' import { Column, Row } from 'nft/components/Flex' @@ -13,10 +13,12 @@ import { themeVars } from 'nft/css/sprinkles.css' import { useFiltersExpanded, useWalletCollections } from 'nft/hooks' import { WalletCollection } from 'nft/types' import { CSSProperties, Dispatch, FormEvent, SetStateAction, useCallback, useEffect, useMemo, useState } from 'react' +import { easings, useSpring } from 'react-spring' import AutoSizer from 'react-virtualized-auto-sizer' import { FixedSizeList, ListOnItemsRenderedProps } from 'react-window' import InfiniteLoader from 'react-window-infinite-loader' import { ThemedText } from 'theme/components' +import { TRANSITION_DURATIONS } from 'theme/styles' import { LabeledCheckbox } from 'ui/src' import noop from 'utilities/src/react/noop' @@ -79,13 +81,22 @@ export const FilterSidebar = ({ const [isFiltersExpanded, setFiltersExpanded] = useFiltersExpanded() const isMobile = useIsMobile() + const { sidebarX } = useSpring({ + sidebarX: isFiltersExpanded ? 0 : -360, + config: { + duration: TRANSITION_DURATIONS.medium, + easing: easings.easeOutSine, + }, + }) + const hideSearch = useMemo( () => (walletCollections && walletCollections?.length >= WALLET_COLLECTIONS_PAGINATION_LIMIT) || isFetchingNextPage, [walletCollections, isFetchingNextPage], ) return ( - `translateX(${x}px)`) }} + background="surface2" > - + ) } diff --git a/apps/web/src/nft/components/profile/view/ProfilePage.tsx b/apps/web/src/nft/components/profile/view/ProfilePage.tsx index ac5a2fbf0b7..c1c0d4948df 100644 --- a/apps/web/src/nft/components/profile/view/ProfilePage.tsx +++ b/apps/web/src/nft/components/profile/view/ProfilePage.tsx @@ -1,5 +1,5 @@ import { useInfiniteQuery } from '@tanstack/react-query' -import { Box } from 'components/deprecated/Box' +import { AnimatedBox, Box } from 'components/deprecated/Box' import { useNftBalance } from 'graphql/data/nft/NftBalance' import { useIsMobile } from 'hooks/screenSize/useIsMobile' import { useAccount } from 'hooks/useAccount' @@ -22,6 +22,7 @@ import { getOSCollectionsInfiniteQueryOptions } from 'nft/queries/openSea/OSColl import { WalletCollection } from 'nft/types' import { Dispatch, SetStateAction, Suspense, useCallback, useEffect, useMemo, useState } from 'react' import InfiniteScroll from 'react-infinite-scroll-component' +import { easings, useSpring } from 'react-spring' const ProfilePageColumn = styled(Column)` ${ScreenBreakpointsPaddings} @@ -181,6 +182,14 @@ const ProfilePageNfts = ({ first: DEFAULT_WALLET_ASSET_QUERY_AMOUNT, }) + const { gridX } = useSpring({ + gridX: isFiltersExpanded ? FILTER_SIDEBAR_WIDTH : -PADDING, + config: { + duration: 250, + easing: easings.easeOutSine, + }, + }) + if (loading) { return } @@ -192,11 +201,13 @@ const ProfilePageNfts = ({ ) : ( - `translate(${Number(x) - (!isMobile && isFiltersExpanded ? FILTER_SIDEBAR_WIDTH : -PADDING)}px)`, + ), }} paddingY="20" > @@ -238,7 +249,7 @@ const ProfilePageNfts = ({ )) : null} - + )} ) diff --git a/apps/web/src/pages/App/Layout.tsx b/apps/web/src/pages/App/Layout.tsx index e7d6e661dbc..27652e7a397 100644 --- a/apps/web/src/pages/App/Layout.tsx +++ b/apps/web/src/pages/App/Layout.tsx @@ -7,6 +7,7 @@ import { BREAKPOINTS } from 'theme' const AppContainer = styled.div` min-height: 100vh; max-width: 100vw; + overflow-x: hidden; // grid container settings display: grid; diff --git a/apps/web/src/pages/Pool/Positions/ClaimFeeModal.tsx b/apps/web/src/pages/Pool/Positions/ClaimFeeModal.tsx index 1a27dab8fd0..b0c1ef03177 100644 --- a/apps/web/src/pages/Pool/Positions/ClaimFeeModal.tsx +++ b/apps/web/src/pages/Pool/Positions/ClaimFeeModal.tsx @@ -100,7 +100,7 @@ export function ClaimFeeModal() { - - - ) -} - -function PositionPage() { +export default function PositionPage() { const { tokenId: tokenIdFromUrl } = useParams<{ tokenId: string }>() const tokenId = parseTokenId(tokenIdFromUrl) const chainId = useChainIdFromUrlParam() @@ -131,7 +118,7 @@ function PositionPage() { const position = data?.position const positionInfo = useMemo(() => parseRestPosition(position), [position]) const metadata = usePositionTokenURI(tokenId, chainInfo?.id, positionInfo?.version) - const owner = usePositionOwner(tokenId, chainInfo?.id, positionInfo?.version) + usePendingLPTransactionsChangeListener(refetch) const dispatch = useAppDispatch() @@ -198,9 +185,8 @@ function PositionPage() { } const hasFees = feeValue0?.greaterThan(0) || feeValue1?.greaterThan(0) || false - const isOwner = addressesAreEquivalent(owner, account?.address) - // TODO (WEB-5859): Use owner from GetPositions instead of on-chain calls + // TODO (WEB-4920): hide action buttons if position owner is not connected wallet. return ( - {status !== PositionStatus.CLOSED && isOwner && ( + {status !== PositionStatus.CLOSED && ( {positionInfo.version === ProtocolVersion.V3 && isV4DataEnabled && ( - {hasFees && isOwner && ( + {hasFees && ( { diff --git a/apps/web/src/pages/Pool/Positions/V2PositionPage.tsx b/apps/web/src/pages/Pool/Positions/V2PositionPage.tsx index 2002bc8fdea..a84fed09f2a 100644 --- a/apps/web/src/pages/Pool/Positions/V2PositionPage.tsx +++ b/apps/web/src/pages/Pool/Positions/V2PositionPage.tsx @@ -6,7 +6,6 @@ import { useGetPoolTokenPercentage } from 'components/Liquidity/hooks' import { parseRestPosition } from 'components/Liquidity/utils' import { DoubleCurrencyAndChainLogo } from 'components/Logo/DoubleLogo' import { ZERO_ADDRESS } from 'constants/misc' -import { usePositionOwnerV2 } from 'hooks/usePositionOwner' import NotFound from 'pages/NotFound' import { HeaderButton } from 'pages/Pool/Positions/PositionPage' import { TextLoader } from 'pages/Pool/Positions/shared' @@ -15,7 +14,6 @@ import { ChevronRight } from 'react-feather' import { Navigate, useNavigate, useParams } from 'react-router-dom' import { setOpenModal } from 'state/application/reducer' import { useAppDispatch } from 'state/hooks' -import { MultichainContextProvider } from 'state/multichain/MultichainContext' import { usePendingLPTransactionsChangeListener } from 'state/transactions/hooks' import { Button, Circle, Flex, Main, Shine, Text, styled } from 'ui/src' import { useGetPositionQuery } from 'uniswap/src/data/rest/getPosition' @@ -62,17 +60,7 @@ function RowLoader({ withIcon }: { withIcon?: boolean }) { ) } -export default function V2PositionPageWrapper() { - const chainId = useChainIdFromUrlParam() - - return ( - - - - ) -} - -function V2PositionPage() { +export default function V2PositionPage() { const { pairAddress } = useParams<{ pairAddress: string }>() const chainId = useChainIdFromUrlParam() const account = useAccount() @@ -103,8 +91,6 @@ function V2PositionPage() { const token0USDValue = useUSDCValue(currency0Amount) const token1USDValue = useUSDCValue(currency1Amount) const poolTokenPercentage = useGetPoolTokenPercentage(positionInfo) - const liquidityTokenAddress = positionInfo?.liquidityToken?.isToken ? positionInfo.liquidityToken.address : null - const isOwner = usePositionOwnerV2(account?.address, liquidityTokenAddress, positionInfo?.chainId) if (!isLoading && !lpRedesignEnabled) { return @@ -145,43 +131,41 @@ function V2PositionPage() { ) : ( )} - {isOwner && ( - - { - navigate('/migrate/v2') - }} - > - - - - - { - dispatch(setOpenModal({ name: ModalName.AddLiquidity, initialState: positionInfo })) - }} - > - - - - - { - dispatch(setOpenModal({ name: ModalName.RemoveLiquidity, initialState: positionInfo })) - }} - > - - - - - - )} + + { + navigate('/migrate/v2') + }} + > + + + + + { + dispatch(setOpenModal({ name: ModalName.AddLiquidity, initialState: positionInfo })) + }} + > + + + + + { + dispatch(setOpenModal({ name: ModalName.RemoveLiquidity, initialState: positionInfo })) + }} + > + + + + + {positionLoading || !currency0Amount || !currency1Amount ? ( diff --git a/apps/web/src/pages/Pool/Positions/create/ContextProviders.tsx b/apps/web/src/pages/Pool/Positions/create/ContextProviders.tsx index e240a480e1e..07e359c7b28 100644 --- a/apps/web/src/pages/Pool/Positions/create/ContextProviders.tsx +++ b/apps/web/src/pages/Pool/Positions/create/ContextProviders.tsx @@ -30,9 +30,12 @@ import { generateCreatePositionTxRequest, } from 'pages/Pool/Positions/create/utils' import { useCallback, useEffect, useMemo, useState } from 'react' +import { PositionField } from 'types/position' +import { nativeOnChain } from 'uniswap/src/constants/tokens' import { useAccountMeta } from 'uniswap/src/contexts/UniswapContext' import { useCheckLpApprovalQuery } from 'uniswap/src/data/apiClients/tradingApi/useCheckLpApprovalQuery' import { useCreateLpPositionCalldataQuery } from 'uniswap/src/data/apiClients/tradingApi/useCreateLpPositionCalldataQuery' +import { useEnabledChains } from 'uniswap/src/features/chains/hooks/useEnabledChains' import { useSwapSettingsContext } from 'uniswap/src/features/transactions/swap/settings/contexts/SwapSettingsContext' import { ONE_SECOND_MS } from 'utilities/src/time/time' @@ -44,6 +47,10 @@ export function CreatePositionContextProvider({ initialState?: Partial }) { const [positionState, setPositionState] = useState({ ...DEFAULT_POSITION_STATE, ...initialState }) + useEffect(() => { + // initial state may load in from the URL + setPositionState((positionState) => ({ ...positionState, ...initialState })) + }, [initialState]) const [step, setStep] = useState(PositionFlowStep.SELECT_TOKENS_AND_FEE_TIER) const derivedPositionInfo = useDerivedPositionInfo(positionState) const [feeTierSearchModalOpen, setFeeTierSearchModalOpen] = useState(false) @@ -51,14 +58,18 @@ export function CreatePositionContextProvider({ open: false, wishFeeData: DEFAULT_POSITION_STATE.fee, }) + const { defaultChainId } = useEnabledChains() + + const defaultInitialToken = nativeOnChain(defaultChainId) const reset = useCallback(() => { setPositionState({ ...DEFAULT_POSITION_STATE, - ...initialState, + protocolVersion: positionState.protocolVersion, + currencyInputs: { [PositionField.TOKEN0]: defaultInitialToken }, }) setStep(PositionFlowStep.SELECT_TOKENS_AND_FEE_TIER) - }, [initialState]) + }, [defaultInitialToken, positionState.protocolVersion]) return ( { diff --git a/apps/web/src/pages/Pool/Positions/create/CreatePosition.tsx b/apps/web/src/pages/Pool/Positions/create/CreatePosition.tsx index 04b56df51ca..5b63c6d4b1a 100644 --- a/apps/web/src/pages/Pool/Positions/create/CreatePosition.tsx +++ b/apps/web/src/pages/Pool/Positions/create/CreatePosition.tsx @@ -48,7 +48,6 @@ import { SwapFormSettings } from 'uniswap/src/features/transactions/swap/form/Sw import { Deadline } from 'uniswap/src/features/transactions/swap/settings/configs/Deadline' import { SwapSettingsContextProvider } from 'uniswap/src/features/transactions/swap/settings/contexts/SwapSettingsContext' import { Trans, useTranslation } from 'uniswap/src/i18n' -import { INTERFACE_NAV_HEIGHT } from 'uniswap/src/theme/heights' import { usePrevious } from 'utilities/src/react/hooks' function CreatingPoolInfo() { @@ -179,7 +178,7 @@ const Sidebar = () => { }, [creatingPoolOrPair, protocolVersion, setStep, step, t]) return ( - + ) @@ -232,7 +231,7 @@ const Toolbar = ({ const { reset: resetMultichainState } = useMultichainContext() const { isTestnetModeEnabled } = useEnabledChains() - const prevIsTestnetModeEnabled = usePrevious(isTestnetModeEnabled) ?? false + const prevIsTestnetModeEnabled = usePrevious(isTestnetModeEnabled) const isFormUnchanged = useMemo(() => { // Check if all form fields (except protocol version) are set to their default values @@ -356,13 +355,10 @@ const Toolbar = ({ export default function CreatePosition() { const { value: lpRedesignEnabled, isLoading } = useFeatureFlagWithLoading(FeatureFlags.LPRedesign) const isV4DataEnabled = useFeatureFlag(FeatureFlags.V4Data) - const media = useMedia() // URL format is `/positions/create/:protocolVersion`, with possible searchParams `?currencyA=...¤cyB=...&chain=...` const { protocolVersion } = useParams<{ protocolVersion: string }>() const paramsProtocolVersion = parseProtocolVersion(protocolVersion) - - const initialCurrencyInputs = useInitialCurrencyInputs() const initialProtocolVersion = useMemo((): ProtocolVersion => { if (isV4DataEnabled) { return paramsProtocolVersion ?? ProtocolVersion.V4 @@ -374,6 +370,10 @@ export default function CreatePosition() { return paramsProtocolVersion }, [isV4DataEnabled, paramsProtocolVersion]) + const initialCurrencyInputs = useInitialCurrencyInputs() + + const media = useMedia() + if (!isLoading && !lpRedesignEnabled) { return } diff --git a/apps/web/src/pages/Pool/Positions/create/CreatePositionContext.tsx b/apps/web/src/pages/Pool/Positions/create/CreatePositionContext.tsx index ce4ce1a3bba..291c7f51e30 100644 --- a/apps/web/src/pages/Pool/Positions/create/CreatePositionContext.tsx +++ b/apps/web/src/pages/Pool/Positions/create/CreatePositionContext.tsx @@ -73,7 +73,6 @@ export const usePriceRangeContext = () => { export const DEFAULT_DEPOSIT_STATE: DepositState = { exactField: PositionField.TOKEN0, - exactAmounts: {}, } export const DepositContext = React.createContext({ diff --git a/apps/web/src/pages/Pool/Positions/create/Deposit.tsx b/apps/web/src/pages/Pool/Positions/create/Deposit.tsx index 5eaed90a29c..e222e342011 100644 --- a/apps/web/src/pages/Pool/Positions/create/Deposit.tsx +++ b/apps/web/src/pages/Pool/Positions/create/Deposit.tsx @@ -34,11 +34,9 @@ export const DepositStep = ({ ...rest }: FlexProps) => { const handleUserInput = (field: PositionField, newValue: string) => { setDepositState((prev) => ({ + ...prev, exactField: field, - exactAmounts: { - ...prev.exactAmounts, - [field]: newValue, - }, + exactAmount: newValue, })) } @@ -68,7 +66,7 @@ export const DepositStep = ({ ...rest }: FlexProps) => { <> - + diff --git a/apps/web/src/pages/Pool/Positions/create/hooks.tsx b/apps/web/src/pages/Pool/Positions/create/hooks.tsx index 64d4530a494..41b25892d30 100644 --- a/apps/web/src/pages/Pool/Positions/create/hooks.tsx +++ b/apps/web/src/pages/Pool/Positions/create/hooks.tsx @@ -259,9 +259,7 @@ export type UseDepositInfoProps = { token0?: Currency token1?: Currency exactField: PositionField - exactAmounts: { - [field in PositionField]?: string - } + exactAmount?: string skipDependentAmount?: boolean deposit0Disabled?: boolean deposit1Disabled?: boolean @@ -291,7 +289,7 @@ export function useDerivedDepositInfo(state: DepositState): DepositInfo { const account = useAccount() const { derivedPositionInfo } = useCreatePositionContext() const { derivedPriceRangeInfo } = usePriceRangeContext() - const { exactAmounts, exactField } = state + const { exactAmount, exactField } = state const { protocolVersion } = derivedPriceRangeInfo const depositInfoProps: UseDepositInfoProps = useMemo(() => { @@ -303,7 +301,7 @@ export function useDerivedDepositInfo(state: DepositState): DepositInfo { token0: derivedPositionInfo.currencies[0], token1: derivedPositionInfo.currencies[1], exactField, - exactAmounts, + exactAmount, } satisfies UseDepositInfoProps } @@ -321,7 +319,7 @@ export function useDerivedDepositInfo(state: DepositState): DepositInfo { token0: derivedPositionInfo.currencies[0], token1: derivedPositionInfo.currencies[1], exactField, - exactAmounts, + exactAmount, skipDependentAmount: outOfRange || invalidRange, deposit0Disabled, deposit1Disabled, @@ -337,29 +335,25 @@ export function useDerivedDepositInfo(state: DepositState): DepositInfo { token0: derivedPositionInfo.currencies[0], token1: derivedPositionInfo.currencies[1], exactField, - exactAmounts, + exactAmount, skipDependentAmount: outOfRange || invalidRange, deposit0Disabled, deposit1Disabled, } satisfies UseDepositInfoProps - }, [account.address, derivedPositionInfo, derivedPriceRangeInfo, exactAmounts, exactField, protocolVersion]) + }, [account.address, derivedPositionInfo, derivedPriceRangeInfo, exactAmount, exactField, protocolVersion]) return useDepositInfo(depositInfoProps) } export function useDepositInfo(state: UseDepositInfoProps): DepositInfo { const account = useAccount() - const { protocolVersion, address, token0, token1, exactField, exactAmounts, deposit0Disabled, deposit1Disabled } = + const { protocolVersion, address, token0, token1, exactField, exactAmount, deposit0Disabled, deposit1Disabled } = state const [token0Balance, token1Balance] = useCurrencyBalances(address, [token0, token1]) const [independentToken, dependentToken] = exactField === PositionField.TOKEN0 ? [token0, token1] : [token1, token0] - const independentAmount = tryParseCurrencyAmount(exactAmounts[exactField], independentToken) - const otherAmount = tryParseCurrencyAmount( - exactAmounts[exactField === PositionField.TOKEN0 ? PositionField.TOKEN1 : PositionField.TOKEN0], - dependentToken, - ) + const independentAmount = tryParseCurrencyAmount(exactAmount, independentToken) const dependentAmount: CurrencyAmount | undefined = useMemo(() => { const shouldSkip = state.skipDependentAmount || protocolVersion === ProtocolVersion.UNSPECIFIED @@ -370,7 +364,6 @@ export function useDepositInfo(state: UseDepositInfoProps): DepositInfo { if (protocolVersion === ProtocolVersion.V2) { return getDependentAmountFromV2Pair({ independentAmount, - otherAmount, pair: state.pair, exactField, token0, @@ -399,7 +392,7 @@ export function useDepositInfo(state: UseDepositInfoProps): DepositInfo { tickUpper, }) return dependentToken && CurrencyAmount.fromRawAmount(dependentToken, dependentTokenAmount.quotient) - }, [state, protocolVersion, independentAmount, otherAmount, dependentToken, exactField, token0, token1]) + }, [state, protocolVersion, independentAmount, dependentToken, exactField, token0, token1]) const independentTokenUSDValue = useUSDCValue(independentAmount) || undefined const dependentTokenUSDValue = useUSDCValue(dependentAmount) || undefined @@ -474,7 +467,7 @@ export function useDepositInfo(state: UseDepositInfoProps): DepositInfo { return useMemo( () => ({ currencyBalances: { [PositionField.TOKEN0]: token0Balance, [PositionField.TOKEN1]: token1Balance }, - formattedAmounts: { [exactField]: exactAmounts[exactField], [dependentField]: dependentAmount?.toExact() }, + formattedAmounts: { [exactField]: exactAmount, [dependentField]: dependentAmount?.toExact() }, currencyAmounts: { [exactField]: independentAmount, [dependentField]: dependentAmount }, currencyAmountsUSDValue: { [exactField]: independentTokenUSDValue, [dependentField]: dependentTokenUSDValue }, error, @@ -483,7 +476,7 @@ export function useDepositInfo(state: UseDepositInfoProps): DepositInfo { token0Balance, token1Balance, exactField, - exactAmounts, + exactAmount, dependentField, dependentAmount, independentAmount, @@ -524,10 +517,8 @@ export function useInitialCurrencyInputs() { const currencyA = useCurrency(currencyAddressA, supportedChainId) const currencyB = useCurrency(currencyAddressB, supportedChainId) - return useMemo(() => { - return { - [PositionField.TOKEN0]: currencyA ?? currencyB ?? defaultInitialToken, - [PositionField.TOKEN1]: currencyA && currencyB ? currencyB : undefined, - } - }, [currencyA, currencyB, defaultInitialToken]) + return { + [PositionField.TOKEN0]: currencyA ?? currencyB ?? defaultInitialToken, + [PositionField.TOKEN1]: currencyA && currencyB ? currencyB : undefined, + } } diff --git a/apps/web/src/pages/Pool/Positions/create/utils.tsx b/apps/web/src/pages/Pool/Positions/create/utils.tsx index 2556fe2a4e9..89e9081086a 100644 --- a/apps/web/src/pages/Pool/Positions/create/utils.tsx +++ b/apps/web/src/pages/Pool/Positions/create/utils.tsx @@ -44,6 +44,8 @@ import { } from 'uniswap/src/data/tradingApi/__generated__' import { AccountMeta } from 'uniswap/src/features/accounts/types' import { CreatePositionTxAndGasInfo, LiquidityTransactionType } from 'uniswap/src/features/transactions/liquidity/types' +import { getTradeSettingsDeadline } from 'uniswap/src/features/transactions/swap/form/utils' +import { SwapSettingsState } from 'uniswap/src/features/transactions/swap/settings/contexts/SwapSettingsContext' import { validatePermit, validateTransactionRequest } from 'uniswap/src/features/transactions/swap/utils/trade' import { areCurrenciesEqual } from 'uniswap/src/utils/currencyId' import { getTickToPrice, getV4TickToPrice } from 'utils/getTickToPrice' @@ -413,7 +415,6 @@ function createMockPair({ export function getDependentAmountFromV2Pair({ independentAmount, - otherAmount, pair, exactField, token0, @@ -421,7 +422,6 @@ export function getDependentAmountFromV2Pair({ dependentToken, }: { independentAmount?: CurrencyAmount - otherAmount?: CurrencyAmount pair?: Pair exactField: PositionField token0?: Currency @@ -433,22 +433,16 @@ export function getDependentAmountFromV2Pair({ return undefined } - try { - const dependentTokenAmount = - exactField === PositionField.TOKEN0 - ? pair.priceOf(token0Wrapped).quote(independentAmount.wrapped) - : pair.priceOf(token1Wrapped).quote(independentAmount.wrapped) + const dependentTokenAmount = + exactField === PositionField.TOKEN0 + ? pair.priceOf(token0Wrapped).quote(independentAmount.wrapped) + : pair.priceOf(token1Wrapped).quote(independentAmount.wrapped) - return dependentToken - ? dependentToken?.isNative - ? CurrencyAmount.fromRawAmount(dependentToken, dependentTokenAmount.quotient) - : dependentTokenAmount - : undefined - } catch (e) { - // in some cases there can be an initialized pool but there is no liquidity in which case - // the user can enter whatever they want for the dependent amount and that pool will be created - return otherAmount - } + return dependentToken + ? dependentToken?.isNative + ? CurrencyAmount.fromRawAmount(dependentToken, dependentTokenAmount.quotient) + : dependentTokenAmount + : undefined } export function getDependentAmountFromV3Position({ @@ -894,6 +888,7 @@ export function generateCreateCalldataQueryParams({ priceRangeState, derivedPriceRangeInfo, derivedDepositInfo, + swapSettings, }: { account?: AccountMeta approvalCalldata?: CheckApprovalLPResponse @@ -902,10 +897,12 @@ export function generateCreateCalldataQueryParams({ priceRangeState: PriceRangeState derivedPriceRangeInfo: PriceRangeInfo derivedDepositInfo: DepositInfo + swapSettings: SwapSettingsState }): CreateLPPositionRequest | undefined { const apiProtocolItems = getProtocolItems(positionState.protocolVersion) const currencies = derivedPositionInfo.currencies const { currencyAmounts } = derivedDepositInfo + const { customDeadline } = swapSettings if ( !account?.address || @@ -919,6 +916,8 @@ export function generateCreateCalldataQueryParams({ const { token0Approval, token1Approval, positionTokenApproval, permitData } = approvalCalldata ?? {} + const deadline = getTradeSettingsDeadline(customDeadline) + if (derivedPositionInfo.protocolVersion === ProtocolVersion.V2) { if (derivedPositionInfo.protocolVersion !== derivedPriceRangeInfo.protocolVersion) { return undefined @@ -947,6 +946,7 @@ export function generateCreateCalldataQueryParams({ chainId: currencyAmounts.TOKEN0.currency.chainId, amount0: currencyAmounts[token0Index]?.quotient.toString(), amount1: currencyAmounts[token1Index]?.quotient.toString(), + deadline, position: { pool: { token0: getCurrencyAddressForTradingApi(currencyAmounts[token0Index]?.currency), @@ -1005,6 +1005,7 @@ export function generateCreateCalldataQueryParams({ currentTick, sqrtRatioX96, initialPrice, + deadline, position: { tickLower, tickUpper, diff --git a/apps/web/src/pages/Pool/index.tsx b/apps/web/src/pages/Pool/index.tsx index 55c31755f36..7619db02a06 100644 --- a/apps/web/src/pages/Pool/index.tsx +++ b/apps/web/src/pages/Pool/index.tsx @@ -364,13 +364,7 @@ export default function Pool() { text={t('liquidity.provideOnProtocols')} link={uniswapUrls.helpArticleUrls.providingLiquidityInfo} /> - {isV4DataEnabled && ( - - )} + {t('common.button.learn')} diff --git a/packages/uniswap/src/components/input/TextInput.tsx b/packages/uniswap/src/components/input/TextInput.tsx index c4799f98b7b..4a8ef4b1a90 100644 --- a/packages/uniswap/src/components/input/TextInput.tsx +++ b/packages/uniswap/src/components/input/TextInput.tsx @@ -1,5 +1,5 @@ -import { forwardRef, useEffect } from 'react' -import { Input, InputProps, Input as TextInputBase, isWeb, useSporeColors } from 'ui/src' +import { forwardRef } from 'react' +import { Input, InputProps, Input as TextInputBase, useSporeColors } from 'ui/src' export type TextInputProps = InputProps @@ -10,18 +10,6 @@ export const TextInput = forwardRef(function _Tex ref, ) { const colors = useSporeColors() - - useEffect(() => { - // Ensure virtualkeyboardpolicy is set to "auto" on the DOM element - // otherwise the virtual keyboard will not show on android mobile - // TODO (WEB-5798): remove tamagui input hack - if (ref && 'current' in ref && ref.current && isWeb) { - const inputElement = ref.current as unknown as HTMLElement - inputElement.setAttribute('virtualkeyboardpolicy', 'auto') - } - // eslint-disable-next-line react-hooks/exhaustive-deps - }, []) // only run on mount since we only need to set this once - return ( & { - deadlineInMinutes: number | undefined -}): UseQueryResult { +}: UseQueryApiHelperHookArgs< + CreateLPPositionRequest, + CreateLPPositionResponse +>): UseQueryResult { const queryKey = [TRADING_API_CACHE_KEY, uniswapUrls.tradingApiPaths.createLp, params] - const deadline = getTradeSettingsDeadline(deadlineInMinutes) - - const paramsWithDeadline = { ...params, deadline } return useQuery({ queryKey, - queryFn: params - ? async (): ReturnType => await createLpPosition(paramsWithDeadline) - : skipToken, + queryFn: params ? async (): ReturnType => await createLpPosition(params) : skipToken, ...rest, }) } diff --git a/packages/uniswap/src/data/apiClients/tradingApi/useDecreaseLpPositionCalldataQuery.ts b/packages/uniswap/src/data/apiClients/tradingApi/useDecreaseLpPositionCalldataQuery.ts index 440e230631f..cf15301f400 100644 --- a/packages/uniswap/src/data/apiClients/tradingApi/useDecreaseLpPositionCalldataQuery.ts +++ b/packages/uniswap/src/data/apiClients/tradingApi/useDecreaseLpPositionCalldataQuery.ts @@ -1,27 +1,21 @@ import { UseQueryResult, skipToken, useQuery } from '@tanstack/react-query' import { uniswapUrls } from 'uniswap/src/constants/urls' import { TRADING_API_CACHE_KEY, decreaseLpPosition } from 'uniswap/src/data/apiClients/tradingApi/TradingApiClient' -import { getTradeSettingsDeadline } from 'uniswap/src/data/apiClients/tradingApi/utils/getTradeSettingsDeadline' import { UseQueryApiHelperHookArgs } from 'uniswap/src/data/apiClients/types' import { DecreaseLPPositionRequest, DecreaseLPPositionResponse } from 'uniswap/src/data/tradingApi/__generated__' export function useDecreaseLpPositionCalldataQuery({ params, - deadlineInMinutes, ...rest -}: UseQueryApiHelperHookArgs & { - deadlineInMinutes: number | undefined -}): UseQueryResult { +}: UseQueryApiHelperHookArgs< + DecreaseLPPositionRequest, + DecreaseLPPositionResponse +>): UseQueryResult { const queryKey = [TRADING_API_CACHE_KEY, uniswapUrls.tradingApiPaths.decreaseLp, params] - const deadline = getTradeSettingsDeadline(deadlineInMinutes) - const paramsWithDeadline = { ...params, deadline } - return useQuery({ queryKey, - queryFn: params - ? async (): ReturnType => await decreaseLpPosition(paramsWithDeadline) - : skipToken, + queryFn: params ? async (): ReturnType => await decreaseLpPosition(params) : skipToken, ...rest, }) } diff --git a/packages/uniswap/src/data/apiClients/tradingApi/useIncreaseLpPositionCalldataQuery.ts b/packages/uniswap/src/data/apiClients/tradingApi/useIncreaseLpPositionCalldataQuery.ts index 2ee3cb3253b..7a197de315e 100644 --- a/packages/uniswap/src/data/apiClients/tradingApi/useIncreaseLpPositionCalldataQuery.ts +++ b/packages/uniswap/src/data/apiClients/tradingApi/useIncreaseLpPositionCalldataQuery.ts @@ -1,27 +1,21 @@ import { UseQueryResult, skipToken, useQuery } from '@tanstack/react-query' import { uniswapUrls } from 'uniswap/src/constants/urls' import { TRADING_API_CACHE_KEY, increaseLpPosition } from 'uniswap/src/data/apiClients/tradingApi/TradingApiClient' -import { getTradeSettingsDeadline } from 'uniswap/src/data/apiClients/tradingApi/utils/getTradeSettingsDeadline' import { UseQueryApiHelperHookArgs } from 'uniswap/src/data/apiClients/types' import { IncreaseLPPositionRequest, IncreaseLPPositionResponse } from 'uniswap/src/data/tradingApi/__generated__' export function useIncreaseLpPositionCalldataQuery({ params, - deadlineInMinutes, ...rest -}: UseQueryApiHelperHookArgs & { - deadlineInMinutes: number | undefined -}): UseQueryResult { +}: UseQueryApiHelperHookArgs< + IncreaseLPPositionRequest, + IncreaseLPPositionResponse +>): UseQueryResult { const queryKey = [TRADING_API_CACHE_KEY, uniswapUrls.tradingApiPaths.increaseLp, params] - const deadline = getTradeSettingsDeadline(deadlineInMinutes) - - const paramsWithDeadline = { ...params, deadline } return useQuery({ queryKey, - queryFn: params - ? async (): ReturnType => await increaseLpPosition(paramsWithDeadline) - : skipToken, + queryFn: params ? async (): ReturnType => await increaseLpPosition(params) : skipToken, ...rest, }) } diff --git a/packages/uniswap/src/data/apiClients/tradingApi/utils/getTradeSettingsDeadline.ts b/packages/uniswap/src/data/apiClients/tradingApi/utils/getTradeSettingsDeadline.ts deleted file mode 100644 index 3313007bd78..00000000000 --- a/packages/uniswap/src/data/apiClients/tradingApi/utils/getTradeSettingsDeadline.ts +++ /dev/null @@ -1,7 +0,0 @@ -export const getTradeSettingsDeadline = (customDeadline?: number): number | undefined => { - // if custom deadline is set (in minutes), convert to unix timestamp format from now - const deadlineSeconds = (customDeadline ?? 0) * 60 - const deadline = customDeadline ? Math.floor(Date.now() / 1000) + deadlineSeconds : undefined - - return deadline -} diff --git a/packages/uniswap/src/features/chains/chainInfo.ts b/packages/uniswap/src/features/chains/chainInfo.ts index b2d6d7e0e63..d79f8256942 100644 --- a/packages/uniswap/src/features/chains/chainInfo.ts +++ b/packages/uniswap/src/features/chains/chainInfo.ts @@ -319,7 +319,7 @@ export const UNIVERSE_CHAIN_INFO: Record = { [RPCType.Fallback]: { http: ['https://rpc.ankr.com/optimism'] }, [RPCType.Interface]: { http: [`https://optimism-mainnet.infura.io/v3/${config.infuraKey}`] }, }, - spotPriceStablecoinAmount: CurrencyAmount.fromRawAmount(USDC_OPTIMISM, 10_000e6), + spotPriceStablecoinAmount: CurrencyAmount.fromRawAmount(DAI_OPTIMISM, 10_000e18), stablecoins: [USDC_OPTIMISM, DAI_OPTIMISM], statusPage: 'https://optimism.io/status', supportsInterfaceClientSideRouting: true, diff --git a/packages/uniswap/src/features/telemetry/types.ts b/packages/uniswap/src/features/telemetry/types.ts index 4b900649c64..b891d7c9bc8 100644 --- a/packages/uniswap/src/features/telemetry/types.ts +++ b/packages/uniswap/src/features/telemetry/types.ts @@ -192,6 +192,14 @@ type BridgeSwapTransactionResultProperties = BaseSwapTransactionResultProperties type FailedUniswapXOrderResultProperties = Omit +type FailedClassicSwapResultProperties = Omit & { + hash: string | undefined +} + +type FailedBridgeSwapResultProperties = Omit & { + hash: string | undefined +} + type TransferProperties = { chainId: UniverseChainId tokenAddress: Address @@ -679,9 +687,9 @@ export type UniverseEventProperties = { | UniswapXTransactionResultProperties | BridgeSwapTransactionResultProperties [SwapEventName.SWAP_TRANSACTION_FAILED]: - | ClassicSwapTransactionResultProperties + | FailedClassicSwapResultProperties | FailedUniswapXOrderResultProperties - | BridgeSwapTransactionResultProperties + | FailedBridgeSwapResultProperties [SwapEventName.SWAP_DETAILS_EXPANDED]: ITraceContext | undefined [SwapEventName.SWAP_AUTOROUTER_VISUALIZATION_EXPANDED]: ITraceContext [SwapEventName.SWAP_QUOTE_RECEIVED]: { diff --git a/packages/uniswap/src/features/tokens/TokenWarningCard.tsx b/packages/uniswap/src/features/tokens/TokenWarningCard.tsx index 15f9a006101..68723200c72 100644 --- a/packages/uniswap/src/features/tokens/TokenWarningCard.tsx +++ b/packages/uniswap/src/features/tokens/TokenWarningCard.tsx @@ -21,7 +21,10 @@ import { currencyIdToAddress } from 'uniswap/src/utils/currencyId' type TokenWarningCardProps = { currencyInfo: Maybe tokenProtectionWarningOverride?: TokenProtectionWarning - feePercentOverride?: number + feeOnTransferOverride?: { + buyFeePercent?: number + sellFeePercent?: number + } onPress?: () => void headingTestId?: string descriptionTestId?: string @@ -33,11 +36,15 @@ type TokenWarningCardProps = { function useTokenWarningOverrides( currencyInfo: Maybe, tokenProtectionWarningOverride?: TokenProtectionWarning, - feePercentOverride?: number, + feeOnTransferOverride?: { + buyFeePercent?: number + sellFeePercent?: number + }, ): { severity: WarningSeverity; heading: string | null; description: string | null } { const { t } = useTranslation() const { formatPercent } = useLocalizationContext() const { heading: headingDefault, description: descriptionDefault } = useTokenWarningCardText(currencyInfo) + const { buyFeePercent, sellFeePercent } = getFeeOnTransfer(currencyInfo?.currency) const severity = tokenProtectionWarningOverride ? getSeverityFromTokenProtectionWarning(tokenProtectionWarningOverride) @@ -52,7 +59,8 @@ function useTokenWarningOverrides( t, tokenProtectionWarning: tokenProtectionWarningOverride ?? TokenProtectionWarning.None, tokenSymbol: currencyInfo?.currency.symbol, - feePercent: feePercentOverride ?? getFeeOnTransfer(currencyInfo?.currency), + buyFeePercent: feeOnTransferOverride?.buyFeePercent ?? buyFeePercent, + sellFeePercent: feeOnTransferOverride?.sellFeePercent ?? sellFeePercent, formatPercent, }) @@ -65,7 +73,7 @@ function useTokenWarningOverrides( export function TokenWarningCard({ currencyInfo, tokenProtectionWarningOverride, - feePercentOverride, + feeOnTransferOverride, headingTestId, descriptionTestId, hideCtaIcon, @@ -77,13 +85,14 @@ export function TokenWarningCard({ const { severity, heading, description } = useTokenWarningOverrides( currencyInfo, tokenProtectionWarningOverride, - feePercentOverride, + feeOnTransferOverride, ) if (!currencyInfo || !severity || !description) { return null } + const { buyFeePercent, sellFeePercent } = getFeeOnTransfer(currencyInfo?.currency) const analyticsProperties = { tokenSymbol: currencyInfo.currency.symbol, chainId: currencyInfo.currency.chainId, @@ -91,7 +100,8 @@ export function TokenWarningCard({ warningSeverity: WarningSeverity[severity], tokenProtectionWarning: TokenProtectionWarning[tokenProtectionWarningOverride ?? getTokenProtectionWarning(currencyInfo)], - feeOnTransfer: feePercentOverride ?? getFeeOnTransfer(currencyInfo.currency), + buyFeePercent: feeOnTransferOverride?.buyFeePercent ?? buyFeePercent, + sellFeePercent: feeOnTransferOverride?.sellFeePercent ?? sellFeePercent, safetyInfo: currencyInfo.safetyInfo, } diff --git a/packages/uniswap/src/features/tokens/TokenWarningModal.tsx b/packages/uniswap/src/features/tokens/TokenWarningModal.tsx index 9f49ab6fb6f..a2118f9b224 100644 --- a/packages/uniswap/src/features/tokens/TokenWarningModal.tsx +++ b/packages/uniswap/src/features/tokens/TokenWarningModal.tsx @@ -1,4 +1,3 @@ -import { Percent } from '@uniswap/sdk-core' import { TFunction } from 'i18next' import { useState } from 'react' import { Trans } from 'react-i18next' @@ -41,7 +40,7 @@ interface TokenWarningProps { isInfoOnlyWarning?: boolean // if this is an informational-only warning. Hides the Reject button shouldBeCombinedPlural?: boolean // some 2-token warnings will be combined into one plural modal (see `getShouldHaveCombinedPluralTreatment`) hasSecondWarning?: boolean // true if this is a 2-token warning with two separate warning screens - feeOnTransferOverride?: { fee: Percent; feeType: 'buy' | 'sell' } // if defined, forces TokenWarningModal to display FOT content over any other warning content & overrides GQL fee info with TradingApi quote's fee info, which is more correct for dynamic FoT fees + feeOnTransferOverride?: { buyFeePercent?: number; sellFeePercent?: number } // if defined, forces TokenWarningModal to display FOT content over any other warning content & overrides GQL fee info with TradingApi quote's fee info, which is more correct for dynamic FoT fees } interface TokenWarningModalContentProps extends TokenWarningProps { @@ -74,13 +73,12 @@ function TokenWarningModalContent({ const { t } = useTranslation() const { formatPercent } = useLocalizationContext() - const tokenProtectionWarning = feeOnTransferOverride - ? getFeeWarning(feeOnTransferOverride.fee) - : getTokenProtectionWarning(currencyInfo0) + const tokenProtectionWarning = + feeOnTransferOverride?.buyFeePercent || feeOnTransferOverride?.sellFeePercent + ? getFeeWarning(Math.max(feeOnTransferOverride.buyFeePercent ?? 0, feeOnTransferOverride.sellFeePercent ?? 0)) + : getTokenProtectionWarning(currencyInfo0) const severity = getSeverityFromTokenProtectionWarning(tokenProtectionWarning) - const feePercent = feeOnTransferOverride - ? parseFloat(feeOnTransferOverride.fee.toFixed()) - : getFeeOnTransfer(currencyInfo0.currency) + const { buyFeePercent, sellFeePercent } = getFeeOnTransfer(currencyInfo0.currency) const isFeeRelatedWarning = getIsFeeRelatedWarning(tokenProtectionWarning) const tokenSymbol = currencyInfo0.currency.symbol const titleText = getModalHeaderText({ @@ -94,7 +92,8 @@ function TokenWarningModalContent({ t, tokenProtectionWarning, tokenSymbol, - feePercent, + buyFeePercent: feeOnTransferOverride?.buyFeePercent ?? buyFeePercent, + sellFeePercent: feeOnTransferOverride?.sellFeePercent ?? sellFeePercent, shouldHavePluralTreatment: shouldBeCombinedPlural, formatPercent, }) @@ -136,7 +135,8 @@ function TokenWarningModalContent({ tokenAddress1: currencyInfo1 && currencyIdToAddress(currencyInfo1.currencyId), warningSeverity: WarningSeverity[severity], tokenProtectionWarning: TokenProtectionWarning[tokenProtectionWarning], - feeOnTransfer: feePercent, + buyFeePercent: feeOnTransferOverride?.buyFeePercent ?? buyFeePercent, + sellFeePercent: feeOnTransferOverride?.sellFeePercent ?? sellFeePercent, safetyInfo: currencyInfo0.safetyInfo, ...(showCheckbox && { dismissTokenWarningCheckbox: dontShowAgain }), } diff --git a/packages/uniswap/src/features/tokens/safetyUtils.test.ts b/packages/uniswap/src/features/tokens/safetyUtils.test.ts index 418e792dbb8..5f3840c5a00 100644 --- a/packages/uniswap/src/features/tokens/safetyUtils.test.ts +++ b/packages/uniswap/src/features/tokens/safetyUtils.test.ts @@ -1,4 +1,4 @@ -import { Currency, NativeCurrency, Percent, Token } from '@uniswap/sdk-core' +import { Currency, NativeCurrency, Token } from '@uniswap/sdk-core' import { WarningSeverity } from 'uniswap/src/components/modals/WarningModal/types' import { ProtectionResult } from 'uniswap/src/data/graphql/uniswap-data-api/__generated__/types-and-hooks' import { AttackType, CurrencyInfo, SafetyInfo, TokenList } from 'uniswap/src/features/dataApi/types' @@ -377,25 +377,25 @@ describe('safetyUtils', () => { describe('getFeeWarning', () => { it.each([ - [new Percent(0, 100), TokenProtectionWarning.None, '0% -> None'], + [0, TokenProtectionWarning.None, '0% -> None'], // Low fees (0-5%) - [new Percent(3, 1000), TokenProtectionWarning.FotLow, '0.3% -> FotLow'], - [new Percent(42, 1000), TokenProtectionWarning.FotLow, '4.2% -> FotLow'], - [new Percent(99, 10000), TokenProtectionWarning.FotLow, '0.99% -> FotLow'], + [0.3, TokenProtectionWarning.FotLow, '0.3% -> FotLow'], + [4.2, TokenProtectionWarning.FotLow, '4.2% -> FotLow'], + [0.99, TokenProtectionWarning.FotLow, '0.99% -> FotLow'], // High fees (5-80%) - [new Percent(5, 100), TokenProtectionWarning.FotHigh, '5% -> FotHigh'], - [new Percent(50, 100), TokenProtectionWarning.FotHigh, '50% -> FotHigh'], - [new Percent(799, 1000), TokenProtectionWarning.FotHigh, '79.9% -> FotHigh'], - [new Percent(5123, 10000), TokenProtectionWarning.FotHigh, '51.23% -> FotHigh'], - [new Percent(6789, 10000), TokenProtectionWarning.FotHigh, '67.89% -> FotHigh'], + [5, TokenProtectionWarning.FotHigh, '5% -> FotHigh'], + [50, TokenProtectionWarning.FotHigh, '50% -> FotHigh'], + [79.9, TokenProtectionWarning.FotHigh, '79.9% -> FotHigh'], + [51.23, TokenProtectionWarning.FotHigh, '51.23% -> FotHigh'], + [67.89, TokenProtectionWarning.FotHigh, '67.89% -> FotHigh'], // Very high fees (80-100%) - [new Percent(80, 100), TokenProtectionWarning.FotVeryHigh, '80% -> FotVeryHigh'], - [new Percent(90, 100), TokenProtectionWarning.FotVeryHigh, '90% -> FotVeryHigh'], - [new Percent(8456, 10000), TokenProtectionWarning.FotVeryHigh, '84.56% -> FotVeryHigh'], - [new Percent(999, 1000), TokenProtectionWarning.FotVeryHigh, '99.9% -> FotVeryHigh'], + [80, TokenProtectionWarning.FotVeryHigh, '80% -> FotVeryHigh'], + [90, TokenProtectionWarning.FotVeryHigh, '90% -> FotVeryHigh'], + [84.56, TokenProtectionWarning.FotVeryHigh, '84.56% -> FotVeryHigh'], + [99.9, TokenProtectionWarning.FotVeryHigh, '99.9% -> FotVeryHigh'], // Honeypot (100%) - [new Percent(100, 100), TokenProtectionWarning.MaliciousHoneypot, '100% -> MaliciousHoneypot'], - [new Percent(10000, 10000), TokenProtectionWarning.MaliciousHoneypot, '100% -> MaliciousHoneypot'], + [100, TokenProtectionWarning.MaliciousHoneypot, '100% -> MaliciousHoneypot'], + [100, TokenProtectionWarning.MaliciousHoneypot, '100% -> MaliciousHoneypot'], ])('%s', (fee, expectedWarning, _) => { expect(getFeeWarning(fee)).toBe(expectedWarning) }) diff --git a/packages/uniswap/src/features/tokens/safetyUtils.ts b/packages/uniswap/src/features/tokens/safetyUtils.ts index 8e8bbd3c898..464aba3b7e7 100644 --- a/packages/uniswap/src/features/tokens/safetyUtils.ts +++ b/packages/uniswap/src/features/tokens/safetyUtils.ts @@ -1,5 +1,5 @@ /* eslint-disable consistent-return */ -import { Currency, NativeCurrency, Percent } from '@uniswap/sdk-core' +import { Currency, NativeCurrency } from '@uniswap/sdk-core' import { TFunction } from 'i18next' import { useTranslation } from 'react-i18next' import { ColorTokens } from 'ui/src' @@ -28,13 +28,27 @@ export const TOKEN_PROTECTION_FOT_HONEYPOT_BREAKPOINT = 100 export const TOKEN_PROTECTION_FOT_HIGH_FEE_BREAKPOINT = 80 export const TOKEN_PROTECTION_FOT_FEE_BREAKPOINT = 5 -export function getFeeOnTransfer(currency?: Currency): number { +export function getFeeOnTransfer(currency?: Currency): { + buyFeePercent: number + sellFeePercent: number + maxFeePercent: number +} { if (!currency || currency.isNative) { - return 0 + return { + buyFeePercent: 0, + sellFeePercent: 0, + maxFeePercent: 0, + } + } + const sellFeeBps = (currency.sellFeeBps?.toNumber() ?? 0) / 100 + const buyFeeBps = (currency.buyFeeBps?.toNumber() ?? 0) / 100 + + // Returns the percent (i.e. 5.1 for 5.1%) + return { + buyFeePercent: buyFeeBps, + sellFeePercent: sellFeeBps, + maxFeePercent: Math.max(sellFeeBps, buyFeeBps), } - const sellFeeBps = currency.sellFeeBps?.toNumber() ?? 0 - const buyFeeBps = currency.buyFeeBps?.toNumber() ?? 0 - return Math.max(sellFeeBps, buyFeeBps) / 100 } // eslint-disable-next-line complexity @@ -49,7 +63,7 @@ export function getTokenProtectionWarning(currencyInfo?: Maybe): T return TokenProtectionWarning.None } - const feeOnTransfer = getFeeOnTransfer(currency) + const { maxFeePercent: feeOnTransfer } = getFeeOnTransfer(currency) // prioritize high > medium > low warning levels if (safetyInfo.tokenList === TokenList.Blocked) { @@ -91,18 +105,17 @@ export function getIsFeeRelatedWarning(tokenProtectionWarning?: TokenProtectionW ) } -export function getFeeWarning(fee: Percent): TokenProtectionWarning { +export function getFeeWarning(feePercent: number): TokenProtectionWarning { // WarningSeverity for styling. Same logic as getTokenWarningSeverity but without non-fee-related cases. // If fee >= 5% then HIGH, else 0% < fee < 5% then MEDIUM, else NONE - const feeInt = parseFloat(fee.toFixed()) let tokenProtectionWarning = TokenProtectionWarning.None - if (feeInt >= TOKEN_PROTECTION_FOT_HONEYPOT_BREAKPOINT) { + if (feePercent >= TOKEN_PROTECTION_FOT_HONEYPOT_BREAKPOINT) { tokenProtectionWarning = TokenProtectionWarning.MaliciousHoneypot - } else if (feeInt >= TOKEN_PROTECTION_FOT_HIGH_FEE_BREAKPOINT) { + } else if (feePercent >= TOKEN_PROTECTION_FOT_HIGH_FEE_BREAKPOINT) { tokenProtectionWarning = TokenProtectionWarning.FotVeryHigh - } else if (feeInt >= TOKEN_PROTECTION_FOT_FEE_BREAKPOINT) { + } else if (feePercent >= TOKEN_PROTECTION_FOT_FEE_BREAKPOINT) { tokenProtectionWarning = TokenProtectionWarning.FotHigh - } else if (feeInt > 0) { + } else if (feePercent > 0) { tokenProtectionWarning = TokenProtectionWarning.FotLow } return tokenProtectionWarning @@ -194,7 +207,7 @@ export function getModalHeaderText({ }) : t('token.safety.blocked.title.tokenNotAvailable', { tokenSymbol: tokenSymbol0 }) case TokenProtectionWarning.MaliciousHoneypot: - return t('token.safety.warning.honeypot.title') + return t('token.safety.warning.sellFee100.title') case TokenProtectionWarning.FotVeryHigh: return t('token.safety.warning.fotVeryHigh.title') case TokenProtectionWarning.MaliciousImpersonator: @@ -222,11 +235,13 @@ export function useModalSubtitleText(currencyInfo0: CurrencyInfo, currencyInfo1? const { t } = useTranslation() const { formatPercent } = useLocalizationContext() const tokenProtectionWarning = getTokenProtectionWarning(currencyInfo0) + const { buyFeePercent, sellFeePercent } = getFeeOnTransfer(currencyInfo0.currency) return getModalSubtitleText({ t, tokenProtectionWarning, tokenSymbol: currencyInfo0.currency.symbol, - feePercent: getFeeOnTransfer(currencyInfo0.currency), + buyFeePercent, + sellFeePercent, shouldHavePluralTreatment, formatPercent, }) @@ -236,14 +251,16 @@ export function getModalSubtitleText({ t, tokenProtectionWarning, tokenSymbol, - feePercent, + buyFeePercent, + sellFeePercent, shouldHavePluralTreatment, formatPercent, }: { t: TFunction tokenProtectionWarning: TokenProtectionWarning | undefined tokenSymbol?: string - feePercent: number + buyFeePercent: number + sellFeePercent: number shouldHavePluralTreatment?: boolean formatPercent: (value: Maybe) => string }): string | null { @@ -251,12 +268,14 @@ export function getModalSubtitleText({ return null } - const formattedFeePercent = formatPercent(feePercent) + const formattedBuyFeePercent = formatPercent(buyFeePercent) + const formattedSellFeePercent = formatPercent(sellFeePercent) const warningCopy = getModalSubtitleTokenWarningText({ t, tokenProtectionWarning, tokenSymbol, - formattedFeePercent, + formattedBuyFeePercent, + formattedSellFeePercent, shouldHavePluralTreatment, }) return warningCopy @@ -266,13 +285,15 @@ export function getModalSubtitleTokenWarningText({ t, tokenProtectionWarning, tokenSymbol, - formattedFeePercent, + formattedBuyFeePercent, + formattedSellFeePercent, shouldHavePluralTreatment, }: { t: TFunction tokenProtectionWarning: TokenProtectionWarning tokenSymbol?: string - formattedFeePercent?: string + formattedBuyFeePercent?: string + formattedSellFeePercent?: string shouldHavePluralTreatment?: boolean }): string | null { switch (tokenProtectionWarning) { @@ -292,14 +313,31 @@ export function getModalSubtitleTokenWarningText({ return t('token.safety.warning.spam.message', { tokenSymbol }) + ' ' + t('token.safety.warning.doYourOwnResearch') case TokenProtectionWarning.FotVeryHigh: case TokenProtectionWarning.FotHigh: - case TokenProtectionWarning.FotLow: + case TokenProtectionWarning.FotLow: { + const feePercentCopy = + !!formattedBuyFeePercent && !!formattedSellFeePercent + ? t('token.safety.warning.tokenChargesFee.both.message', { + tokenSymbol, + buyFeePercent: formattedBuyFeePercent, + sellFeePercent: formattedSellFeePercent, + }) + : formattedBuyFeePercent + ? t('token.safety.warning.tokenChargesFee.buy.message', { + tokenSymbol, + feePercent: formattedBuyFeePercent, + }) + : t('token.safety.warning.tokenChargesFee.sell.message', { + tokenSymbol, + feePercent: formattedSellFeePercent, + }) return ( - t('token.safety.warning.tokenChargesFee.percent.message', { tokenSymbol, feePercent: formattedFeePercent }) + + feePercentCopy + ' ' + t('token.safety.warning.mayResultInLoss') + ' ' + t('token.safety.fees.uniswapLabsDoesNotReceive') ) + } case TokenProtectionWarning.NonDefault: if (shouldHavePluralTreatment) { return t('token.safetyLevel.medium.message.plural') @@ -323,13 +361,15 @@ export function useTokenWarningCardText(currencyInfo: Maybe): { } } const tokenProtectionWarning = getTokenProtectionWarning(currencyInfo) + const { buyFeePercent, sellFeePercent } = getFeeOnTransfer(currencyInfo.currency) return { heading: getCardHeaderText({ t, tokenProtectionWarning }), description: getCardSubtitleText({ t, tokenProtectionWarning, tokenSymbol: currencyInfo.currency.symbol, - feePercent: getFeeOnTransfer(currencyInfo.currency), + buyFeePercent, + sellFeePercent, formatPercent, }), } @@ -368,22 +408,26 @@ export function getCardSubtitleText({ t, tokenProtectionWarning, tokenSymbol, - feePercent, + buyFeePercent, + sellFeePercent, formatPercent, }: { t: TFunction tokenProtectionWarning: TokenProtectionWarning tokenSymbol?: string - feePercent: number + buyFeePercent: number + sellFeePercent: number formatPercent: (value: Maybe) => string }): string | null { - const formattedFeePercent: string = formatPercent(feePercent) + const formattedBuyFeePercent = formatPercent(buyFeePercent) + const formattedSellFeePercent = formatPercent(sellFeePercent) switch (tokenProtectionWarning) { case TokenProtectionWarning.Blocked: return isInterface ? t('token.safety.warning.blocked.description.default_one') : t('token.safetyLevel.blocked.message') case TokenProtectionWarning.MaliciousHoneypot: + return t('token.safety.warning.sellFee100.message', { tokenSymbol }) case TokenProtectionWarning.MaliciousGeneral: return t('token.safety.warning.malicious.general.message', { tokenSymbol }) case TokenProtectionWarning.MaliciousImpersonator: @@ -392,8 +436,25 @@ export function getCardSubtitleText({ return t('token.safety.warning.spam.message', { tokenSymbol }) case TokenProtectionWarning.FotVeryHigh: case TokenProtectionWarning.FotHigh: - case TokenProtectionWarning.FotLow: - return t('token.safety.warning.tokenChargesFee.percent.message', { tokenSymbol, feePercent: formattedFeePercent }) + case TokenProtectionWarning.FotLow: { + const feePercentCopy = + !!formattedBuyFeePercent && !!formattedSellFeePercent + ? t('token.safety.warning.tokenChargesFee.both.message', { + tokenSymbol, + buyFeePercent: formattedBuyFeePercent, + sellFeePercent: formattedSellFeePercent, + }) + : formattedBuyFeePercent + ? t('token.safety.warning.tokenChargesFee.buy.message', { + tokenSymbol, + feePercent: formattedBuyFeePercent, + }) + : t('token.safety.warning.tokenChargesFee.sell.message', { + tokenSymbol, + feePercent: formattedSellFeePercent, + }) + return feePercentCopy + } case TokenProtectionWarning.NonDefault: return t('token.safety.warning.medium.heading.named', { tokenSymbol }) case TokenProtectionWarning.None: @@ -402,9 +463,7 @@ export function getCardSubtitleText({ } export function getFeeColor(feePercent: number): ColorTokens { - // Convert percentage to basis points (multiply by 100) to get integer values - const basisPoints = Math.round(feePercent * 100) - const tokenProtectionWarning = getFeeWarning(new Percent(basisPoints, 10000)) + const tokenProtectionWarning = getFeeWarning(feePercent) const severity = getSeverityFromTokenProtectionWarning(tokenProtectionWarning) const { headerText: textColor } = getAlertColor(severity) return textColor diff --git a/packages/uniswap/src/features/transactions/InsufficientNativeTokenWarning/useInsufficientNativeTokenWarning.tsx b/packages/uniswap/src/features/transactions/InsufficientNativeTokenWarning/useInsufficientNativeTokenWarning.tsx index 3c00d9a0644..602567c76ae 100644 --- a/packages/uniswap/src/features/transactions/InsufficientNativeTokenWarning/useInsufficientNativeTokenWarning.tsx +++ b/packages/uniswap/src/features/transactions/InsufficientNativeTokenWarning/useInsufficientNativeTokenWarning.tsx @@ -15,6 +15,7 @@ import { INSUFFICIENT_NATIVE_TOKEN_TEXT_VARIANT } from 'uniswap/src/features/tra import { useUSDCValue } from 'uniswap/src/features/transactions/swap/hooks/useUSDCPrice' import { useNetworkColors } from 'uniswap/src/utils/colors' import { NumberType } from 'utilities/src/format/types' +import { logger } from 'utilities/src/logger/logger' export function useInsufficientNativeTokenWarning({ flow, @@ -59,6 +60,21 @@ export function useInsufficientNativeTokenWarning({ return null } + if (!gasAmount) { + logger.warn( + 'useInsufficientNativeTokenWarning', + 'useInsufficientNativeTokenWarning', + 'No `gasAmount` found when trying to render `InsufficientNativeTokenWarning`', + { + warning, + gasFee, + nativeCurrency, + nativeCurrencyInfo, + }, + ) + return null + } + const supportedChainId = toSupportedChainId(nativeCurrency?.chainId) if (!supportedChainId) { @@ -70,7 +86,7 @@ export function useInsufficientNativeTokenWarning({ const modalOrTooltipMainMessage = ( ) diff --git a/packages/uniswap/src/features/transactions/TransactionDetails/SwapReviewTokenWarningCard.tsx b/packages/uniswap/src/features/transactions/TransactionDetails/SwapReviewTokenWarningCard.tsx index 7bfed75d809..8698cd98bd2 100644 --- a/packages/uniswap/src/features/transactions/TransactionDetails/SwapReviewTokenWarningCard.tsx +++ b/packages/uniswap/src/features/transactions/TransactionDetails/SwapReviewTokenWarningCard.tsx @@ -41,8 +41,8 @@ export function SwapReviewTokenWarningCard({ const feeOnTransferOverride = showFeeSeverityWarning && tokenFeeInfo && feeType ? { - fee: tokenFeeInfo.fee, - feeType, + buyFeePercent: feeType === 'buy' ? feePercent : undefined, + sellFeePercent: feeType === 'sell' ? feePercent : undefined, } : undefined @@ -59,7 +59,7 @@ export function SwapReviewTokenWarningCard({ hideCtaIcon currencyInfo={currencyInfoToDisplay} tokenProtectionWarningOverride={tokenProtectionWarningToDisplay} - feePercentOverride={showFeeSeverityWarning ? feePercent : undefined} + feeOnTransferOverride={feeOnTransferOverride} checked={checked} setChecked={setChecked} onPress={onPress} diff --git a/packages/uniswap/src/features/transactions/TransactionDetails/utils.ts b/packages/uniswap/src/features/transactions/TransactionDetails/utils.ts index 479585dc074..ad1cd2de8c6 100644 --- a/packages/uniswap/src/features/transactions/TransactionDetails/utils.ts +++ b/packages/uniswap/src/features/transactions/TransactionDetails/utils.ts @@ -22,7 +22,7 @@ export function getFeeSeverity(fee: Percent): { } { // WarningSeverity for styling. Same logic as getTokenWarningSeverity but without non-fee-related cases. // If fee >= 5% then HIGH, else 0% < fee < 5% then MEDIUM, else NONE - const tokenProtectionWarning = getFeeWarning(fee) + const tokenProtectionWarning = getFeeWarning(parseFloat(fee.toFixed())) const severity = getSeverityFromTokenProtectionWarning(tokenProtectionWarning) return { severity, tokenProtectionWarning } } diff --git a/packages/uniswap/src/features/transactions/swap/form/utils.ts b/packages/uniswap/src/features/transactions/swap/form/utils.ts index a3c0dc0cb63..aa88c014f94 100644 --- a/packages/uniswap/src/features/transactions/swap/form/utils.ts +++ b/packages/uniswap/src/features/transactions/swap/form/utils.ts @@ -15,3 +15,11 @@ export const getShouldResetExactAmountToken = ( return shouldResetInputAmount || shouldResetOutputAmount } + +export const getTradeSettingsDeadline = (customDeadline?: number): number | undefined => { + // if custom deadline is set (in minutes), convert to unix timestamp format from now + const deadlineSeconds = (customDeadline ?? 0) * 60 + const deadline = customDeadline ? Math.floor(Date.now() / 1000) + deadlineSeconds : undefined + + return deadline +} diff --git a/packages/uniswap/src/features/transactions/swap/hooks/useTransactionRequestInfo.ts b/packages/uniswap/src/features/transactions/swap/hooks/useTransactionRequestInfo.ts index 4b72283d6e3..4774f910e4a 100644 --- a/packages/uniswap/src/features/transactions/swap/hooks/useTransactionRequestInfo.ts +++ b/packages/uniswap/src/features/transactions/swap/hooks/useTransactionRequestInfo.ts @@ -3,7 +3,6 @@ import { providers } from 'ethers/lib/ethers' import { useEffect, useMemo, useRef } from 'react' import { WithV4Flag } from 'uniswap/src/data/apiClients/tradingApi/TradingApiClient' import { useTradingApiSwapQuery } from 'uniswap/src/data/apiClients/tradingApi/useTradingApiSwapQuery' -import { getTradeSettingsDeadline } from 'uniswap/src/data/apiClients/tradingApi/utils/getTradeSettingsDeadline' import { CreateSwapRequest, NullablePermit, @@ -19,6 +18,7 @@ import { useDynamicConfigValue, useFeatureFlag } from 'uniswap/src/features/gati import { useLocalizationContext } from 'uniswap/src/features/language/LocalizationContext' import { sendAnalyticsEvent } from 'uniswap/src/features/telemetry/send' import { getBaseTradeAnalyticsPropertiesFromSwapInfo } from 'uniswap/src/features/transactions/swap/analytics' +import { getTradeSettingsDeadline } from 'uniswap/src/features/transactions/swap/form/utils' import { usePermit2SignatureWithData } from 'uniswap/src/features/transactions/swap/hooks/usePermit2Signature' import { useWrapTransactionRequest } from 'uniswap/src/features/transactions/swap/hooks/useWrapTransactionRequest' import { useSwapSettingsContext } from 'uniswap/src/features/transactions/swap/settings/contexts/SwapSettingsContext' diff --git a/packages/uniswap/src/features/transactions/swap/hooks/useUSDCPrice.ts b/packages/uniswap/src/features/transactions/swap/hooks/useUSDCPrice.ts index d0fc0986ff8..0273f931016 100644 --- a/packages/uniswap/src/features/transactions/swap/hooks/useUSDCPrice.ts +++ b/packages/uniswap/src/features/transactions/swap/hooks/useUSDCPrice.ts @@ -8,7 +8,6 @@ import { USDC_ASTROCHAIN_SEPOLIA, USDC_AVALANCHE, USDC_BASE, - USDC_BNB, USDC_CELO, USDC_OPTIMISM, USDC_POLYGON, @@ -16,6 +15,7 @@ import { USDC_WORLD_CHAIN, USDC_ZKSYNC, USDC_ZORA, + USDT_BNB, } from 'uniswap/src/constants/tokens' import { UniverseChainId } from 'uniswap/src/features/chains/types' import { useTrade } from 'uniswap/src/features/transactions/swap/hooks/useTrade' @@ -29,7 +29,7 @@ export const STABLECOIN_AMOUNT_OUT: { [chainId: number]: CurrencyAmount } [UniverseChainId.Sepolia]: CurrencyAmount.fromRawAmount(USDC_SEPOLIA, 100_000e6), [UniverseChainId.ArbitrumOne]: CurrencyAmount.fromRawAmount(USDC_ARBITRUM, 10_000e6), [UniverseChainId.Base]: CurrencyAmount.fromRawAmount(USDC_BASE, 10_000e6), - [UniverseChainId.Bnb]: CurrencyAmount.fromRawAmount(USDC_BNB, 10_000e18), + [UniverseChainId.Bnb]: CurrencyAmount.fromRawAmount(USDT_BNB, 10_000e18), [UniverseChainId.Polygon]: CurrencyAmount.fromRawAmount(USDC_POLYGON, 10_000e6), [UniverseChainId.Optimism]: CurrencyAmount.fromRawAmount(USDC_OPTIMISM, 10_000e6), [UniverseChainId.Blast]: CurrencyAmount.fromRawAmount(USDB_BLAST, 10_000e18), diff --git a/packages/uniswap/src/features/transactions/swap/modals/FeeOnTransferWarning.tsx b/packages/uniswap/src/features/transactions/swap/modals/FeeOnTransferWarning.tsx index 5097ee07715..2f9c96e75f4 100644 --- a/packages/uniswap/src/features/transactions/swap/modals/FeeOnTransferWarning.tsx +++ b/packages/uniswap/src/features/transactions/swap/modals/FeeOnTransferWarning.tsx @@ -32,7 +32,13 @@ export function FeeOnTransferWarning({ const { tokenProtectionWarning } = getFeeSeverity(feeInfo.fee) const title = getModalHeaderText({ t, tokenProtectionWarning, tokenSymbol0: tokenSymbol }) ?? '' const subtitle = - getModalSubtitleTokenWarningText({ t, tokenProtectionWarning, tokenSymbol, formattedFeePercent }) ?? '' + getModalSubtitleTokenWarningText({ + t, + tokenProtectionWarning, + tokenSymbol, + formattedBuyFeePercent: feeType === 'buy' ? formattedFeePercent : undefined, + formattedSellFeePercent: feeType === 'sell' ? formattedFeePercent : undefined, + }) ?? '' if (isInterface) { return ( @@ -77,8 +83,8 @@ export function FeeOnTransferWarning({ isVisible={showModal} currencyInfo0={feeInfo.currencyInfo} feeOnTransferOverride={{ - fee: feeInfo.fee, - feeType, + buyFeePercent: feeType === 'buy' ? feePercent : undefined, + sellFeePercent: feeType === 'sell' ? feePercent : undefined, }} closeModalOnly={onClose} onAcknowledge={onClose} diff --git a/packages/uniswap/src/features/transactions/swap/utils/tradingApi.ts b/packages/uniswap/src/features/transactions/swap/utils/tradingApi.ts index 0d2449377f4..0d012e30787 100644 --- a/packages/uniswap/src/features/transactions/swap/utils/tradingApi.ts +++ b/packages/uniswap/src/features/transactions/swap/utils/tradingApi.ts @@ -197,6 +197,15 @@ export function computeRoutes( } }) } catch (e) { + logger.error(e, { + tags: { file: 'tradingApi.ts', function: 'computeRoutes' }, + extra: { + input: parsedCurrencyIn.address, + output: parsedCurrencyOut.address, + inputChainId: parsedCurrencyIn.chainId, + outputChainId: parsedCurrencyOut.chainId, + }, + }) return undefined } } @@ -206,6 +215,11 @@ function parseTokenApi(token: TradingApiTokenInRoute): Token { if (!chainId || !address || !decimals || !symbol) { throw new Error('Expected token to have chainId, address, decimals, and symbol') } + + if (address === NATIVE_ADDRESS_FOR_TRADING_API) { + throw new Error('Cannot parse native currency as an erc20 Token') + } + return new Token( chainId, address, @@ -228,8 +242,16 @@ function parseV4PoolApi({ tokenIn, tokenOut, }: TradingApiV4PoolInRoute): V4Pool { - const currencyIn = parseTokenApi(tokenIn) - const currencyOut = parseTokenApi(tokenOut) + if (!tokenIn.address || !tokenOut.address || !tokenIn.chainId || !tokenOut.chainId) { + throw new Error('Expected V4 route to have defined addresses and chainIds') + } + + const inputIsNative = tokenIn.address === NATIVE_ADDRESS_FOR_TRADING_API + const outputIsNative = tokenOut.address === NATIVE_ADDRESS_FOR_TRADING_API + + // Unlike lower protocol versions, v4 routes can involve unwrapped native tokens. + const currencyIn = inputIsNative ? NativeCurrency.onChain(tokenIn.chainId) : parseTokenApi(tokenIn) + const currencyOut = outputIsNative ? NativeCurrency.onChain(tokenOut.chainId) : parseTokenApi(tokenOut) return new V4Pool( currencyIn, diff --git a/packages/uniswap/src/features/transactions/types/transactionDetails.ts b/packages/uniswap/src/features/transactions/types/transactionDetails.ts index 3c426c341b9..30e5a289b58 100644 --- a/packages/uniswap/src/features/transactions/types/transactionDetails.ts +++ b/packages/uniswap/src/features/transactions/types/transactionDetails.ts @@ -149,6 +149,7 @@ export type FinalizedTransactionDetails = TransactionDetails & export type TransactionOptions = { request: providers.TransactionRequest + submittedTimestampMs?: number timeoutTimestampMs?: number submitViaPrivateRpc?: boolean } diff --git a/packages/uniswap/src/i18n/locales/source/en-US.json b/packages/uniswap/src/i18n/locales/source/en-US.json index 46b1f8bf932..fe4b2d313e1 100644 --- a/packages/uniswap/src/i18n/locales/source/en-US.json +++ b/packages/uniswap/src/i18n/locales/source/en-US.json @@ -837,8 +837,8 @@ "fee.tier.create": "Create fee tier", "fee.tier.create.button": "Create new fee tier", "fee.tier.create.description": "Creating a new tier will initialize in a new pool and result in higher than usual network costs.", - "fee.tier.description": "The amount earned providing liquidity. Choose an amount that suits your risk tolerance and strategy.", - "fee.tier.description.v2": "The amount earned providing liquidity. All v2 pools have fixed 0.3% fees. For more options, provide liquidity on v4.", + "fee.tier.description": "The amount earned facilitating trades. Choose an amount that suits your risk tolerance and strategy.", + "fee.tier.description.v2": "The amount earned facilitating trades. All v2 pools have fixed 0.3% fees. For more options, provide liquidity on v4.", "fee.tier.dynamic": "Dynamic fee tier", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", @@ -1996,11 +1996,11 @@ "token.safety.warning.fotLow.title": "Fee detected", "token.safety.warning.fotVeryHigh.title": "Very high fee detected", "token.safety.warning.honeypot.message": "{{tokenSymbol}} has been flagged as unsellable. Swapping this token may result in a loss of your funds.", - "token.safety.warning.honeypot.title": "Honeypot detected", + "token.safety.warning.honeypot.title": "100% sell fee detected", "token.safety.warning.impersonator": "Impersonates another token", "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} has been flagged as malicious.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} has been flagged as malicious by Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged by Blockaid for attempting to copy a different token. It may not be the token you are looking to swap.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", "token.safety.warning.malicious.title": "Malicious token detected", "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", @@ -2010,13 +2010,17 @@ "token.safety.warning.medium.heading.default_other_also": "These tokens also aren’t traded on leading U.S. centralized exchanges.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} isn’t traded on leading U.S. centralized exchanges.", "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} has been flagged as a potential spam token.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} has been flagged as unsellable.", + "token.safety.warning.sellFee100.title": "100% sell fee detected", + "token.safety.warning.spam.message": "{{tokenSymbol}} has been flagged as spam by Blockaid.", "token.safety.warning.spam.title": "Spam token detected", "token.safety.warning.spamsUsers": "Spams users", "token.safety.warning.strong.heading.default_one": "This token isn’t traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.", "token.safety.warning.strong.heading.default_other": "These tokens aren’t traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} isn’t traded on leading U.S. centralized exchanges or frequently swapped on Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} charges a {{buyFeePercent}} fee when bought and {{sellFeePercent}} when sold.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} charges a {{feePercent}} fee when sold.", "token.safetyLevel.blocked.header": "Not available", "token.safetyLevel.blocked.message": "You can’t trade this token using the Uniswap Wallet.", "token.safetyLevel.medium.header": "Caution", diff --git a/packages/uniswap/src/i18n/locales/translations/af-ZA.json b/packages/uniswap/src/i18n/locales/translations/af-ZA.json index 8958f07a1b2..c865f035b52 100644 --- a/packages/uniswap/src/i18n/locales/translations/af-ZA.json +++ b/packages/uniswap/src/i18n/locales/translations/af-ZA.json @@ -177,7 +177,6 @@ "common.approvePending": "Goedkeuring hangende...", "common.approveSpend": "Keur {{symbol}} besteding goed", "common.approving": "Goedkeurend", - "common.areYouSure": "Is jy seker?", "common.automatic": "Outo", "common.availableIn": "Uniswap beskikbaar in: ", "common.availableOnIOSAndroid": "Beskikbaar op iOS en Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Ontwikkel het misluk", "common.unwrapped": "Ontwikkel", "common.unwrapping": "Ontwikkel", - "common.version": "Weergawe", "common.view.profile": "Bekyk profiel", "common.viewOnBlockExplorer": "Kyk op Block Explorer", "common.viewOnExplorer": "Kyk op Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Skep fooi-vlak", "fee.tier.create.button": "Skep nuwe fooi-vlak", "fee.tier.create.description": "Die skep van 'n nuwe vlak sal in 'n nuwe poel geïnisialiseer en lei tot hoër as gewoonlik netwerkkoste.", - "fee.tier.description": "Die bedrag verdien fasiliteer ambagte. Kies 'n bedrag wat pas by jou risikotoleransie en strategie.", - "fee.tier.description.v2": "Die bedrag verdien fasiliteer ambagte. Alle v2-poele het vaste 0.3% fooie. Vir meer opsies, verskaf likiditeit op v4.", + "fee.tier.description": "Die bedrag verdien wat likiditeit verskaf. Kies 'n bedrag wat pas by jou risikotoleransie en strategie.", + "fee.tier.description.v2": "Die bedrag verdien wat likiditeit verskaf. Alle v2-poele het vaste 0.3% fooie. Vir meer opsies, verskaf likiditeit op v4.", "fee.tier.dynamic": "Dinamiese fooi-vlak", "fee.tier.dynamic.create": "Skep dinamiese fooi-vlak", "fee.tier.dynamic.create.info": "Jy is op die punt om 'n swembad met 'n dinamiese fooivlak te skep. Voordat u voortgaan, maak asseblief seker dat die geselekteerde haak dinamiese fooie ondersteun.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Die verskaffing van volle reeks likiditeit verseker deurlopende markdeelname oor alle moontlike pryse, wat eenvoud bied, maar met potensiaal vir groter permanente verlies.", "position.provide.liquidityDescription.custom": "Pasgemaakte reeks laat jou toe om jou likiditeit binne spesifieke prysgrense te konsentreer, wat kapitaaldoeltreffendheid en fooi-verdienste verbeter, maar meer aktiewe bestuur vereis.", "position.removeHook": "Verwyder die haak", - "position.resetDescription": "Jou tokens, prys en reekskeuses sal teruggestel word.", "position.setRange": "Stel prysklas", "position.setRange.inputsBelow": "Gebruik die insette hieronder om jou reeks te stel.", "position.step.deposit": "Voer deposito bedrae in", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Dit bied die Uniswap-protokol toegang tot jou teken vir verhandeling.", "routing.aggregateLiquidity": "Wanneer beskikbaar, versamel likiditeitsbronne vir beter pryse en gasvrye ruiltransaksies.", "routing.cheapest": "Die Uniswap-kliënt kies die goedkoopste handelsopsie wat prys en netwerkkoste faktoriseer.", - "routing.cheapest.v4": "Die Uniswap-kliënt kies die optimale handelsopsie met inagneming van prys en netwerkkoste.", "scantastic.code.expired": "Verval", "scantastic.code.subtitle": "Voer hierdie kode in die Uniswap-uitbreiding in. Jou herstelfrase sal veilig geënkripteer en oorgedra word.", "scantastic.code.timeRemaining.shorthand.hours": "Nuwe kode in {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Keur in jou beursie goed", "swap.balance.amount": "Balans: {{amount}}", "swap.bestRoute.cost": "Beste prys roete kos ~{{gasPrice}} in gas. ", - "swap.bestRoute.cost.v4": "Optimale roetekoste ~{{gasPrice}} in gas. ", "swap.bridging.estimatedTime": "Geskatte tyd", "swap.bridging.title": "Ruil oor netwerke heen", "swap.bridging.warning.description": "Jy ruil van {{fromNetwork}} na {{toNetwork}}. Dit staan ook bekend as \"oorbrugging\", wat jou tokens van een netwerk na 'n ander skuif.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Netwerk", "swap.settings.protection.subtitle.unavailable": "Nie beskikbaar op {{chainName}}nie", "swap.settings.protection.title": "Ruil beskerming", - "swap.settings.routingPreference.option.default.description": "Die Uniswap-kliënt kies die goedkoopste handelsopsie met inagneming van prys en netwerkkoste.", - "swap.settings.routingPreference.option.default.description.v4": "Die Uniswap-kliënt kies die optimale handelsopsie met inagneming van prys en netwerkkoste.", + "swap.settings.routingPreference.option.default.description": "Die Uniswap-kliënt kies die goedkoopste handelsopsie wat prys en netwerkkoste faktoriseer.", "swap.settings.routingPreference.option.v2.title": "v2 swembaddens", "swap.settings.routingPreference.option.v3.title": "v3 swembaddens", "swap.settings.routingPreference.option.v4.title": "v4 swembaddens", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} fooie maak nie voorsiening vir akkurate presiese uitsette nie. Gebruik eerder die `Verkoop`-veld.", "swap.tokenOwnFees": "Sommige tokens neem 'n fooi wanneer dit gekoop of verkoop word, wat deur die token-uitreiker bepaal word. Uniswap ontvang nie enige van hierdie fooie nie.", "swap.total": "Totaal", - "swap.tradeRoutes": "Handelsroetes", "swap.transaction.deadline": "Transaksie sperdatum", "swap.transaction.revertAfter": "Jou transaksie sal terugdraai as dit vir langer as hierdie tydperk hangende is.", "swap.unsupportedAssets.readMore": "Lees meer oor nie-ondersteunde bates", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Tarieflimiet oorskry", "swap.warning.router.message": "Jy het dalk verbinding verloor of die netwerk is dalk af. As die probleem voortduur, probeer asseblief later weer.", "swap.warning.router.title": "Hierdie handel kan nie nou voltooi word nie", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is geblokkeer", "swap.warning.uniswapFee.message.default": "Fooie word gehef om die beste ervaring met Uniswap te verseker. Daar is geen fooi verbonde aan hierdie ruil nie.", "swap.warning.uniswapFee.message.included": "Fooie word toegepas om die beste ervaring met Uniswap te verseker, en is reeds by hierdie kwotasie ingesluit.", "swap.warning.uniswapFee.title": "Ruil fooi", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Fooi bespeur", "token.safety.warning.fotVeryHigh.title": "Baie hoë fooi bespeur", "token.safety.warning.honeypot.message": "{{tokenSymbol}} is as onverkoopbaar gemerk. Om hierdie teken te ruil kan lei tot 'n verlies van jou fondse.", - "token.safety.warning.honeypot.title": "Heuningpot opgespoor", + "token.safety.warning.honeypot.title": "100% verkoopfooi bespeur", "token.safety.warning.impersonator": "Verpersoonlik 'n ander teken", "token.safety.warning.impersonator.title": "Nabootser-token bespeur", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} is as kwaadwillig gevlag.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} is gemerk as 'n poging om 'n ander teken te kopieer. Dit is dalk nie die teken wat jy wil ruil nie.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} is deur Blockaid as kwaadwillig gemerk.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} is deur Blockaid gevlag omdat hy probeer het om 'n ander teken te kopieer. Dit is dalk nie die teken wat jy wil ruil nie.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} is dalk nie die teken wat jy wil ruil nie.", "token.safety.warning.malicious.title": "Kwaadwillige teken bespeur", "token.safety.warning.mayResultInLoss": "Om dit te ruil kan 'n verlies aan fondse tot gevolg hê.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Hierdie teken word ook nie op toonaangewende gesentraliseerde beurse in die VSA verhandel nie.", "token.safety.warning.medium.heading.default_other_also": "Hierdie tokens word ook nie op toonaangewende Amerikaanse gesentraliseerde uitruilings verhandel nie.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} word nie op toonaangewende Amerikaanse gesentraliseerde beurse verhandel nie.", + "token.safety.warning.notAvailableToTrade": "Nie beskikbaar om handel te dryf nie", "token.safety.warning.notListedOnExchanges": "Nie gelys op toonaangewende Amerikaanse uitruilings nie", - "token.safety.warning.spam.message": "{{tokenSymbol}} is gevlag as 'n potensiële strooipostoken.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} is as onverkoopbaar gemerk.", + "token.safety.warning.sellFee100.title": "100% verkoopfooi bespeur", + "token.safety.warning.spam.message": "{{tokenSymbol}} is deur Blockaid as strooipos gevlag.", "token.safety.warning.spam.title": "Strooipos-token bespeur", "token.safety.warning.spamsUsers": "Spams gebruikers", "token.safety.warning.strong.heading.default_one": "Hierdie token word nie op toonaangewende Amerikaanse gesentraliseerde beurse verhandel of gereeld op Uniswap geruil nie.", "token.safety.warning.strong.heading.default_other": "Hierdie tokens word nie op toonaangewende Amerikaanse gesentraliseerde beurse verhandel of gereeld op Uniswap geruil nie.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} word nie op toonaangewende Amerikaanse gesentraliseerde beurse verhandel of gereeld op Uniswap geruil nie.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} hef 'n {{feePercent}} fooi wanneer dit gekoop of verkoop word.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} hef 'n {{buyFeePercent}} fooi wanneer dit gekoop word en {{sellFeePercent}} wanneer dit verkoop word.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} hef 'n {{feePercent}} fooi wanneer dit gekoop word.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} hef 'n {{feePercent}} fooi wanneer dit verkoop word.", "token.safetyLevel.blocked.header": "Nie beskikbaar nie", "token.safetyLevel.blocked.message": "Jy kan nie hierdie token verhandel met die Uniswap Wallet nie.", "token.safetyLevel.medium.header": "Versigtig", diff --git a/packages/uniswap/src/i18n/locales/translations/ar-SA.json b/packages/uniswap/src/i18n/locales/translations/ar-SA.json index 90e9f595b2f..ffbc5d125dd 100644 --- a/packages/uniswap/src/i18n/locales/translations/ar-SA.json +++ b/packages/uniswap/src/i18n/locales/translations/ar-SA.json @@ -177,7 +177,6 @@ "common.approvePending": "في انتظار الموافقة...", "common.approveSpend": "الموافقة على الإنفاق {{symbol}}", "common.approving": "الموافقة", - "common.areYouSure": "هل أنت متأكد؟", "common.automatic": "آلي", "common.availableIn": "Uniswap متاح في: ", "common.availableOnIOSAndroid": "متوفر على نظامي iOS وAndroid", @@ -650,7 +649,6 @@ "common.unwrap.failed": "فشل إلغاء التغليف", "common.unwrapped": "يفك ربطة", "common.unwrapping": "فك التغليف", - "common.version": "إصدار", "common.view.profile": "عرض الملف الشخصي", "common.viewOnBlockExplorer": "عرض على بلوك إكسبلورر", "common.viewOnExplorer": "عرض على اكسبلورر", @@ -837,8 +835,8 @@ "fee.tier.create": "إنشاء مستوى الرسوم", "fee.tier.create.button": "إنشاء مستوى رسوم جديد", "fee.tier.create.description": "سيؤدي إنشاء طبقة جديدة إلى تهيئة مجموعة جديدة مما يؤدي إلى تكاليف شبكة أعلى من المعتاد.", - "fee.tier.description": "المبلغ الذي تكسبه يسهل عليك التداول. اختر المبلغ الذي يناسب قدرتك على تحمل المخاطرة واستراتيجيتك.", - "fee.tier.description.v2": "المبلغ المكتسب من تسهيل التداول. جميع مجموعات v2 لديها رسوم ثابتة بنسبة 0.3%. لمزيد من الخيارات، قم بتوفير السيولة على v4.", + "fee.tier.description": "المبلغ الذي تم ربحه من خلال توفير السيولة. اختر المبلغ الذي يناسب قدرتك على تحمل المخاطر واستراتيجيتك.", + "fee.tier.description.v2": "المبلغ المكتسب من خلال توفير السيولة. جميع مجموعات v2 لديها رسوم ثابتة بنسبة 0.3%. لمزيد من الخيارات، قم بتوفير السيولة على v4.", "fee.tier.dynamic": "مستوى الرسوم الديناميكي", "fee.tier.dynamic.create": "إنشاء طبقة رسوم ديناميكية", "fee.tier.dynamic.create.info": "أنت على وشك إنشاء مجموعة ذات مستوى رسوم ديناميكي. قبل المتابعة، يرجى التأكد من أن الخطاف المحدد يدعم الرسوم الديناميكية.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "إن توفير السيولة الكاملة يضمن المشاركة المستمرة في السوق عبر جميع الأسعار الممكنة، مما يوفر البساطة ولكن مع إمكانية حدوث خسارة غير دائمة أكبر.", "position.provide.liquidityDescription.custom": "يتيح لك النطاق المخصص التركيز على السيولة ضمن حدود سعرية محددة، مما يعزز كفاءة رأس المال وأرباح الرسوم ولكنه يتطلب إدارة أكثر نشاطًا.", "position.removeHook": "إزالة الخطاف", - "position.resetDescription": "سيتم إعادة تعيين اختيارات الرموز والسعر والنطاق الخاصة بك.", "position.setRange": "تحديد النطاق السعري", "position.setRange.inputsBelow": "استخدم المدخلات أدناه لتعيين النطاق الخاص بك.", "position.step.deposit": "أدخل مبالغ الإيداع", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "يتيح هذا لبروتوكول Uniswap الوصول إلى الرمز الخاص بك للتداول.", "routing.aggregateLiquidity": "عند توفرها، يتم تجميع مصادر السيولة للحصول على أسعار أفضل ومقايضات خالية من الغاز.", "routing.cheapest": "يقوم عميل Uniswap باختيار أرخص سعر لخيارات التداول وتكاليف الشبكة.", - "routing.cheapest.v4": "يقوم عميل Uniswap باختيار خيار التداول الأمثل مع الأخذ في الاعتبار السعر وتكاليف الشبكة.", "scantastic.code.expired": "منتهي الصلاحية", "scantastic.code.subtitle": "أدخل هذا الرمز في ملحق Uniswap. سيتم تشفير ونقل عبارة الاسترداد بأمان.", "scantastic.code.timeRemaining.shorthand.hours": "كود جديد في {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "الموافقة في محفظتك", "swap.balance.amount": "الرصيد: {{amount}}", "swap.bestRoute.cost": "أفضل سعر لتكاليف الطريق ~{{gasPrice}} بالغاز. ", - "swap.bestRoute.cost.v4": "تبلغ تكاليف الطريق الأمثل ~{{gasPrice}} في الغاز. ", "swap.bridging.estimatedTime": "الوقت المقدر", "swap.bridging.title": "التبديل عبر الشبكات", "swap.bridging.warning.description": "أنت تقوم بالتبديل من {{fromNetwork}} إلى {{toNetwork}}. يُعرف هذا أيضًا باسم \"الربط\"، والذي ينقل رموزك من شبكة إلى أخرى.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} الشبكة", "swap.settings.protection.subtitle.unavailable": "غير متوفر على {{chainName}}", "swap.settings.protection.title": "حماية المبادلة", - "swap.settings.routingPreference.option.default.description": "يقوم عميل Uniswap باختيار خيار التداول الأرخص مع الأخذ في الاعتبار السعر وتكاليف الشبكة.", - "swap.settings.routingPreference.option.default.description.v4": "يقوم عميل Uniswap باختيار خيار التداول الأمثل مع الأخذ في الاعتبار السعر وتكاليف الشبكة.", + "swap.settings.routingPreference.option.default.description": "يقوم عميل Uniswap باختيار أرخص سعر لخيارات التداول وتكاليف الشبكة.", "swap.settings.routingPreference.option.v2.title": "حمامات v2", "swap.settings.routingPreference.option.v3.title": "حمامات v3", "swap.settings.routingPreference.option.v4.title": "حمامات سباحة v4", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} الرسوم لا تسمح بمخرجات دقيقة ودقيقة. استخدم حقل \"البيع\" بدلاً من ذلك.", "swap.tokenOwnFees": "تأخذ بعض الرموز المميزة رسومًا عند شرائها أو بيعها، والتي يحددها مصدر الرمز المميز. لا يتلقى Uniswap أيًا من هذه الرسوم.", "swap.total": "المجموع", - "swap.tradeRoutes": "طرق التجارة", "swap.transaction.deadline": "الموعد النهائي للمعاملة", "swap.transaction.revertAfter": "سيتم إرجاع معاملتك إذا كانت معلقة لأكثر من هذه الفترة الزمنية.", "swap.unsupportedAssets.readMore": "اقرأ المزيد عن الأصول غير المدعومة", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "حد معدل تجاوز", "swap.warning.router.message": "ربما فقدت الاتصال أو ربما تكون الشبكة معطلة. إذا استمرت المشكلة، يرجى المحاولة مرة أخرى لاحقًا.", "swap.warning.router.title": "لا يمكن إكمال هذه التجارة الآن", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} محظور", "swap.warning.uniswapFee.message.default": "يتم تطبيق الرسوم لضمان أفضل تجربة مع Uniswap. لا توجد رسوم مرتبطة بهذا المبادلة.", "swap.warning.uniswapFee.message.included": "يتم تطبيق الرسوم لضمان أفضل تجربة مع Uniswap، وقد تم أخذها في الاعتبار بالفعل في هذا العرض.", "swap.warning.uniswapFee.title": "رسوم المبادلة", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "تم اكتشاف الرسوم", "token.safety.warning.fotVeryHigh.title": "تم اكتشاف رسوم عالية جدًا", "token.safety.warning.honeypot.message": "تم تصنيف {{tokenSymbol}} على أنه غير قابل للبيع. قد يؤدي تبديل هذا الرمز إلى خسارة أموالك.", - "token.safety.warning.honeypot.title": "تم اكتشاف مصيدة العسل", + "token.safety.warning.honeypot.title": "تم اكتشاف رسوم بيع بنسبة 100%", "token.safety.warning.impersonator": "ينتحل شخصية رمز آخر", "token.safety.warning.impersonator.title": "تم الكشف عن رمز المقلد", - "token.safety.warning.malicious.general.message": "تم تصنيف {{tokenSymbol}} على أنه ضار.", - "token.safety.warning.malicious.impersonator.message": "تم وضع علامة على {{tokenSymbol}} كمحاولة لنسخ رمز مختلف. قد لا يكون الرمز الذي تبحث عن مبادلته.", + "token.safety.warning.malicious.general.message": "تم تصنيف {{tokenSymbol}} على أنه ضار بواسطة Blockaid.", + "token.safety.warning.malicious.impersonator.message": "تم وضع علامة على {{tokenSymbol}} بواسطة Blockaid لمحاولة نسخ رمز مختلف. قد لا يكون الرمز الذي تبحث عن مبادلته.", "token.safety.warning.malicious.impersonator.message.short": "قد لا يكون {{tokenSymbol}} هو الرمز الذي تبحث عن مبادلته.", "token.safety.warning.malicious.title": "تم الكشف عن رمز ضار", "token.safety.warning.mayResultInLoss": "قد يؤدي تبديله إلى خسارة الأموال.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "كما أن هذه العملة الرمزية لا يتم تداولها في البورصات المركزية الرائدة في الولايات المتحدة.", "token.safety.warning.medium.heading.default_other_also": "كما أن هذه الرموز لا يتم تداولها في البورصات المركزية الرائدة في الولايات المتحدة.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} لا يتم تداوله في البورصات المركزية الأمريكية الرائدة.", + "token.safety.warning.notAvailableToTrade": "غير متاح للتداول", "token.safety.warning.notListedOnExchanges": "غير مدرج في البورصات الأمريكية الرائدة", - "token.safety.warning.spam.message": "تم وضع علامة على {{tokenSymbol}} كرمز بريد عشوائي محتمل.", + "token.safety.warning.sellFee100.message": "تم وضع علامة على {{ tokenSymbol }} على أنها غير قابلة للبيع.", + "token.safety.warning.sellFee100.title": "تم اكتشاف رسوم بيع بنسبة 100%", + "token.safety.warning.spam.message": "تم تصنيف {{tokenSymbol}} على أنه بريد عشوائي بواسطة Blockaid.", "token.safety.warning.spam.title": "تم اكتشاف رمز البريد العشوائي", "token.safety.warning.spamsUsers": "البريد العشوائي للمستخدمين", "token.safety.warning.strong.heading.default_one": "لا يتم تداول هذا الرمز المميز في البورصات المركزية الأمريكية الرائدة أو يتم مبادلته بشكل متكرر على Uniswap.", "token.safety.warning.strong.heading.default_other": "لا يتم تداول هذه الرموز المميزة في البورصات المركزية الأمريكية الرائدة أو يتم تبادلها بشكل متكرر على Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} لا يتم تداوله في البورصات المركزية الأمريكية الرائدة أو يتم مبادلته بشكل متكرر على Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "تفرض {{tokenSymbol}} رسومًا قدرها {{feePercent}} عند الشراء أو البيع.", + "token.safety.warning.tokenChargesFee.both.message": "تتقاضى {{tokenSymbol}} رسومًا قدرها {{buyFeePercent}} عند الشراء و {{sellFeePercent}} عند البيع.", + "token.safety.warning.tokenChargesFee.buy.message": "تفرض {{tokenSymbol}} رسومًا قدرها {{feePercent}} عند الشراء.", + "token.safety.warning.tokenChargesFee.sell.message": "تفرض {{tokenSymbol}} رسومًا قدرها {{feePercent}} عند البيع.", "token.safetyLevel.blocked.header": "غير متاح", "token.safetyLevel.blocked.message": "لا يمكنك تداول هذا الرمز المميز باستخدام Uniswap Wallet.", "token.safetyLevel.medium.header": "حذر", diff --git a/packages/uniswap/src/i18n/locales/translations/ca-ES.json b/packages/uniswap/src/i18n/locales/translations/ca-ES.json index b67d6f542ff..e98a21d70ce 100644 --- a/packages/uniswap/src/i18n/locales/translations/ca-ES.json +++ b/packages/uniswap/src/i18n/locales/translations/ca-ES.json @@ -177,7 +177,6 @@ "common.approvePending": "Aprovació pendent...", "common.approveSpend": "Aprova la despesa de {{symbol}}", "common.approving": "Aprovant", - "common.areYouSure": "Estàs segur?", "common.automatic": "Automàtic", "common.availableIn": "Uniswap disponible a: ", "common.availableOnIOSAndroid": "Disponible a iOS i Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "S'ha produït un error en desembalar", "common.unwrapped": "Desembolicat", "common.unwrapping": "Desembolcall", - "common.version": "Versió", "common.view.profile": "Veure perfil", "common.viewOnBlockExplorer": "Veure a Block Explorer", "common.viewOnExplorer": "Veure a l'Explorador", @@ -837,8 +835,8 @@ "fee.tier.create": "Crea un nivell de tarifa", "fee.tier.create.button": "Crea un nou nivell de tarifes", "fee.tier.create.description": "La creació d'un nivell nou s'iniciarà en un grup nou i comportarà costos de xarxa superiors als habituals.", - "fee.tier.description": "La quantitat guanyada facilitant les operacions. Trieu una quantitat que s'adapti a la vostra estratègia i tolerància al risc.", - "fee.tier.description.v2": "La quantitat guanyada facilitant les operacions. Tots els grups v2 tenen tarifes fixes del 0,3%. Per obtenir més opcions, proporcioneu liquiditat a la v4.", + "fee.tier.description": "La quantitat guanyada aportant liquiditat. Trieu una quantitat que s'adapti a la vostra estratègia i tolerància al risc.", + "fee.tier.description.v2": "La quantitat guanyada aportant liquiditat. Tots els grups v2 tenen tarifes fixes del 0,3%. Per obtenir més opcions, proporcioneu liquiditat a la v4.", "fee.tier.dynamic": "Nivell de tarifes dinàmics", "fee.tier.dynamic.create": "Creació d'un nivell dinàmic de tarifes", "fee.tier.dynamic.create.info": "Esteu a punt de crear un grup amb un nivell de tarifa dinàmic. Abans de continuar, assegureu-vos que el ganxo seleccionat admet les tarifes dinàmiques.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Proporcionar liquiditat de gamma completa garanteix una participació contínua del mercat a tots els preus possibles, oferint simplicitat però amb potencial per a pèrdues impermanents més altes.", "position.provide.liquidityDescription.custom": "El rang personalitzat us permet concentrar la vostra liquiditat dins de límits de preus específics, millorant l'eficiència del capital i els guanys de comissions, però requerint una gestió més activa.", "position.removeHook": "Traieu el ganxo", - "position.resetDescription": "Les vostres seleccions de fitxes, preu i rang es restabliran.", "position.setRange": "Estableix el rang de preus", "position.setRange.inputsBelow": "Utilitzeu les entrades següents per definir el vostre rang.", "position.step.deposit": "Introduïu els imports dels dipòsits", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Això proporciona l'accés del protocol Uniswap al vostre testimoni per al comerç.", "routing.aggregateLiquidity": "Quan està disponible, agrega fonts de liquiditat per obtenir millors preus i permutes sense gas.", "routing.cheapest": "El client d'Uniswap selecciona l'opció comercial més barata tenint en compte el preu i els costos de xarxa.", - "routing.cheapest.v4": "El client Uniswap selecciona l'opció comercial òptima tenint en compte el preu i els costos de la xarxa.", "scantastic.code.expired": "Caducat", "scantastic.code.subtitle": "Introduïu aquest codi a l'extensió Uniswap. La vostra frase de recuperació s'encriptarà i es transferirà de manera segura.", "scantastic.code.timeRemaining.shorthand.hours": "Codi nou en {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Aprova a la teva cartera", "swap.balance.amount": "Balanç: {{amount}}", "swap.bestRoute.cost": "La ruta al millor preu costa ~{{gasPrice}} en gasolina. ", - "swap.bestRoute.cost.v4": "La ruta òptima costa ~{{gasPrice}} en gasolina. ", "swap.bridging.estimatedTime": "Est. temps", "swap.bridging.title": "Canvi entre xarxes", "swap.bridging.warning.description": "Estàs canviant de {{fromNetwork}} a {{toNetwork}}. Això també es coneix com \"pont\", que mou els vostres fitxes d'una xarxa a una altra.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Xarxa", "swap.settings.protection.subtitle.unavailable": "No disponible el {{chainName}}", "swap.settings.protection.title": "Protecció d'intercanvi", - "swap.settings.routingPreference.option.default.description": "El client Uniswap selecciona l'opció comercial més barata tenint en compte el preu i els costos de xarxa.", - "swap.settings.routingPreference.option.default.description.v4": "El client Uniswap selecciona l'opció comercial òptima tenint en compte el preu i els costos de la xarxa.", + "swap.settings.routingPreference.option.default.description": "El client d'Uniswap selecciona l'opció comercial més barata tenint en compte el preu i els costos de xarxa.", "swap.settings.routingPreference.option.v2.title": "piscines v2", "swap.settings.routingPreference.option.v3.title": "piscines v3", "swap.settings.routingPreference.option.v4.title": "piscines v4", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "Les tarifes de {{tokenSymbol}} no permeten obtenir resultats exactes i precisos. Feu servir el camp \"Vendre\".", "swap.tokenOwnFees": "Algunes fitxes cobren una tarifa quan es compren o venen, que l'estableix l'emissor del token. Uniswap no rep cap d'aquestes tarifes.", "swap.total": "Total", - "swap.tradeRoutes": "Rutes comercials", "swap.transaction.deadline": "Termini de transacció", "swap.transaction.revertAfter": "La transacció es revertirà si està pendent durant més d'aquest període de temps.", "swap.unsupportedAssets.readMore": "Obteniu més informació sobre els recursos no compatibles", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Passar els límits de velocitat", "swap.warning.router.message": "És possible que hàgiu perdut la connexió o que la xarxa estigui inactiva. Si el problema persisteix, torneu-ho a provar més tard.", "swap.warning.router.title": "Aquest comerç no es pot completar ara mateix", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} està bloquejat", "swap.warning.uniswapFee.message.default": "S'apliquen tarifes per garantir la millor experiència amb Uniswap. No hi ha cap comissió associada amb aquest intercanvi.", "swap.warning.uniswapFee.message.included": "Les tarifes s'apliquen per garantir la millor experiència amb Uniswap i ja s'han tingut en compte en aquesta cotització.", "swap.warning.uniswapFee.title": "Comissió d'intercanvi", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "S'ha detectat una tarifa", "token.safety.warning.fotVeryHigh.title": "S'ha detectat una tarifa molt alta", "token.safety.warning.honeypot.message": "{{tokenSymbol}} s'ha marcat com a no venedor. L'intercanvi d'aquest testimoni pot provocar la pèrdua dels vostres fons.", - "token.safety.warning.honeypot.title": "Honeypot detectat", + "token.safety.warning.honeypot.title": "S'ha detectat una tarifa de venda del 100%.", "token.safety.warning.impersonator": "Suplanta un altre testimoni", "token.safety.warning.impersonator.title": "S'ha detectat un testimoni d'imitador", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} s'ha marcat com a maliciós.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} s'ha marcat com un intent de copiar un testimoni diferent. Pot ser que no sigui el testimoni que voleu intercanviar.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} ha estat marcat com a maliciós per Blockaid.", + "token.safety.warning.malicious.impersonator.message": "Blockaid ha marcat {{tokenSymbol}} per intentar copiar un testimoni diferent. Pot ser que no sigui el testimoni que voleu intercanviar.", "token.safety.warning.malicious.impersonator.message.short": "És possible que {{tokenSymbol}} no sigui el testimoni que voleu intercanviar.", "token.safety.warning.malicious.title": "S'ha detectat un testimoni maliciós", "token.safety.warning.mayResultInLoss": "Canviar-lo pot provocar una pèrdua de fons.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Aquest testimoni tampoc no es negocia a les principals borses centralitzades dels EUA.", "token.safety.warning.medium.heading.default_other_also": "Aquestes fitxes tampoc es cotitzen a les principals borses centralitzades dels EUA.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} no es negocia a les principals borses centralitzades dels EUA.", + "token.safety.warning.notAvailableToTrade": "No disponible per al comerç", "token.safety.warning.notListedOnExchanges": "No cotitza a les principals borses dels EUA", - "token.safety.warning.spam.message": "{{tokenSymbol}} s'ha marcat com a possible testimoni de correu brossa.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} s'ha marcat com a no venedor.", + "token.safety.warning.sellFee100.title": "S'ha detectat una tarifa de venda del 100%.", + "token.safety.warning.spam.message": "{{tokenSymbol}} ha estat marcat com a correu brossa per Blockaid.", "token.safety.warning.spam.title": "S'ha detectat un testimoni de correu brossa", "token.safety.warning.spamsUsers": "Usuaris de correu brossa", "token.safety.warning.strong.heading.default_one": "Aquest testimoni no es negocia a les principals borses centralitzades dels EUA ni s'intercanvia amb freqüència a Uniswap.", "token.safety.warning.strong.heading.default_other": "Aquestes fitxes no es comercialitzen a les principals borses centralitzades dels EUA ni s'intercanvien amb freqüència a Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} no es negocia a les principals borses centralitzades dels EUA ni s'intercanvia amb freqüència a Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} cobra una tarifa de {{feePercent}} quan es compra o es ven.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} cobra una tarifa de {{buyFeePercent}} quan es compra i {{sellFeePercent}} quan es ven.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} cobra una tarifa de {{feePercent}} quan es compra.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} cobra una tarifa de {{feePercent}} quan es ven.", "token.safetyLevel.blocked.header": "No disponible", "token.safetyLevel.blocked.message": "No podeu intercanviar aquest testimoni amb Uniswap Wallet.", "token.safetyLevel.medium.header": "Precaució", diff --git a/packages/uniswap/src/i18n/locales/translations/cs-CZ.json b/packages/uniswap/src/i18n/locales/translations/cs-CZ.json index a62334c783d..4c870eeb948 100644 --- a/packages/uniswap/src/i18n/locales/translations/cs-CZ.json +++ b/packages/uniswap/src/i18n/locales/translations/cs-CZ.json @@ -177,7 +177,6 @@ "common.approvePending": "Čeká se na schválení...", "common.approveSpend": "Schválit {{symbol}} výdaje", "common.approving": "Schvalování", - "common.areYouSure": "Jsi si jistá?", "common.automatic": "Auto", "common.availableIn": "Uniswap dostupný v: ", "common.availableOnIOSAndroid": "K dispozici pro iOS a Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Rozbalení se nezdařilo", "common.unwrapped": "Rozbalené", "common.unwrapping": "Rozbalování", - "common.version": "Verze", "common.view.profile": "Zobrazit profil", "common.viewOnBlockExplorer": "Zobrazit v Průzkumníku bloků", "common.viewOnExplorer": "Zobrazit v Průzkumníku", @@ -837,8 +835,8 @@ "fee.tier.create": "Vytvořte úroveň poplatků", "fee.tier.create.button": "Vytvořte novou úroveň poplatků", "fee.tier.create.description": "Vytvoření nové vrstvy bude inicializovat v novém fondu a bude mít za následek vyšší než obvyklé síťové náklady.", - "fee.tier.description": "Vydělaná částka usnadňující obchody. Vyberte si částku, která vyhovuje vaší toleranci k riziku a strategii.", - "fee.tier.description.v2": "Vydělaná částka usnadňující obchody. Všechny fondy v2 mají fixní poplatky 0,3 %. Pro více možností poskytněte likviditu na v4.", + "fee.tier.description": "Vydělaná částka poskytující likviditu. Vyberte si částku, která vyhovuje vaší toleranci k riziku a strategii.", + "fee.tier.description.v2": "Vydělaná částka poskytující likviditu. Všechny fondy v2 mají fixní poplatky 0,3 %. Pro více možností poskytněte likviditu na v4.", "fee.tier.dynamic": "Dynamická úroveň poplatků", "fee.tier.dynamic.create": "Vytvoření dynamické úrovně poplatků", "fee.tier.dynamic.create.info": "Chystáte se vytvořit fond s dynamickou úrovní poplatků. Než budete pokračovat, ujistěte se, že vybraný háček podporuje dynamické poplatky.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Poskytování likvidity v plném rozsahu zajišťuje nepřetržitou účast na trhu napříč všemi možnými cenami, nabízí jednoduchost, ale s potenciálem vyšších nestálých ztrát.", "position.provide.liquidityDescription.custom": "Vlastní rozsah vám umožňuje soustředit vaši likviditu v rámci konkrétních cenových hranic, čímž se zvyšuje kapitálová efektivita a výnosy z poplatků, ale vyžaduje se aktivnější správa.", "position.removeHook": "Odstraňte háček", - "position.resetDescription": "Vaše výběry tokenů, ceny a rozsahu budou resetovány.", "position.setRange": "Nastavit cenové rozpětí", "position.setRange.inputsBelow": "Pomocí níže uvedených vstupů nastavte svůj rozsah.", "position.step.deposit": "Zadejte částky vkladu", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "To poskytuje přístup protokolu Uniswap k vašemu tokenu pro obchodování.", "routing.aggregateLiquidity": "Jsou-li k dispozici, agreguje zdroje likvidity za lepší ceny a swapy bez plynu.", "routing.cheapest": "Klient Uniswap vybere nejlevnější faktoringovou cenu obchodní opce a síťové náklady.", - "routing.cheapest.v4": "Klient Uniswap vybere optimální obchodní variantu s ohledem na cenu a síťové náklady.", "scantastic.code.expired": "Platnost vypršela", "scantastic.code.subtitle": "Zadejte tento kód do rozšíření Uniswap. Vaše fráze pro obnovení bude bezpečně zašifrována a přenesena.", "scantastic.code.timeRemaining.shorthand.hours": "Nový kód za {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Schválit v peněžence", "swap.balance.amount": "Zůstatek: {{amount}}", "swap.bestRoute.cost": "Nejlepší cena trasy stojí ~{{gasPrice}} v plynu. ", - "swap.bestRoute.cost.v4": "Optimální trasa stojí ~{{gasPrice}} v plynu. ", "swap.bridging.estimatedTime": "Odhad. čas", "swap.bridging.title": "Výměna napříč sítěmi", "swap.bridging.warning.description": "Přepínáte z {{fromNetwork}} na {{toNetwork}}. Toto je také známé jako \"přemostění\", které přesune vaše tokeny z jedné sítě do druhé.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Síť", "swap.settings.protection.subtitle.unavailable": "Není k dispozici na {{chainName}}", "swap.settings.protection.title": "Ochrana proti výměně", - "swap.settings.routingPreference.option.default.description": "Klient Uniswap vybere nejlevnější obchodní variantu s ohledem na cenu a síťové náklady.", - "swap.settings.routingPreference.option.default.description.v4": "Klient Uniswap vybere optimální obchodní variantu s ohledem na cenu a síťové náklady.", + "swap.settings.routingPreference.option.default.description": "Klient Uniswap vybere nejlevnější faktoringovou cenu obchodní opce a síťové náklady.", "swap.settings.routingPreference.option.v2.title": "v2 bazény", "swap.settings.routingPreference.option.v3.title": "v3 bazény", "swap.settings.routingPreference.option.v4.title": "v4 bazény", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} poplatky neumožňují přesné přesné výstupy. Místo toho použijte pole „Prodat“.", "swap.tokenOwnFees": "Některé tokeny si při nákupu nebo prodeji účtují poplatek, který nastavuje vydavatel tokenu. Uniswap neobdrží žádný z těchto poplatků.", "swap.total": "Celkový", - "swap.tradeRoutes": "Obchodní cesty", "swap.transaction.deadline": "Termín transakce", "swap.transaction.revertAfter": "Vaše transakce se vrátí zpět, pokud čeká na vyřízení déle než toto časové období.", "swap.unsupportedAssets.readMore": "Přečtěte si další informace o nepodporovaných aktivech", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Překročen limit sazby", "swap.warning.router.message": "Možná jste ztratili připojení nebo síť nefunguje. Pokud problém přetrvává, zkuste to znovu později.", "swap.warning.router.title": "Tento obchod nelze nyní dokončit", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} je zablokováno", "swap.warning.uniswapFee.message.default": "Aby byla zajištěna nejlepší zkušenost s Uniswap, jsou účtovány poplatky. S touto výměnou není spojen žádný poplatek.", "swap.warning.uniswapFee.message.included": "Aby byla zajištěna nejlepší zkušenost s Uniswap, jsou účtovány poplatky, které již byly započítány do této nabídky.", "swap.warning.uniswapFee.title": "Výměnný poplatek", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Poplatek zjištěn", "token.safety.warning.fotVeryHigh.title": "Byl zjištěn velmi vysoký poplatek", "token.safety.warning.honeypot.message": "{{tokenSymbol}} bylo označeno jako neprodejné. Výměna tohoto tokenu může vést ke ztrátě vašich prostředků.", - "token.safety.warning.honeypot.title": "Honeypot zjištěn", + "token.safety.warning.honeypot.title": "Zjištěn 100% prodejní poplatek", "token.safety.warning.impersonator": "Zosobňuje jiný token", "token.safety.warning.impersonator.title": "Byl zjištěn token imitátoru", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} byl označen jako škodlivý.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} byl označen jako pokus o zkopírování jiného tokenu. Nemusí to být token, který chcete vyměnit.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} byl aplikací Blockaid označen jako škodlivý.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} byl označen Blockaid za pokus o zkopírování jiného tokenu. Nemusí to být token, který chcete vyměnit.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} nemusí být token, který chcete vyměnit.", "token.safety.warning.malicious.title": "Byl zjištěn škodlivý token", "token.safety.warning.mayResultInLoss": "Jeho výměna může mít za následek ztrátu finančních prostředků.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Tento token také není obchodován na předních amerických centralizovaných burzách.", "token.safety.warning.medium.heading.default_other_also": "Tyto tokeny také nejsou obchodovány na předních amerických centralizovaných burzách.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} se neobchoduje na předních amerických centralizovaných burzách.", + "token.safety.warning.notAvailableToTrade": "Není k dispozici pro obchodování", "token.safety.warning.notListedOnExchanges": "Není kotováno na předních amerických burzách", - "token.safety.warning.spam.message": "{{tokenSymbol}} byl označen jako potenciální token nevyžádané pošty.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} bylo označeno jako neprodejné.", + "token.safety.warning.sellFee100.title": "Zjištěn 100% prodejní poplatek", + "token.safety.warning.spam.message": "{{tokenSymbol}} byl označen jako spam službou Blockaid.", "token.safety.warning.spam.title": "Byl zjištěn token spamu", "token.safety.warning.spamsUsers": "Spamuje uživatele", "token.safety.warning.strong.heading.default_one": "Tento token není obchodován na předních amerických centralizovaných burzách ani se často nevyměňuje na Uniswap.", "token.safety.warning.strong.heading.default_other": "Tyto tokeny nejsou obchodovány na předních amerických centralizovaných burzách ani se často nevyměňují na Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} se neobchoduje na předních centralizovaných burzách v USA ani se často nevyměňuje na Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} účtuje při nákupu nebo prodeji poplatek {{feePercent}} .", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} účtuje poplatek {{buyFeePercent}} při nákupu a {{sellFeePercent}} při prodeji.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} si při nákupu účtuje {{feePercent}} poplatek.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} si při prodeji účtuje poplatek {{feePercent}} .", "token.safetyLevel.blocked.header": "Není dostupný", "token.safetyLevel.blocked.message": "S tímto tokenem nemůžete obchodovat pomocí Uniswap Wallet.", "token.safetyLevel.medium.header": "Pozor", diff --git a/packages/uniswap/src/i18n/locales/translations/da-DK.json b/packages/uniswap/src/i18n/locales/translations/da-DK.json index 198193ad21c..166bc837b26 100644 --- a/packages/uniswap/src/i18n/locales/translations/da-DK.json +++ b/packages/uniswap/src/i18n/locales/translations/da-DK.json @@ -177,7 +177,6 @@ "common.approvePending": "Godkendelse afventer...", "common.approveSpend": "Godkend {{symbol}} udgifter", "common.approving": "Godkender", - "common.areYouSure": "Er du sikker?", "common.automatic": "Auto", "common.availableIn": "Uniswap tilgængelig i: ", "common.availableOnIOSAndroid": "Tilgængelig på iOS og Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Udpakningen mislykkedes", "common.unwrapped": "Udpakket", "common.unwrapping": "Udpakning", - "common.version": "Version", "common.view.profile": "Se profil", "common.viewOnBlockExplorer": "Se på Block Explorer", "common.viewOnExplorer": "Se på Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Opret gebyrniveau", "fee.tier.create.button": "Opret et nyt gebyrniveau", "fee.tier.create.description": "Oprettelse af et nyt niveau vil initialiseres i en ny pulje og resultere i højere netværksomkostninger end normalt.", - "fee.tier.description": "Beløbet tjent for at lette handler. Vælg et beløb, der passer til din risikotolerance og strategi.", - "fee.tier.description.v2": "Beløbet tjent for at lette handler. Alle v2-puljer har faste gebyrer på 0,3 %. For flere muligheder, giv likviditet på v4.", + "fee.tier.description": "Det tjente beløb giver likviditet. Vælg et beløb, der passer til din risikotolerance og strategi.", + "fee.tier.description.v2": "Det tjente beløb giver likviditet. Alle v2-puljer har faste gebyrer på 0,3 %. For flere muligheder, giv likviditet på v4.", "fee.tier.dynamic": "Dynamisk gebyrniveau", "fee.tier.dynamic.create": "Oprettelse af dynamisk gebyrniveau", "fee.tier.dynamic.create.info": "Du er ved at oprette en pulje med et dynamisk gebyrniveau. Før du fortsætter, skal du sikre dig, at den valgte krog understøtter dynamiske gebyrer.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Tilvejebringelse af likviditet i hele rækken sikrer kontinuerlig markedsdeltagelse på tværs af alle mulige priser, hvilket tilbyder enkelhed, men med potentiale for højere permanente tab.", "position.provide.liquidityDescription.custom": "Brugerdefineret sortiment giver dig mulighed for at koncentrere din likviditet inden for specifikke prisgrænser, hvilket øger kapitaleffektiviteten og gebyrindtjeningen, men kræver mere aktiv styring.", "position.removeHook": "Fjern krogen", - "position.resetDescription": "Dine tokens, pris og områdevalg nulstilles.", "position.setRange": "Sæt prisinterval", "position.setRange.inputsBelow": "Brug nedenstående input til at indstille dit område.", "position.step.deposit": "Indtast indbetalingsbeløb", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Dette giver Uniswap-protokollen adgang til dit token til handel.", "routing.aggregateLiquidity": "Når det er tilgængeligt, samler likviditetskilder til bedre priser og gasfri swaps.", "routing.cheapest": "Uniswap-klienten vælger den billigste handelsoption med hensyn til pris og netværksomkostninger.", - "routing.cheapest.v4": "Uniswap-klienten vælger den optimale handelsmulighed med hensyn til pris og netværksomkostninger.", "scantastic.code.expired": "Udløbet", "scantastic.code.subtitle": "Indtast denne kode i Uniswap-udvidelsen. Din gendannelsessætning bliver sikkert krypteret og overført.", "scantastic.code.timeRemaining.shorthand.hours": "Ny kode i {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Godkend i din tegnebog", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "Bedste pris rute koster ~{{gasPrice}} i gas. ", - "swap.bestRoute.cost.v4": "Optimale ruteomkostninger ~{{gasPrice}} i gas. ", "swap.bridging.estimatedTime": "Est. tid", "swap.bridging.title": "Udveksling på tværs af netværk", "swap.bridging.warning.description": "Du skifter fra {{fromNetwork}} til {{toNetwork}}. Dette er også kendt som \"bridging\", som flytter dine tokens fra et netværk til et andet.", @@ -1848,7 +1843,6 @@ "swap.settings.protection.subtitle.unavailable": "Ikke tilgængelig på {{chainName}}", "swap.settings.protection.title": "Swap beskyttelse", "swap.settings.routingPreference.option.default.description": "Uniswap-klienten vælger den billigste handelsoption med hensyn til pris og netværksomkostninger.", - "swap.settings.routingPreference.option.default.description.v4": "Uniswap-klienten vælger den optimale handelsmulighed med hensyn til pris og netværksomkostninger.", "swap.settings.routingPreference.option.v2.title": "v2 puljer", "swap.settings.routingPreference.option.v3.title": "v3 puljer", "swap.settings.routingPreference.option.v4.title": "v4 puljer", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} gebyrer tillader ikke nøjagtige nøjagtige output. Brug i stedet feltet \"Sælg\".", "swap.tokenOwnFees": "Nogle tokens tager et gebyr, når de købes eller sælges, som fastsættes af tokenudstederen. Uniswap modtager ingen af disse gebyrer.", "swap.total": "Total", - "swap.tradeRoutes": "Handelsruter", "swap.transaction.deadline": "Transaktionsfrist", "swap.transaction.revertAfter": "Din transaktion vil vende tilbage, hvis den er afventende i mere end denne periode.", "swap.unsupportedAssets.readMore": "Læs mere om ikke-understøttede aktiver", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Satsgrænsen er overskredet", "swap.warning.router.message": "Du har muligvis mistet forbindelsen, eller netværket kan være nede. Hvis problemet fortsætter, prøv venligst igen senere.", "swap.warning.router.title": "Denne handel kan ikke gennemføres lige nu", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} er blokeret", "swap.warning.uniswapFee.message.default": "Gebyrer pålægges for at sikre den bedste oplevelse med Uniswap. Der er intet gebyr forbundet med denne swap.", "swap.warning.uniswapFee.message.included": "Gebyrer pålægges for at sikre den bedste oplevelse med Uniswap og er allerede indregnet i dette tilbud.", "swap.warning.uniswapFee.title": "Byttegebyr", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Gebyr opdaget", "token.safety.warning.fotVeryHigh.title": "Meget højt gebyr registreret", "token.safety.warning.honeypot.message": "{{tokenSymbol}} er blevet markeret som usælgelig. At bytte dette token kan resultere i et tab af dine midler.", - "token.safety.warning.honeypot.title": "Honeypot opdaget", + "token.safety.warning.honeypot.title": "100 % salgsgebyr registreret", "token.safety.warning.impersonator": "Efterligner et andet token", "token.safety.warning.impersonator.title": "Imitator-token fundet", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} er blevet markeret som ondsindet.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} er blevet markeret som et forsøg på at kopiere et andet token. Det er muligvis ikke det token, du ønsker at bytte.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} er blevet markeret som ondsindet af Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} er blevet markeret af Blockaid for at forsøge at kopiere et andet token. Det er muligvis ikke det token, du ønsker at bytte.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} er muligvis ikke det token, du ønsker at bytte.", "token.safety.warning.malicious.title": "Ondsindet token fundet", "token.safety.warning.mayResultInLoss": "At bytte det kan resultere i et tab af midler.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Dette token handles heller ikke på førende amerikanske centraliserede børser.", "token.safety.warning.medium.heading.default_other_also": "Disse tokens handles heller ikke på førende amerikanske centraliserede børser.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} handles ikke på førende amerikanske centraliserede børser.", + "token.safety.warning.notAvailableToTrade": "Ikke tilgængelig for handel", "token.safety.warning.notListedOnExchanges": "Ikke noteret på førende amerikanske børser", - "token.safety.warning.spam.message": "{{tokenSymbol}} er blevet markeret som et potentielt spamtoken.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} er blevet markeret som usælgelig.", + "token.safety.warning.sellFee100.title": "100 % salgsgebyr registreret", + "token.safety.warning.spam.message": "{{tokenSymbol}} er blevet markeret som spam af Blockaid.", "token.safety.warning.spam.title": "Spam-token fundet", "token.safety.warning.spamsUsers": "Spams brugere", "token.safety.warning.strong.heading.default_one": "Dette token handles ikke på førende amerikanske centraliserede børser eller byttes ofte på Uniswap.", "token.safety.warning.strong.heading.default_other": "Disse tokens handles ikke på førende amerikanske centraliserede børser eller byttes ofte på Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} handles ikke på førende amerikanske centraliserede børser eller byttes ofte på Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} opkræver et {{feePercent}} gebyr ved køb eller salg.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} opkræver et {{buyFeePercent}} gebyr ved køb og {{sellFeePercent}} ved salg.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} opkræver et {{feePercent}} gebyr ved køb.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} opkræver et {{feePercent}} gebyr ved salg.", "token.safetyLevel.blocked.header": "Ikke tilgængelig", "token.safetyLevel.blocked.message": "Du kan ikke bytte dette token ved at bruge Uniswap Wallet.", "token.safetyLevel.medium.header": "Advarsel", diff --git a/packages/uniswap/src/i18n/locales/translations/de-DE.json b/packages/uniswap/src/i18n/locales/translations/de-DE.json index f714c6799cb..6c84dfaa493 100644 --- a/packages/uniswap/src/i18n/locales/translations/de-DE.json +++ b/packages/uniswap/src/i18n/locales/translations/de-DE.json @@ -177,7 +177,6 @@ "common.approvePending": "Bestätigung ausstehend...", "common.approveSpend": "Genehmigen Sie {{symbol}} Ausgaben", "common.approving": "Genehmigen", - "common.areYouSure": "Bist du sicher?", "common.automatic": "Auto", "common.availableIn": "Uniswap verfügbar in: ", "common.availableOnIOSAndroid": "Verfügbar für iOS und Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Entpacken fehlgeschlagen", "common.unwrapped": "Ausgepackt", "common.unwrapping": "Auspacken", - "common.version": "Version", "common.view.profile": "Profil ansehen", "common.viewOnBlockExplorer": "Im Block Explorer anzeigen", "common.viewOnExplorer": "Im Explorer anzeigen", @@ -837,8 +835,8 @@ "fee.tier.create": "Gebührenstufe erstellen", "fee.tier.create.button": "Neue Gebührenstufe erstellen", "fee.tier.create.description": "Durch das Erstellen einer neuen Ebene wird ein neuer Pool initialisiert, was zu höheren Netzwerkkosten als üblich führt.", - "fee.tier.description": "Der durch die Erleichterung von Trades verdiente Betrag. Wählen Sie einen Betrag, der Ihrer Risikobereitschaft und Strategie entspricht.", - "fee.tier.description.v2": "Der durch die Erleichterung von Trades verdiente Betrag. Alle v2-Pools haben feste Gebühren von 0,3 %. Für weitere Optionen stellen Sie Liquidität auf v4 bereit.", + "fee.tier.description": "Der durch die Bereitstellung von Liquidität verdiente Betrag. Wählen Sie einen Betrag, der Ihrer Risikobereitschaft und Strategie entspricht.", + "fee.tier.description.v2": "Der durch die Bereitstellung von Liquidität verdiente Betrag. Alle v2-Pools haben feste Gebühren von 0,3 %. Für weitere Optionen bieten Sie Liquidität auf v4 an.", "fee.tier.dynamic": "Dynamische Gebührenstufe", "fee.tier.dynamic.create": "Dynamische Gebührenstufe erstellen", "fee.tier.dynamic.create.info": "Sie sind dabei, einen Pool mit einer dynamischen Gebührenstufe zu erstellen. Stellen Sie vor dem Fortfahren sicher, dass der ausgewählte Hook dynamische Gebühren unterstützt.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Durch die Bereitstellung einer umfassenden Liquidität wird eine kontinuierliche Marktteilnahme bei allen möglichen Preisen gewährleistet. Dies bietet Einfachheit, birgt jedoch das Potenzial für höhere vorübergehende Verluste.", "position.provide.liquidityDescription.custom": "Mit benutzerdefinierten Bereichen können Sie Ihre Liquidität innerhalb bestimmter Preisgrenzen konzentrieren. Dadurch verbessern Sie die Kapitaleffizienz und die Gebührenerträge, benötigen aber ein aktiveres Management.", "position.removeHook": "Haken entfernen", - "position.resetDescription": "Ihre Token-, Preis- und Bereichsauswahl wird zurückgesetzt.", "position.setRange": "Preisspanne festlegen", "position.setRange.inputsBelow": "Verwenden Sie die folgenden Eingaben, um Ihren Bereich festzulegen.", "position.step.deposit": "Einzahlungsbeträge eingeben", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Dadurch erhält das Uniswap-Protokoll Zugriff auf Ihr Token für den Handel.", "routing.aggregateLiquidity": "Sofern verfügbar, werden Liquiditätsquellen für bessere Preise und gasfreie Swaps aggregiert.", "routing.cheapest": "Der Uniswap-Kunde wählt unter Berücksichtigung von Preis und Netzwerkkosten die günstigste Handelsoption aus.", - "routing.cheapest.v4": "Der Uniswap-Client wählt die optimale Handelsoption unter Berücksichtigung von Preis und Netzwerkkosten.", "scantastic.code.expired": "Abgelaufen", "scantastic.code.subtitle": "Geben Sie diesen Code in die Uniswap-Erweiterung ein. Ihre Wiederherstellungsphrase wird sicher verschlüsselt und übertragen.", "scantastic.code.timeRemaining.shorthand.hours": "Neuer Code in {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Genehmigen Sie in Ihrer Brieftasche", "swap.balance.amount": "Guthaben: {{amount}}", "swap.bestRoute.cost": "Die Benzinkosten für die Route zum günstigsten Preis betragen{{gasPrice}} . ", - "swap.bestRoute.cost.v4": "Die optimale Route kostet{{gasPrice}} Benzin. ", "swap.bridging.estimatedTime": "Geschätzte Zeit", "swap.bridging.title": "Netzwerkübergreifendes Swapping", "swap.bridging.warning.description": "Sie wechseln von {{fromNetwork}} zu {{toNetwork}}. Dies wird auch als „Bridging“ bezeichnet und verschiebt Ihre Token von einem Netzwerk in ein anderes.", @@ -1848,7 +1843,6 @@ "swap.settings.protection.subtitle.unavailable": "Nicht verfügbar am {{chainName}}", "swap.settings.protection.title": "Swap-Schutz", "swap.settings.routingPreference.option.default.description": "Der Uniswap-Kunde wählt unter Berücksichtigung von Preis und Netzwerkkosten die günstigste Handelsoption aus.", - "swap.settings.routingPreference.option.default.description.v4": "Der Uniswap-Client wählt die optimale Handelsoption unter Berücksichtigung von Preis und Netzwerkkosten.", "swap.settings.routingPreference.option.v2.title": "V2-Pools", "swap.settings.routingPreference.option.v3.title": "V3-Pools", "swap.settings.routingPreference.option.v4.title": "v4-Pools", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} Gebühren ermöglichen keine genauen Ergebnisse. Verwenden Sie stattdessen das Feld „Verkaufen“.", "swap.tokenOwnFees": "Für einige Token wird beim Kauf oder Verkauf eine Gebühr erhoben, die vom Token-Emittenten festgelegt wird. Uniswap erhält keine dieser Gebühren.", "swap.total": "Gesamt", - "swap.tradeRoutes": "Handelsrouten", "swap.transaction.deadline": "Transaktionsfrist", "swap.transaction.revertAfter": "Ihre Transaktion wird rückgängig gemacht, wenn sie länger als diesen Zeitraum aussteht.", "swap.unsupportedAssets.readMore": "Mehr zu nicht unterstützten Assets", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Frequenzgrenze überschritten", "swap.warning.router.message": "Möglicherweise ist die Verbindung verloren gegangen oder das Netzwerk ist ausgefallen. Wenn das Problem weiterhin besteht, versuchen Sie es später erneut.", "swap.warning.router.title": "Dieser Handel kann momentan nicht abgeschlossen werden", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} ist blockiert", "swap.warning.uniswapFee.message.default": "Um das beste Erlebnis mit Uniswap zu gewährleisten, fallen Gebühren an. Für diesen Swap fallen keine Gebühren an.", "swap.warning.uniswapFee.message.included": "Um das beste Erlebnis mit Uniswap zu gewährleisten, fallen Gebühren an, die in diesem Angebot bereits berücksichtigt sind.", "swap.warning.uniswapFee.title": "Swap-Gebühr", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Gebühr festgestellt", "token.safety.warning.fotVeryHigh.title": "Sehr hohe Gebühr festgestellt", "token.safety.warning.honeypot.message": "{{tokenSymbol}} wurde als unverkäuflich gekennzeichnet. Der Tausch dieses Tokens kann zu einem Verlust Ihrer Mittel führen.", - "token.safety.warning.honeypot.title": "Honeypot erkannt", + "token.safety.warning.honeypot.title": "100 % Verkaufsgebühr festgestellt", "token.safety.warning.impersonator": "Imitiert ein anderes Token", "token.safety.warning.impersonator.title": "Impersonator-Token erkannt", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} wurde als bösartig gekennzeichnet.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} wurde als Versuch markiert, ein anderes Token zu kopieren. Es ist möglicherweise nicht das Token, das Sie austauschen möchten.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} wurde von Blockaid als bösartig gekennzeichnet.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} wurde von Blockaid markiert, weil es versucht hat, ein anderes Token zu kopieren. Es ist möglicherweise nicht das Token, das Sie austauschen möchten.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} ist möglicherweise nicht das Token, das Sie austauschen möchten.", "token.safety.warning.malicious.title": "Bösartiges Token erkannt", "token.safety.warning.mayResultInLoss": "Ein Umtausch kann zu einem Verlust von Geldmitteln führen.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Dieses Token wird auch nicht an führenden zentralisierten US-Börsen gehandelt.", "token.safety.warning.medium.heading.default_other_also": "Diese Token werden auch nicht an führenden zentralisierten Börsen in den USA gehandelt.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} wird nicht an führenden zentralisierten US-Börsen gehandelt.", + "token.safety.warning.notAvailableToTrade": "Nicht zum Handel verfügbar", "token.safety.warning.notListedOnExchanges": "Nicht an führenden US-Börsen notiert", - "token.safety.warning.spam.message": "{{tokenSymbol}} wurde als potenzielles Spam-Token markiert.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} wurde als unverkäuflich gekennzeichnet.", + "token.safety.warning.sellFee100.title": "100 % Verkaufsgebühr festgestellt", + "token.safety.warning.spam.message": "{{tokenSymbol}} wurde von Blockaid als Spam markiert.", "token.safety.warning.spam.title": "Spam-Token erkannt", "token.safety.warning.spamsUsers": "Spams an Benutzer", "token.safety.warning.strong.heading.default_one": "Dieses Token wird nicht an führenden zentralisierten Börsen in den USA gehandelt oder häufig auf Uniswap getauscht.", "token.safety.warning.strong.heading.default_other": "Diese Token werden nicht an führenden zentralisierten Börsen in den USA gehandelt oder häufig auf Uniswap getauscht.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} wird nicht an führenden zentralisierten US-Börsen gehandelt oder häufig auf Uniswap getauscht.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} erhebt beim Kauf oder Verkauf eine Gebühr von {{feePercent}} .", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} erhebt eine Gebühr von {{buyFeePercent}} beim Kauf und {{sellFeePercent}} beim Verkauf.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} erhebt beim Kauf eine Gebühr von {{feePercent}} .", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} erhebt beim Verkauf eine Gebühr von {{feePercent}} .", "token.safetyLevel.blocked.header": "Nicht verfügbar", "token.safetyLevel.blocked.message": "Sie können diesen Token nicht mit dem Uniswap-Wallet handeln.", "token.safetyLevel.medium.header": "Vorsicht", diff --git a/packages/uniswap/src/i18n/locales/translations/el-GR.json b/packages/uniswap/src/i18n/locales/translations/el-GR.json index 1919c745f98..4ea7c116365 100644 --- a/packages/uniswap/src/i18n/locales/translations/el-GR.json +++ b/packages/uniswap/src/i18n/locales/translations/el-GR.json @@ -177,7 +177,6 @@ "common.approvePending": "Η έγκριση εκκρεμεί...", "common.approveSpend": "Έγκριση {{symbol}} δαπανών", "common.approving": "Έγκριση", - "common.areYouSure": "Είσαι σίγουρος;", "common.automatic": "Αυτο", "common.availableIn": "Unswap διαθέσιμη σε: ", "common.availableOnIOSAndroid": "Διαθέσιμο σε iOS και Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Το ξετύλιγμα απέτυχε", "common.unwrapped": "Ξετυλιγμένο", "common.unwrapping": "Ξετύλιγμα", - "common.version": "Εκδοχή", "common.view.profile": "Προβολή προφίλ", "common.viewOnBlockExplorer": "Προβολή στο Block Explorer", "common.viewOnExplorer": "Προβολή στον Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Δημιουργία βαθμίδας αμοιβής", "fee.tier.create.button": "Δημιουργία νέου επιπέδου χρέωσης", "fee.tier.create.description": "Η δημιουργία μιας νέας βαθμίδας θα αρχικοποιηθεί σε μια νέα ομάδα και θα έχει ως αποτέλεσμα υψηλότερο από το συνηθισμένο κόστος δικτύου.", - "fee.tier.description": "Το ποσό που κέρδισε διευκολύνοντας τις συναλλαγές. Επιλέξτε ένα ποσό που ταιριάζει στην ανοχή κινδύνου και τη στρατηγική σας.", - "fee.tier.description.v2": "Το ποσό που κέρδισε διευκολύνοντας τις συναλλαγές. Όλες οι ομάδες v2 έχουν σταθερές χρεώσεις 0,3%. Για περισσότερες επιλογές, παρέχετε ρευστότητα στο v4.", + "fee.tier.description": "Το κερδισμένο ποσό παρέχοντας ρευστότητα. Επιλέξτε ένα ποσό που ταιριάζει στην ανοχή κινδύνου και τη στρατηγική σας.", + "fee.tier.description.v2": "Το κερδισμένο ποσό παρέχοντας ρευστότητα. Όλες οι ομάδες v2 έχουν σταθερές χρεώσεις 0,3%. Για περισσότερες επιλογές, παρέχετε ρευστότητα στο v4.", "fee.tier.dynamic": "Δυναμική βαθμίδα αμοιβών", "fee.tier.dynamic.create": "Δημιουργία δυναμικής βαθμίδας αμοιβής", "fee.tier.dynamic.create.info": "Πρόκειται να δημιουργήσετε μια πισίνα με δυναμικό επίπεδο χρέωσης. Πριν συνεχίσετε, βεβαιωθείτε ότι το επιλεγμένο άγκιστρο υποστηρίζει δυναμικές χρεώσεις.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Η παροχή ρευστότητας πλήρους εύρους εξασφαλίζει συνεχή συμμετοχή στην αγορά σε όλες τις πιθανές τιμές, προσφέροντας απλότητα αλλά με πιθανότητα υψηλότερης μόνιμης ζημίας.", "position.provide.liquidityDescription.custom": "Το προσαρμοσμένο εύρος σάς επιτρέπει να συγκεντρώνετε τη ρευστότητά σας εντός συγκεκριμένων ορίων τιμών, βελτιώνοντας την αποδοτικότητα του κεφαλαίου και τα κέρδη από προμήθεια, αλλά απαιτώντας πιο ενεργή διαχείριση.", "position.removeHook": "Αφαιρέστε το άγκιστρο", - "position.resetDescription": "Τα διακριτικά σας, οι επιλογές τιμών και εύρους θα επαναφερθούν.", "position.setRange": "Ορίστε το εύρος τιμών", "position.setRange.inputsBelow": "Χρησιμοποιήστε τις παρακάτω εισόδους για να ορίσετε το εύρος σας.", "position.step.deposit": "Εισαγάγετε τα ποσά κατάθεσης", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Αυτό παρέχει πρόσβαση στο πρωτόκολλο Uniswap στο διακριτικό σας για συναλλαγές.", "routing.aggregateLiquidity": "Όταν είναι διαθέσιμο, συγκεντρώνει πηγές ρευστότητας για καλύτερες τιμές και ανταλλαγές χωρίς φυσικό αέριο.", "routing.cheapest": "Ο πελάτης Uniswap επιλέγει τη φθηνότερη επιλογή συναλλαγών με παραγοντοποίηση τιμής και κόστους δικτύου.", - "routing.cheapest.v4": "Ο πελάτης Uniswap επιλέγει τη βέλτιστη επιλογή συναλλαγών λαμβάνοντας υπόψη την τιμή και το κόστος δικτύου.", "scantastic.code.expired": "έχει λήξει", "scantastic.code.subtitle": "Εισαγάγετε αυτόν τον κωδικό στην επέκταση Uniswap. Η φράση ανάκτησής σας θα κρυπτογραφηθεί και θα μεταφερθεί με ασφάλεια.", "scantastic.code.timeRemaining.shorthand.hours": "Νέος κωδικός σε {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Έγκριση στο πορτοφόλι σας", "swap.balance.amount": "Υπόλοιπο: {{amount}}", "swap.bestRoute.cost": "Η καλύτερη τιμή διαδρομής κοστίζει ~{{gasPrice}} σε φυσικό αέριο. ", - "swap.bestRoute.cost.v4": "Το βέλτιστο κόστος διαδρομής ~{{gasPrice}} σε αέριο. ", "swap.bridging.estimatedTime": "Εκτιμ. φορά", "swap.bridging.title": "Ανταλλαγή μεταξύ δικτύων", "swap.bridging.warning.description": "Αλλάζετε από {{fromNetwork}} σε {{toNetwork}}. Αυτό είναι επίσης γνωστό ως \"γέφυρα\", το οποίο μετακινεί τα διακριτικά σας από το ένα δίκτυο στο άλλο.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Δίκτυο", "swap.settings.protection.subtitle.unavailable": "Μη διαθέσιμο στις {{chainName}}", "swap.settings.protection.title": "Swap Protection", - "swap.settings.routingPreference.option.default.description": "Ο πελάτης Uniswap επιλέγει τη φθηνότερη επιλογή συναλλαγών λαμβάνοντας υπόψη την τιμή και το κόστος δικτύου.", - "swap.settings.routingPreference.option.default.description.v4": "Ο πελάτης Uniswap επιλέγει τη βέλτιστη επιλογή συναλλαγών λαμβάνοντας υπόψη την τιμή και το κόστος δικτύου.", + "swap.settings.routingPreference.option.default.description": "Ο πελάτης Uniswap επιλέγει τη φθηνότερη επιλογή συναλλαγών με παραγοντοποίηση τιμής και κόστους δικτύου.", "swap.settings.routingPreference.option.v2.title": "v2 πισίνες", "swap.settings.routingPreference.option.v3.title": "v3 πισίνες", "swap.settings.routingPreference.option.v4.title": "v4 πισίνες", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "Τα τέλη {{tokenSymbol}} δεν επιτρέπουν ακριβή ακριβή αποτελέσματα. Χρησιμοποιήστε αντί αυτού το πεδίο «Πώληση».", "swap.tokenOwnFees": "Ορισμένα μάρκες λαμβάνουν ένα τέλος όταν αγοράζονται ή πωλούνται, το οποίο ορίζεται από τον εκδότη του κουπόνι. Η Uniswap δεν λαμβάνει καμία από αυτές τις χρεώσεις.", "swap.total": "Σύνολο", - "swap.tradeRoutes": "Εμπορικές διαδρομές", "swap.transaction.deadline": "Προθεσμία συναλλαγής", "swap.transaction.revertAfter": "Η συναλλαγή σας θα επανέλθει εάν είναι σε εκκρεμότητα για περισσότερο από αυτό το χρονικό διάστημα.", "swap.unsupportedAssets.readMore": "Διαβάστε περισσότερα σχετικά με τα μη υποστηριζόμενα στοιχεία", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Υπέρβαση του ορίου τιμής", "swap.warning.router.message": "Μπορεί να χάσατε τη σύνδεση ή το δίκτυο μπορεί να είναι εκτός λειτουργίας. Εάν το πρόβλημα παραμένει, δοκιμάστε ξανά αργότερα.", "swap.warning.router.title": "Αυτή η συναλλαγή δεν μπορεί να ολοκληρωθεί αυτήν τη στιγμή", + "swap.warning.tokenBlocked.button": "Το {{tokenSymbol}} είναι αποκλεισμένο", "swap.warning.uniswapFee.message.default": "Εφαρμόζονται χρεώσεις για να διασφαλιστεί η καλύτερη εμπειρία με το Uniswap. Δεν υπάρχει χρέωση που να σχετίζεται με αυτήν την ανταλλαγή.", "swap.warning.uniswapFee.message.included": "Εφαρμόζονται χρεώσεις για να διασφαλιστεί η καλύτερη εμπειρία με το Uniswap και έχουν ήδη ληφθεί υπόψη σε αυτήν την προσφορά.", "swap.warning.uniswapFee.title": "Προμήθεια ανταλλαγής", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Εντοπίστηκε χρέωση", "token.safety.warning.fotVeryHigh.title": "Εντοπίστηκε πολύ υψηλή χρέωση", "token.safety.warning.honeypot.message": "Το {{tokenSymbol}} έχει επισημανθεί ως μη πωλήσιμο. Η ανταλλαγή αυτού του διακριτικού μπορεί να οδηγήσει σε απώλεια των χρημάτων σας.", - "token.safety.warning.honeypot.title": "Εντοπίστηκε Honeypot", + "token.safety.warning.honeypot.title": "Εντοπίστηκε προμήθεια 100% πώλησης", "token.safety.warning.impersonator": "Υποδύεται ένα άλλο διακριτικό", "token.safety.warning.impersonator.title": "Εντοπίστηκε διακριτικό μιμητή", - "token.safety.warning.malicious.general.message": "Το {{tokenSymbol}} έχει επισημανθεί ως κακόβουλο.", - "token.safety.warning.malicious.impersonator.message": "Το {{tokenSymbol}} έχει επισημανθεί ως προσπάθεια αντιγραφής διαφορετικού διακριτικού. Μπορεί να μην είναι το διακριτικό που θέλετε να ανταλλάξετε.", + "token.safety.warning.malicious.general.message": "Το {{tokenSymbol}} έχει επισημανθεί ως κακόβουλο από το Blockaid.", + "token.safety.warning.malicious.impersonator.message": "Το {{tokenSymbol}} έχει επισημανθεί από το Blockaid για προσπάθεια αντιγραφής διαφορετικού διακριτικού. Μπορεί να μην είναι το διακριτικό που θέλετε να ανταλλάξετε.", "token.safety.warning.malicious.impersonator.message.short": "Το {{tokenSymbol}} μπορεί να μην είναι το διακριτικό που θέλετε να ανταλλάξετε.", "token.safety.warning.malicious.title": "Εντοπίστηκε κακόβουλο διακριτικό", "token.safety.warning.mayResultInLoss": "Η αντικατάστασή του μπορεί να οδηγήσει σε απώλεια κεφαλαίων.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Αυτό το διακριτικό επίσης δεν διαπραγματεύεται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ.", "token.safety.warning.medium.heading.default_other_also": "Αυτά τα διακριτικά επίσης δεν διαπραγματεύονται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ.", "token.safety.warning.medium.heading.named": "Το {{tokenSymbol}} δεν διαπραγματεύεται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ.", + "token.safety.warning.notAvailableToTrade": "Δεν είναι διαθέσιμο για εμπόριο", "token.safety.warning.notListedOnExchanges": "Δεν είναι εισηγμένη σε κορυφαία χρηματιστήρια των ΗΠΑ", - "token.safety.warning.spam.message": "Το {{tokenSymbol}} έχει επισημανθεί ως δυνητικό διακριτικό ανεπιθύμητης αλληλογραφίας.", + "token.safety.warning.sellFee100.message": "Το {{ tokenSymbol }} έχει επισημανθεί ως μη πωλήσιμο.", + "token.safety.warning.sellFee100.title": "Εντοπίστηκε προμήθεια 100% πώλησης", + "token.safety.warning.spam.message": "Το {{tokenSymbol}} έχει επισημανθεί ως ανεπιθύμητο από το Blockaid.", "token.safety.warning.spam.title": "Εντοπίστηκε διακριτικό ανεπιθύμητης αλληλογραφίας", "token.safety.warning.spamsUsers": "Χρήστες ανεπιθύμητων μηνυμάτων", "token.safety.warning.strong.heading.default_one": "Αυτό το διακριτικό δεν διαπραγματεύεται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ ούτε ανταλλάσσεται συχνά στο Uniswap.", "token.safety.warning.strong.heading.default_other": "Αυτά τα διακριτικά δεν διαπραγματεύονται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ ούτε ανταλλάσσονται συχνά στο Uniswap.", "token.safety.warning.strong.heading.named": "Το {{tokenSymbol}} δεν διαπραγματεύεται σε κορυφαία κεντρικά χρηματιστήρια των ΗΠΑ ούτε ανταλλάσσεται συχνά στο Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "Το {{tokenSymbol}} χρεώνει μια χρέωση {{feePercent}} όταν αγοράζεται ή πωλείται.", + "token.safety.warning.tokenChargesFee.both.message": "Το {{tokenSymbol}} χρεώνει μια χρέωση {{buyFeePercent}} κατά την αγορά και {{sellFeePercent}} κατά την πώληση.", + "token.safety.warning.tokenChargesFee.buy.message": "Το {{tokenSymbol}} χρεώνει μια χρέωση {{feePercent}} κατά την αγορά.", + "token.safety.warning.tokenChargesFee.sell.message": "Το {{tokenSymbol}} χρεώνει {{feePercent}} χρέωση όταν πωλείται.", "token.safetyLevel.blocked.header": "Μη διαθέσιμος", "token.safetyLevel.blocked.message": "Δεν μπορείτε να ανταλλάξετε αυτό το διακριτικό χρησιμοποιώντας το Πορτοφόλι Uniswap.", "token.safetyLevel.medium.header": "Προσοχή", diff --git a/packages/uniswap/src/i18n/locales/translations/es-ES.json b/packages/uniswap/src/i18n/locales/translations/es-ES.json index a4c1ae432f9..9e882e9baeb 100644 --- a/packages/uniswap/src/i18n/locales/translations/es-ES.json +++ b/packages/uniswap/src/i18n/locales/translations/es-ES.json @@ -177,7 +177,7 @@ "common.approvePending": "Aprobación pendiente…", "common.approveSpend": "Aprobar gasto en {{symbol}}", "common.approving": "Aprobando", - "common.areYouSure": "Are you sure?", + "common.areYouSure": "¿Estás seguro?", "common.automatic": "Automático", "common.availableIn": "Uniswap está disponible en: ", "common.availableOnIOSAndroid": "Disponible en iOS y Android", @@ -490,11 +490,11 @@ "common.price": "Precio", "common.priceImpact": "Advertencia de impacto sobre el precio", "common.priceUpdated": "Precio actualizado", - "common.privacyChoices": "Your Privacy Choices", - "common.privacyChoices.checkbox.description": "When checked, we will not share your data with third-party partners for personalized advertising. You can enable sharing anytime by unchecking this box.", - "common.privacyChoices.checkbox.label": "Do not share my information", - "common.privacyChoices.description": "We may share device identifiers with our advertising partners to promote our services on other websites and platforms. Where this qualifies as selling, sharing or targeted advertising under applicable laws, you can opt out by checking the \"do not share my information\" box. For more information about our privacy practices please review our Privacy Policy.", - "common.privacyChoices.disclaimer": "Please note that your selection will apply only to this browser on this device. You can also opt out by enabling the Global Privacy Control setting within the browser that you use to access our services. To see more options, go to your settings.", + "common.privacyChoices": "Tus opciones de privacidad", + "common.privacyChoices.checkbox.description": "Cuando esta opción está marcada, no compartiremos tus datos con socios terceros con fines de publicidad personalizada. Puedes desmarcar esta casilla para activar la opción de compartir los datos en cualquier momento.", + "common.privacyChoices.checkbox.label": "No compartir mi información", + "common.privacyChoices.description": "Es posible que compartamos identificadores de dispositivos con nuestros socios de publicidad a fin de promocionar nuestros servicios en otros sitios web y plataformas. Si, bajo la ley aplicable, esto califica como vender, compartir o publicitar de manera dirigida, puedes desvincularte marcando la casilla “No compartir mi información”. Para obtener más información sobre las prácticas de privacidad, consulta nuestra Política de privacidad.", + "common.privacyChoices.disclaimer": "Ten en cuenta que la selección aplicará solo a este navegador en este dispositivo. También puedes desvincularte activando la configuración Control de privacidad global dentro del navegador mediante el cual accedes a nuestros servicios. Para ver más opciones, ve a la configuración.", "common.privacyPolicy": "Política de privacidad", "common.proceed": "Ganancias", "common.proceedInWallet": "Ganancias en tu billetera", @@ -650,7 +650,6 @@ "common.unwrap.failed": "No se pudo desenvolver", "common.unwrapped": "Desenvuelto", "common.unwrapping": "Desenvolviendo", - "common.version": "Versión", "common.view.profile": "Ver perfil", "common.viewOnBlockExplorer": "Ver en Block Explorer", "common.viewOnExplorer": "Ver en Explorer", @@ -837,8 +836,8 @@ "fee.tier.create": "Crear nivel de comisión", "fee.tier.create.button": "Crear nuevo nivel de comisión", "fee.tier.create.description": "Si creas un nuevo nivel, se iniciará en un fondo nuevo y tendrá costos de la red más altos de lo habitual.", - "fee.tier.description": "El monto ganado por facilitar el comercio. Elige un monto que se adapte a tu tolerancia al riesgo y a tu estrategia.", - "fee.tier.description.v2": "El monto ganado por facilitar el comercio. Todos los fondos v2 tienen una comisión fija del 0.3 %. Para conocer más opciones, brinda liquidez en v4.", + "fee.tier.description": "El monto ganado por proveer liquidez. Elige un monto que se adapte a tu tolerancia al riesgo y a tu estrategia.", + "fee.tier.description.v2": "El monto ganado por proveer liquidez. Todos los fondos v2 tienen una comisión fija del 0.3 %. Para conocer más opciones, brinda liquidez en v4.", "fee.tier.dynamic": "Nivel de comisión dinámica", "fee.tier.dynamic.create": "Creando nivel de comisión dinámica", "fee.tier.dynamic.create.info": "Estás a punto de crear un fondo con un nivel de comisión dinámica. Antes de continuar, asegúrate de que el hook seleccionado admita las comisiones dinámicas.", @@ -1492,7 +1491,7 @@ "position.provide.liquidityDescription": "Proporcionar liquidez de rango completo garantiza una participación continua en el mercado en todos los precios posibles, lo que ofrece simplicidad, pero con posibilidad de una mayor pérdida temporal.", "position.provide.liquidityDescription.custom": "El rango personalizado te permite concentrar la liquidez dentro de límites de precio específicos, lo que mejora la eficiencia del capital y las ganancias por comisión, pero, a la vez, requiere una administración más activa.", "position.removeHook": "Eliminar hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.resetDescription": "Se reiniciarán las selecciones de tokens, precio y rango.", "position.setRange": "Establecer rango de precios", "position.setRange.inputsBelow": "Usa las entradas a continuación para establecer tu rango.", "position.step.deposit": "Ingresa los montos de depósito", @@ -1540,7 +1539,7 @@ "revoke.failed.message": "Esto proporciona al protocolo de Uniswap acceso a tu token para operaciones de trading.", "routing.aggregateLiquidity": "Cuando es posible, combina fuentes de liquidez para obtener mejores precios e intercambios sin gas.", "routing.cheapest": "El cliente de Uniswap selecciona la opción de comercio más barata teniendo en cuenta el precio y los costos de la red.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "El cliente de Uniswap selecciona la mejor opción de comercio teniendo en cuenta el precio y los costos de la red.", "scantastic.code.expired": "Vencido", "scantastic.code.subtitle": "Ingresa este código en la extensión de Uniswap. La frase de recuperación se cifrará y transferirá de forma segura.", "scantastic.code.timeRemaining.shorthand.hours": "Nuevo código en {{hours}} h, {{minutes}} min, {{seconds}} s", @@ -1761,7 +1760,7 @@ "swap.approveInWallet": "Aprobar en la billetera", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "La mejor ruta de precio cuesta ~{{gasPrice}} en gas. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "La mejor ruta de precio cuesta ~{{gasPrice}} en gas. ", "swap.bridging.estimatedTime": "Tiempo estim.", "swap.bridging.title": "Intercambia entre redes", "swap.bridging.warning.description": "Estás intercambiando de {{fromNetwork}} a {{toNetwork}}. Esto también se conoce como “establecer un puente”, que consiste en mover los tokens de una red a otra.", @@ -1847,8 +1846,8 @@ "swap.settings.protection.subtitle.supported": "Red {{chainName}}", "swap.settings.protection.subtitle.unavailable": "No está disponible en {{chainName}}", "swap.settings.protection.title": "Protección de intercambio", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "El cliente de Uniswap selecciona la opción de comercio más barata teniendo en cuenta el precio y los costos de la red.", + "swap.settings.routingPreference.option.default.description.v4": "El cliente de Uniswap selecciona la mejor opción de comercio teniendo en cuenta el precio y los costos de la red.", "swap.settings.routingPreference.option.v2.title": "Fondos v2", "swap.settings.routingPreference.option.v3.title": "Fondos v3", "swap.settings.routingPreference.option.v4.title": "Fondos v4", @@ -1877,7 +1876,7 @@ "swap.taxTooltip.tokenSelected": "Las comisiones de {{tokenSymbol}} no permiten obtener resultados exactos y precisos. Usa el campo Vender en su lugar.", "swap.tokenOwnFees": "Algunos tokens cobran una comisión fijada por el emisor del token cuando se compran o venden. Uniswap no recibe ninguna parte de estas comisiones.", "swap.total": "Total", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "Rutas de comercio", "swap.transaction.deadline": "Fecha límite de la transacción", "swap.transaction.revertAfter": "La transacción se revertirá si está pendiente por más tiempo que el indicado.", "swap.unsupportedAssets.readMore": "Leer más sobre los activos no compatibles", @@ -1916,6 +1915,7 @@ "swap.warning.rateLimit.title": "Se excedió el límite de tasas", "swap.warning.router.message": "Es posible que hayas perdido la conexión o que la red esté caída. Si el problema persiste, inténtalo de nuevo más tarde.", "swap.warning.router.title": "Esta operación no se puede completar en este momento", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Se aplican comisiones para garantizar la mejor experiencia con Uniswap. No hay ninguna comisión asociada a este intercambio.", "swap.warning.uniswapFee.message.included": "Se aplican comisiones, que ya están incluidas en esta cotización, para garantizar la mejor experiencia con Uniswap.", "swap.warning.uniswapFee.title": "Comisión de intercambio", @@ -1990,33 +1990,37 @@ "token.safety.warning.blocked.description.named": "No puedes intercambiar {{tokenSymbol}} con la app de Uniswap.", "token.safety.warning.dontShowWarningAgain": "No volver a mostrar esta advertencia", "token.safety.warning.doYourOwnResearch": "Realiza siempre tu propia investigación antes de continuar.", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "Cobra una cuando {{action}}", + "token.safety.warning.flaggedAsMalicious": "Marcado como malicioso", + "token.safety.warning.fotHigh.title": "Se detectó una comisión alta", + "token.safety.warning.fotLow.title": "Se detectó una comisión", + "token.safety.warning.fotVeryHigh.title": "Se detectó una comisión muy alta", "token.safety.warning.honeypot.message": "{{tokenSymbol}} se marcó como invendible. Si intercambias este token, puedes perder los fondos.", - "token.safety.warning.honeypot.title": "Se detectó un señuelo", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} se marcó como malicioso.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "Se detectó una comisión de venta del 100 %", + "token.safety.warning.impersonator": "Suplanta a otro token", + "token.safety.warning.impersonator.title": "Se detectó un token de suplantación", + "token.safety.warning.malicious.general.message": "Blockaid marcó {{tokenSymbol}} como malicioso.", + "token.safety.warning.malicious.impersonator.message": "Blockaid marcó {{tokenSymbol}} por intentar copiar un token diferente. Puede que no sea el token que quieras intercambiar.", + "token.safety.warning.malicious.impersonator.message.short": "Es posible que {{tokenSymbol}} no sea el token que quieres intercambiar.", "token.safety.warning.malicious.title": "Se detectó un token malicioso", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "Si lo intercambias, podría haber una pérdida de fondos.", "token.safety.warning.medium.heading.default_one": "Este token no se intercambia en los principales exchange centralizados de EE. UU.", "token.safety.warning.medium.heading.default_other": "Estos tokens no se intercambian en los principales exchange centralizados de EE. UU.", "token.safety.warning.medium.heading.default_one_also": "Este token tampoco se intercambia en los principales exchange centralizados de EE. UU.", "token.safety.warning.medium.heading.default_other_also": "Estos tokens tampoco se intercambian en los principales exchange centralizados de EE. UU.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} no se intercambia en los principales exchange centralizados de EE. UU.", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} se marcó como posible token de spam.", + "token.safety.warning.notListedOnExchanges": "No se encuentra dentro de los principales exchange de EE. UU.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} se marcó como invendible.", + "token.safety.warning.sellFee100.title": "Se detectó una comisión de venta del 100 %", + "token.safety.warning.spam.message": "Blockaid marcó {{tokenSymbol}} como no deseado.", "token.safety.warning.spam.title": "Se detectó un token de spam", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "Envía correo no deseado a los usuarios", "token.safety.warning.strong.heading.default_one": "Este token no se intercambia en los principales exchange centralizados de EE. UU. ni se intercambia con frecuencia en Uniswap.", "token.safety.warning.strong.heading.default_other": "Estos tokens no se intercambian en los principales exchange centralizados de EE. UU. ni se intercambian con frecuencia en Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} no se intercambia en los principales exchange centralizados de EE. UU. ni se intercambia con frecuencia en Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} cobra una comisión del {{buyFeePercent}} en la compra y del {{sellFeePercent}} en la venta.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} cobra una comisión del {{feePercent}} en la compra.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} cobra una comisión del {{feePercent}} en la venta.", "token.safetyLevel.blocked.header": "No está disponible", "token.safetyLevel.blocked.message": "No puedes intercambiar este token con Uniswap Wallet.", "token.safetyLevel.medium.header": "Precaución", diff --git a/packages/uniswap/src/i18n/locales/translations/fi-FI.json b/packages/uniswap/src/i18n/locales/translations/fi-FI.json index 660f62a74b4..56b1fcb87b6 100644 --- a/packages/uniswap/src/i18n/locales/translations/fi-FI.json +++ b/packages/uniswap/src/i18n/locales/translations/fi-FI.json @@ -177,7 +177,6 @@ "common.approvePending": "Hyväksyntä odottaa...", "common.approveSpend": "Hyväksy {{symbol}} kulutus", "common.approving": "Hyväksytään", - "common.areYouSure": "Oletko varma?", "common.automatic": "Auto", "common.availableIn": "Uniswap saatavilla: ", "common.availableOnIOSAndroid": "Saatavilla iOS:lle ja Androidille", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Purkaminen epäonnistui", "common.unwrapped": "Avattu", "common.unwrapping": "Purkaminen", - "common.version": "Versio", "common.view.profile": "Näytä profiili", "common.viewOnBlockExplorer": "Näytä Block Explorerissa", "common.viewOnExplorer": "Näytä Explorerissa", @@ -837,8 +835,8 @@ "fee.tier.create": "Luo maksutaso", "fee.tier.create.button": "Luo uusi maksutaso", "fee.tier.create.description": "Uuden tason luominen alustetaan uudessa poolissa ja johtaa tavallista korkeampiin verkkokustannuksiin.", - "fee.tier.description": "Ansaittu summa helpottaa kauppoja. Valitse riskinsietokykyäsi ja strategiaasi vastaava summa.", - "fee.tier.description.v2": "Ansaittu summa helpottaa kauppoja. Kaikissa v2-pooleissa on kiinteät 0,3 %:n maksut. Saat lisää vaihtoehtoja tarjoamalla likviditeettiä v4:ssä.", + "fee.tier.description": "Ansaittu summa tarjoaa likviditeettiä. Valitse riskinsietokykyäsi ja strategiaasi vastaava summa.", + "fee.tier.description.v2": "Ansaittu summa tarjoaa likviditeettiä. Kaikissa v2-pooleissa on kiinteät 0,3 %:n maksut. Saat lisää vaihtoehtoja tarjoamalla likviditeettiä v4:ssä.", "fee.tier.dynamic": "Dynaaminen maksutaso", "fee.tier.dynamic.create": "Dynaamisen maksutason luominen", "fee.tier.dynamic.create.info": "Olet luomassa poolia, jossa on dynaaminen maksutaso. Ennen kuin jatkat, varmista, että valittu koukku tukee dynaamisia maksuja.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Täyden likviditeetin tarjoaminen varmistaa jatkuvan markkinaosuuden kaikilla mahdollisilla hinnoilla, mikä tarjoaa yksinkertaisuutta, mutta mahdollistaa suuremman pysyvän tappion.", "position.provide.liquidityDescription.custom": "Mukautetun valikoiman avulla voit keskittää likviditeettisi tiettyihin hintarajoihin, mikä parantaa pääoman tehokkuutta ja palkkiotuottoja, mutta vaatii aktiivisempaa hallintaa.", "position.removeHook": "Irrota koukku", - "position.resetDescription": "Tokenisi, hinta- ja valikoimavalinnasi nollataan.", "position.setRange": "Aseta hintaluokka", "position.setRange.inputsBelow": "Käytä alla olevia syötteitä asettaaksesi alueesi.", "position.step.deposit": "Syötä talletussummat", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Tämä antaa Uniswap-protokollalle pääsyn tunnukseesi kaupankäyntiä varten.", "routing.aggregateLiquidity": "Jos saatavilla, kokoaa likviditeettilähteitä parempiin hintoihin ja kaasuvapaisiin vaihtosopimuksiin.", "routing.cheapest": "Uniswap-asiakas valitsee edullisimman kauppavaihtoehdon, joka laskee huomioon hinnan ja verkkokustannukset.", - "routing.cheapest.v4": "Uniswap-asiakas valitsee optimaalisen kauppavaihtoehdon hinnan ja verkkokustannusten perusteella.", "scantastic.code.expired": "Vanhentunut", "scantastic.code.subtitle": "Kirjoita tämä koodi Uniswap-laajennukseen. Palautuslauseesi salataan ja siirretään turvallisesti.", "scantastic.code.timeRemaining.shorthand.hours": "Uusi koodi {{hours}}h {{minutes}}m {{seconds}}s kuluttua", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Hyväksy lompakossasi", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "Paras hinta reitti maksaa ~{{gasPrice}} kaasussa. ", - "swap.bestRoute.cost.v4": "Optimaalinen reitti maksaa ~{{gasPrice}} kaasussa. ", "swap.bridging.estimatedTime": "Arvioitu aika", "swap.bridging.title": "Vaihtaminen verkkojen välillä", "swap.bridging.warning.description": "Olet vaihtamassa arvosta {{fromNetwork}} arvoon {{toNetwork}}. Tätä kutsutaan myös \"sillaksi\", joka siirtää tunnuksesi verkosta toiseen.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Verkko", "swap.settings.protection.subtitle.unavailable": "Ei saatavilla {{chainName}}", "swap.settings.protection.title": "Vaihda suojaus", - "swap.settings.routingPreference.option.default.description": "Uniswap-asiakas valitsee halvimman kauppavaihtoehdon hinnan ja verkkokustannusten perusteella.", - "swap.settings.routingPreference.option.default.description.v4": "Uniswap-asiakas valitsee optimaalisen kauppavaihtoehdon hinnan ja verkkokustannusten perusteella.", + "swap.settings.routingPreference.option.default.description": "Uniswap-asiakas valitsee edullisimman kauppavaihtoehdon, joka laskee huomioon hinnan ja verkkokustannukset.", "swap.settings.routingPreference.option.v2.title": "v2 poolit", "swap.settings.routingPreference.option.v3.title": "v3 poolit", "swap.settings.routingPreference.option.v4.title": "v4 poolit", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} -maksut eivät mahdollista tarkkoja ja tarkkoja tuloksia. Käytä sen sijaan Myy-kenttää.", "swap.tokenOwnFees": "Jotkin rahakkeet veloittavat osto- tai myyntimaksun, jonka tunnuksen myöntäjä määrittää. Uniswap ei saa mitään näistä maksuista.", "swap.total": "Kaikki yhteensä", - "swap.tradeRoutes": "Kauppareitit", "swap.transaction.deadline": "Kaupan määräaika", "swap.transaction.revertAfter": "Tapahtumasi palautetaan, jos se on vireillä yli tämän ajanjakson.", "swap.unsupportedAssets.readMore": "Lue lisää tukemattomista sisällöistä", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Hintaraja ylitetty", "swap.warning.router.message": "Yhteys voi olla katkennut tai verkko saattaa olla poikki. Jos ongelma jatkuu, yritä myöhemmin uudelleen.", "swap.warning.router.title": "Tätä kauppaa ei voida suorittaa juuri nyt", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} on estetty", "swap.warning.uniswapFee.message.default": "Maksuja peritään parhaan mahdollisen Uniswap-kokemuksen varmistamiseksi. Tähän vaihtoon ei liity maksua.", "swap.warning.uniswapFee.message.included": "Maksuja sovelletaan parhaan mahdollisen Uniswap-kokemuksen varmistamiseksi, ja ne on jo otettu huomioon tässä tarjouksessa.", "swap.warning.uniswapFee.title": "Vaihtomaksu", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Maksu havaittu", "token.safety.warning.fotVeryHigh.title": "Erittäin korkea maksu havaittu", "token.safety.warning.honeypot.message": "{{tokenSymbol}} on merkitty myymättömäksi. Tämän tunnuksen vaihtaminen voi johtaa varojen menettämiseen.", - "token.safety.warning.honeypot.title": "Honeypot havaittu", + "token.safety.warning.honeypot.title": "100 % myyntipalkkio havaittu", "token.safety.warning.impersonator": "Esiintyy toisena tunnuksena", "token.safety.warning.impersonator.title": "jäljittelijätunnus havaittu", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} on merkitty haitalliseksi.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} on merkitty yritykseksi kopioida eri merkkiä. Se ei ehkä ole se merkki, jota aiot vaihtaa.", + "token.safety.warning.malicious.general.message": "Blockaid on merkinnyt {{tokenSymbol}} haitalliseksi.", + "token.safety.warning.malicious.impersonator.message": "Blockaid on ilmoittanut {{tokenSymbol}} , koska se on yrittänyt kopioida eri merkkiä. Se ei ehkä ole se merkki, jota aiot vaihtaa.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} ei välttämättä ole se merkki, jota aiot vaihtaa.", "token.safety.warning.malicious.title": "Haitallinen tunnus havaittu", "token.safety.warning.mayResultInLoss": "Sen vaihtaminen voi johtaa varojen menetykseen.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Tällä tokenilla ei myöskään käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä.", "token.safety.warning.medium.heading.default_other_also": "Näillä rahakkeilla ei myöskään käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} ei käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä.", + "token.safety.warning.notAvailableToTrade": "Ei saatavilla kauppaan", "token.safety.warning.notListedOnExchanges": "Ei listattu johtavissa Yhdysvaltain pörsseissä", - "token.safety.warning.spam.message": "{{tokenSymbol}} on merkitty mahdolliseksi roskapostitunnukseksi.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} on merkitty myymättömäksi.", + "token.safety.warning.sellFee100.title": "100 % myyntipalkkio havaittu", + "token.safety.warning.spam.message": "Blockaid on merkinnyt {{tokenSymbol}} roskapostiksi.", "token.safety.warning.spam.title": "Roskapostitunnus havaittu", "token.safety.warning.spamsUsers": "Roskapostin käyttäjät", "token.safety.warning.strong.heading.default_one": "Tällä tunnuksella ei käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä eikä sitä vaihdeta usein Uniswapissa.", "token.safety.warning.strong.heading.default_other": "Näillä rahakkeilla ei käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä tai niitä ei vaihdeta usein Uniswapissa.", "token.safety.warning.strong.heading.named": "Arvolla {{tokenSymbol}} ei käydä kauppaa Yhdysvaltojen johtavissa keskitetyissä pörsseissä eikä sitä vaihdeta usein Uniswapilla.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} veloittaa {{feePercent}} maksun ostettaessa tai myytäessä.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} veloittaa {{buyFeePercent}} maksun ostettaessa ja {{sellFeePercent}} myytäessä.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} veloittaa {{feePercent}} maksun ostettaessa.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} veloittaa {{feePercent}} maksun myydessään.", "token.safetyLevel.blocked.header": "Ei saatavilla", "token.safetyLevel.blocked.message": "Et voi vaihtaa tätä merkkiä Uniswap-lompakolla.", "token.safetyLevel.medium.header": "Varoitus", diff --git a/packages/uniswap/src/i18n/locales/translations/fil-PH.json b/packages/uniswap/src/i18n/locales/translations/fil-PH.json index d6f0d97f36d..d92006bd82d 100644 --- a/packages/uniswap/src/i18n/locales/translations/fil-PH.json +++ b/packages/uniswap/src/i18n/locales/translations/fil-PH.json @@ -177,7 +177,7 @@ "common.approvePending": "Nakabinbin ang pag-apruba...", "common.approveSpend": "Aprubahan ang paggastos ng {{symbol}}", "common.approving": "Inaaprubahan", - "common.areYouSure": "Are you sure?", + "common.areYouSure": "Sigurado ka ba?", "common.automatic": "Auto", "common.availableIn": "Available ang Uniswap sa: ", "common.availableOnIOSAndroid": "Available sa iOS at Android", @@ -304,7 +304,7 @@ "common.custom": "Custom", "common.customRange": "Custom na range", "common.dataOutdated": "Posibleng luma na ang data", - "common.dataUnavailable": "Data unavailable", + "common.dataUnavailable": "Hindi available ang data", "common.default": "Default", "common.defaultTradeOptions": "Mga default na opsyon sa pag-trade", "common.delegate.cancelled": "Nakansela ang pag-delegate", @@ -435,7 +435,7 @@ "common.migrate.liquidity.cancelled": "Nakansela ang pag-migrate ng liquidity", "common.migrate.liquidity.failed": "Hindi na-migrate ang liquidity", "common.migrate.position": "Posisyon sa pag-migrate", - "common.migrate.v3": "Migrate to V3", + "common.migrate.v3": "Mag-migrate sa V3", "common.migrated.liquidity": "Na-migrate ang liquidity", "common.migrating.liquidity": "Mina-migrate ang liquidity", "common.min": "Min", @@ -490,11 +490,11 @@ "common.price": "Presyo", "common.priceImpact": "Babala sa epekto sa presyo", "common.priceUpdated": "Na-update ang presyo", - "common.privacyChoices": "Your Privacy Choices", - "common.privacyChoices.checkbox.description": "When checked, we will not share your data with third-party partners for personalized advertising. You can enable sharing anytime by unchecking this box.", - "common.privacyChoices.checkbox.label": "Do not share my information", - "common.privacyChoices.description": "We may share device identifiers with our advertising partners to promote our services on other websites and platforms. Where this qualifies as selling, sharing or targeted advertising under applicable laws, you can opt out by checking the \"do not share my information\" box. For more information about our privacy practices please review our Privacy Policy.", - "common.privacyChoices.disclaimer": "Please note that your selection will apply only to this browser on this device. You can also opt out by enabling the Global Privacy Control setting within the browser that you use to access our services. To see more options, go to your settings.", + "common.privacyChoices": "Mga Opsyon mo sa Privacy", + "common.privacyChoices.checkbox.description": "Kapag nilagyan ng check, hindi namin ibabahagi ang iyong data sa mga third-party na partner para sa naka-personalize na pag-advertise. Puwede mong i-enable ang pagbabahagi sa anumang oras sa pamamagitan ng pag-alis ng check sa box na ito.", + "common.privacyChoices.checkbox.label": "Huwag ibahagi ang impormasyon ko", + "common.privacyChoices.description": "Posibleng magbahagi kami ng mga identifier ng device sa aming mga partner sa pag-advertise para i-promote ang aming mga serbisyo sa iba pang website at platform. Kung maituturing itong pagbebenta, pagbabahagi, o naka-target na pag-advertise sa ilalim ng mga naaangkop na batas, puwede kang mag-opt out sa pamamagitan ng paglalagay ng check sa box na \"huwag ibahagi ang impormasyon ko\". Para sa higit pang impormasyon tungkol sa aming mga proseso sa privacy, pakibasa ang aming Patakaran sa Privacy.", + "common.privacyChoices.disclaimer": "Pakitandaan na ilalapat lang ang iyong pinili sa browser na ito sa device na ito. Puwede ka ring mag-opt out sa pamamagitan ng pag-enable sa setting ng Pangkalahatang Kontrol sa Privacy sa loob ng browser na ginagamit mo para ma-access ang aming mga serbisyo. Para makakita ng higit pang opsyon, pumunta sa iyong mga setting.", "common.privacyPolicy": "Patakaran sa Privacy", "common.proceed": "Magpatuloy", "common.proceedInWallet": "Magpatuloy sa wallet mo", @@ -650,7 +650,6 @@ "common.unwrap.failed": "Hindi na-unwrap", "common.unwrapped": "Na-unwrap na", "common.unwrapping": "Ina-unwrap", - "common.version": "Bersyon", "common.view.profile": "Tingnan ang profile", "common.viewOnBlockExplorer": "Tingnan sa Block Explorer", "common.viewOnExplorer": "Tingnan sa Explorer", @@ -755,7 +754,7 @@ "errors.crash.message": "May nag-crash.", "errors.crash.restart": "I-restart ang app", "errors.crash.title": "Uh oh!", - "explore.more.pools": "Explore more pools", + "explore.more.pools": "Mag-explore ng higit pang pool", "explore.search.action.clear": "I-clear", "explore.search.action.viewEtherscan": "Tingnan sa {{blockExplorerName}}", "explore.search.empty.full": "Walang nahanap na resulta para sa \"{{searchQuery}}\"", @@ -837,26 +836,26 @@ "fee.tier.create": "Gumawa ng tier ng fee", "fee.tier.create.button": "Gumawa ng bagong tier ng fee", "fee.tier.create.description": "Sisimulan ang paggawa ng bagong tier sa isang bagong pool at magreresulta ito sa mga mas mataas kaysa sa karaniwang bayad sa network.", - "fee.tier.description": "Ang halagang kinita sa pangangasiwa ng mga trade. Pumili ng halagang naaakma sa iyong risk tolerance at diskarte.", - "fee.tier.description.v2": "Ang halagang kinita sa pangangasiwa ng mga trade. Ang lahat ng v2 pool ay may naka-fix na 0.3% fee. Para sa higit pang opsyon, magbigay ng liquidity sa v4.", + "fee.tier.description": "Ang halagang kinita sa pagbibigay ng liquidity. Pumili ng halagang naaakma sa iyong risk tolerance at diskarte.", + "fee.tier.description.v2": "Ang halagang kinita sa pagbibigay ng liquidity. Ang lahat ng v2 pool ay may naka-fix na 0.3% fee. Para sa higit pang opsyon, magbigay ng liquidity sa v4.", "fee.tier.dynamic": "Dynamic na tier ng fee", - "fee.tier.dynamic.create": "Creating dynamic fee tier", - "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", + "fee.tier.dynamic.create": "Gumagawa ng tier na dynamic na fee", + "fee.tier.dynamic.create.info": "Gagawa ka ng pool na may tier na dynamic na fee. Bago magpatuloy, pakitiyak na sinusuportahan ng piniling hook ang mga dynamic na fee.", "fee.tier.label": "Ang % kikitain mo sa mga fee", "fee.tier.missing.description": "Hindi mahanap ang tier na hinahanap mo?", "fee.tier.new": "Bagong tier", "fee.tier.percent.select": "{{percentage}} piliin", "fee.tier.recommended": "Inirerekomenda", - "fee.tier.search": "Search or create other fee tiers", + "fee.tier.search": "Maghanap o gumawa ng iba pang tier ng fee", "fee.tier.search.short": "Maghanap ng mga tier", "fee.tier.select": "Pumili ng tier ng fee", "fee.tier.select.existing.button": "Piliin ang dati nang tier ng fee", "fee.tierExact": "{{fee}} na tier ng fee", - "fee.unavailable": "Earned fees are not visible for v2 positions until liquidity is removed.", - "fee.uncollected": "Includes uncollected fees:", + "fee.unavailable": "Ang mga nakuhang fee ay hindi makikita para sa mga posisyon ng v2 hangga't hindi inaalis ang liquidity.", + "fee.uncollected": "Kasama ang mga hindi nakolektang fee:", "fiatOffRamp.checkout.title": "Ibenta gamit ang", "fiatOffRamp.connection.quote": "Magbebenta ng {{amount}} na halaga sa {{currencySymbol}}", - "fiatOffRamp.error.balance": "Exceeds balance", + "fiatOffRamp.error.balance": "Lumampas sa balanse", "fiatOffRamp.unsupportedToken.back": "Bumalik", "fiatOffRamp.unsupportedToken.divider": "Hindi sinusuportahan ang mga token", "fiatOffRamp.unsupportedToken.message": "Hindi sinusuportahan ang pagbebenta ng token na ito. I-swap ang asset na ito sa isa sa mga sinusuportahang token.", @@ -936,11 +935,11 @@ "home.label.send": "Ipadala", "home.label.swap": "Mag-swap", "home.nfts.title": "Mga NFT", - "home.tokens.empty.action.buy.description": "Purchase with a debit card or bank account.", - "home.tokens.empty.action.buy.title": "Buy Crypto", + "home.tokens.empty.action.buy.description": "Bumili gamit ang debit card o bank account.", + "home.tokens.empty.action.buy.title": "Bumili ng Crypto", "home.tokens.empty.action.import.description": "Ilagay ang recovery phrase ng wallet na ito para simulan ang pag-swap at pagpapadala.", "home.tokens.empty.action.import.title": "Mag-import ng wallet", - "home.tokens.empty.action.receive.description": "Transfer from another wallet or account.", + "home.tokens.empty.action.receive.description": "Mag-transfer mula sa isa pang wallet o account.", "home.tokens.empty.action.receive.title": "Tumanggap ng crypto", "home.tokens.empty.description": "Kapag bumili o tumanggap ng mga token ang wallet na ito, lalabas dito ang mga ito.", "home.tokens.empty.title": "Wala pang token", @@ -1021,7 +1020,7 @@ "liquidity.provideOnProtocols": "Pagbibigay ng liquidity sa iba't ibang protocol", "liquidityPool.chart.tooltip.amount": "Liquidity ng {{token}}: {{amount}}", "liquidityPool.page.title": "Magdagdag ng liquidity sa mga pool{{version}} sa Uniswap", - "liquidityPool.positions.closed.title": "Closed positions", + "liquidityPool.positions.closed.title": "Mga saradong posisyon", "liquidityPool.positions.page.title": "Pamahalaan ang liquidity ng pool ma {{quoteSymbol}}/{{baseSymbol}} sa Uniswap", "liquidityPool.positions.page.version.description": "Tingnan ang mga posisyon ng aktibong liquidity mo na {{version}}. Magdagdag ng mga bagong posisyon.", "liquidityPool.positions.page.version.title": "Pamahalaan ang liquidity ng pool na {{version}} sa Uniswap", @@ -1359,9 +1358,9 @@ "pool.create.info": "Ang mga pipiliin mo ay lilikha ng bagong pool ng liquidity na posibleng magresulta sa mas mababang inisyal na liquidity at tumaas na volatility. Pag-isipan ang pagdaragdag sa kasalukuyang pool para mabawasan ang mga risk na ito.", "pool.create.pair": "Gumawa ng pares", "pool.createAndSupply": "Gumawa ng pool at supply", - "pool.createdPosition": "Created position", - "pool.createdPosition.cancelled": "Create position cancelled", - "pool.createdPosition.failed": "Create position failed", + "pool.createdPosition": "Gumawa ng posisyon", + "pool.createdPosition.cancelled": "Nakansela ang paggawa ng posisyon", + "pool.createdPosition.failed": "Hindi nagawa ang posisyon", "pool.depositAmounts": "Mga halaga ng deposito", "pool.earnFees": "Sa pamamagitan ng pagdaragdag ng liquidity, makakakuha ka ng 0.3% ng lahat ng trade sa pares na ito na proporsyonal sa iyong share sa pool. Ang mga fee ay idinaragdag sa pool, naiipon nang real time at puwedeng i-claim sa pamamagitan ng pag-withdraw ng liquidity mo.", "pool.estimatePercentToRevert": "Tinatantya ang output. Kung magbabago ang presyo nang mahigit {{allowed}}%, mare-revert ang transaksyon mo.", @@ -1371,7 +1370,7 @@ "pool.import": "Mag-import ng pool", "pool.import.v2": "Mag-import ng V2 pool", "pool.increaseLiquidity": "Taasan ang liquidity", - "pool.info": "Pool info", + "pool.info": "Impormasyon ng pool", "pool.initialShare": "Mga inisyal na presyo at share sa pool", "pool.learn": "Matuto", "pool.learnAbout": "Magbasa pa tungkol sa pagbibigay ng liquidity", @@ -1379,10 +1378,10 @@ "pool.learnv3LP": "Tingnan ang aming v3 LP walkthrough at mga gabay sa pag-migrate.", "pool.limitFluctuation.warning": "Pakitandaang posibleng mag-iba-iba ang pag-execute para sa mga limit batay sa mga real-time na fluctuation sa market at congestion sa network ng Ethereum. Posibleng hindi ma-execute nang eksakto ang mga limit kapag naabot ng mga token ang tinukoy na presyo.", "pool.liquidity.connectToAdd": "Kumonekta sa isang wallet para matingnan ang liquidity mo.", - "pool.liquidity.data.error.message": "There was an error fetching data required for your transaction.", + "pool.liquidity.data.error.message": "Nagka-error sa pag-fetch ng data na kinakailangan para sa iyong transaksyon.", "pool.liquidity.earn.fee": "Nakakakuha ang mga provider ng liquidity ng 0.3% fee sa lahat ng trade na proporsyonal sa share nila sa pool. Ang mga fee ay idinaragdag sa pool, naiipon nang real time at puwedeng i-claim sa pamamagitan ng pag-withdraw ng liquidity mo.", - "pool.liquidity.outOfSync": "Pool prices out of sync", - "pool.liquidity.outOfSync.message": "Prices in this pool are out of sync with the current market. Adding liquidity may result in a loss of funds.", + "pool.liquidity.outOfSync": "Hindi naka-sync ang mga presyo sa pool", + "pool.liquidity.outOfSync.message": "Hindi naka-sync ang mga presyo sa pool na ito sa kasalukuyang market. Ang pagdaragdag ng liquidity ay maaaring magresulta sa pagkawala ng mga pondo.", "pool.liquidity.ownershipWarning.message": "Hindi ikaw ang may-ari ng posisyong ito sa LP. Hindi mo mawi-withdraw ang liquidity mula sa posisyong itong maliban na lang kung pagmamay-ari mo ang sumusunod na address: {{ownerAddress}}", "pool.liquidity.rewards": "Mga reward sa provider ng liquidity", "pool.liquidity.taxWarning": "Mga buwis sa token", @@ -1392,7 +1391,7 @@ "pool.max.label": "Max:", "pool.maxPrice": "Max na presyo", "pool.migrateLiquidity": "I-migrate ang liquidity", - "pool.migrateToV4": "Migrate to v4", + "pool.migrateToV4": "Mag-migrate sa v4", "pool.min.label": "Min:", "pool.minPrice": "Min na presyo", "pool.mustBeInitialized": "Dapat masimulan ang pool na ito bago ka makapagdagdag ng liquidity. Para simulan, pumili ng panimulang presyo para sa pool. Pagkatapos, ilagay ang range ng presyo ng liquidity at halaga ng deposito mo. Mas magiging mataas kaysa sa karaniwan ang mga fee sa gas dahil sa transaksyon ng pagsisimula.", @@ -1414,7 +1413,7 @@ "pool.position.willBe100": "Ang iyong posisyon ay magiging 100% na binubuo ng {{sym}} sa presyong ito", "pool.positions": "Mga Posisyon", "pool.positions.title": "Ang mga posisyon mo", - "pool.positions.transaction.settings": "Transaction settings", + "pool.positions.transaction.settings": "Mga setting ng transaksyon", "pool.priceRange": "Range ng presyo", "pool.rangeBadge.tooltip.outsideRange": "Ang presyo ng pool na ito ay hindi sakop ng pinili mong range. Hindi kumikita ng mga fee sa kasalukuyan ang posisyon mo.", "pool.rangeBadge.tooltip.text": "May 0 liquidity ang posisyon mo, at hindi ito kumikita ng mga fee.", @@ -1435,7 +1434,7 @@ "pool.supplyingMaths": "Nagsu-supply ng {{amtA}} {{symA}} at {{amtB}} {{symB}}", "pool.tokenPair": "Pares ng token", "pool.top": "Mga nangungunang pool", - "pool.top.tvl": "Top pools by TVL", + "pool.top.tvl": "Ang mga nangungunang pool ayon sa TVL", "pool.totalTokens": "Ang mga kabuuang token ng pool mo:", "pool.uncollectedFees": "Mga hindi nakolektang fee", "pool.v2": "Mga v2 pool", @@ -1444,9 +1443,9 @@ "pool.v2liquidity": "V2 liquidity", "pool.v3": "Mga v3 pool", "pool.v4": "Mga v4 pool", - "pool.viewUncollectedFees": "View uncollected fees and analytics", + "pool.viewUncollectedFees": "Tingnan ang mga hindi nakolektang fee at analytics", "pool.volOverTvl": "1D vol/TVL", - "pool.volume.thirtyDay": "30 day volume", + "pool.volume.thirtyDay": "30 araw na volume", "pool.volume.thirtyDay.short": "30D vol", "pool.yourv2": "Ang iyong V2 liquidity", "poolFinder.connect": "Kumonekta sa isang wallet para maghanap ng mga pool.", @@ -1466,8 +1465,8 @@ "position.addingHook.invalidAddress": "Maglagay ng valid na address ng hook", "position.addingHook.viewProperties": "Tingnan ang mga property", "position.appearHere": "Lalabas dito ang posisyon mo.", - "position.create.invalidPrice": "Invalid price", - "position.create.invalidRange": "Invalid range", + "position.create.invalidPrice": "Invalid ang presyo", + "position.create.invalidRange": "Invalid ang range", "position.create.modal.header": "Lumilikha ng posisyon", "position.currentValue": "Kasalukuyang value ng posisyon", "position.deposit.description": "Tukuyin ang mga halaga ng token para sa iyong kontribusyon sa liquidity.", @@ -1490,11 +1489,11 @@ "position.protocol": "Posisyon ng {{protocol}}", "position.provide.liquidity": "Piliin ang mga token kung saan mo gustong magbigay ng liquidity. Puwede kang pumili ng mga token sa lahat ng sinusuportahang network.", "position.provide.liquidityDescription": "Sa pagbibigay ng liquidity na may ganap na range, natitiyak ang tuloy-tuloy na partisipasyon sa market sa lahat ng posibleng presyo, na nag-aalok ng pagiging simple pero may potensyal para sa mas mataas na impermanent loss.", - "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", + "position.provide.liquidityDescription.custom": "Nagbibigay-daan sa iyo ang custom na range na maituon ang liquidity mo sa mga partikular na limitasyon sa presyo, na nagpapahusay sa efficiency ng capital at mga kita sa fee pero nangangailangan ng mas aktibong pamamahala.", "position.removeHook": "Alisin ang hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.resetDescription": "Ire-reset ang iyong mga token, presyo, at mga pagpipilian ng range.", "position.setRange": "Itakda ang range ng presyo", - "position.setRange.inputsBelow": "Use the inputs below to set your range.", + "position.setRange.inputsBelow": "Gamitin ang mga input sa ibaba para itakda ang range mo.", "position.step.deposit": "Maglagay ng mga halaga ng deposito", "position.step.price": "Magtakda ng inisyal na presyo", "position.step.range": "Itakda ang range ng presyo", @@ -1529,18 +1528,18 @@ "qrScanner.title": "Mag-scan ng QR code", "qrScanner.wallet.networks": "Mga Sinusuportahang Network", "qrScanner.wallet.title": "Puwede kang magpadala at tumanggap ng mga token at NFT sa lahat ngn aming {{numOfNetworks}} (na) sinusuportahang network.", - "range.outOfView": "Range out of view", + "range.outOfView": "Hindi makita ang range", "removeLiquidity.collectFees": "Mangongolekta ka rin ng mga fee na nakuha mula sa posisyong ito.", "removeLiquidity.outputEstimated": "Tinatantya ang output. Kung magbabago ang presyo nang mahigit {{allowed}}%, mare-revert ang transaksyon mo.", "removeLiquidity.pendingText": "Inaalis ang {{amtA}} {{symA}} at {{amtB}} {{symB}}", "removeLiquidity.pooled": "Na-pool na {{symbol}}:", "removeLiquidity.removing": "Inaalis ang {{amt1}} {{symbol1}} at {{amt2}} {{symbol2}}", - "removeLiquidity.removingTokensTip": "Tip: Removing pool tokens converts your position back into underlying tokens at the current rate, proportional to your share of the pool. Uncollected fees are included in the amounts you receive.", + "removeLiquidity.removingTokensTip": "Tip: Kapag inalis ang mga token ng pool, mako-convert ang posisyon mo pabalik sa mga pinagbabatayang token sa kasalukuyang rate, na proporsyonal sa iyong share sa pool. Kasama ang mga hindi nakolektang fee sa mga halagang natatanggap mo.", "removeLiquidity.uniBurned": "Na-burn na ang UNI {{a}}/{{b}}", "revoke.failed.message": "Nagbibigay ito sa Uniswap protocol ng access sa iyong token para sa pag-trade.", "routing.aggregateLiquidity": "Kapag available, pinagsasama-sama ang mga source ng liquidity para sa mas magagandang presyo at libreng pag-swap ng gas.", "routing.cheapest": "Pinipili ng Uniswap client ang pinakamurang opsyon sa trade kung saan fina-factor ang presyo at mga bayad sa network.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "Pinipili ng Uniswap client ang pinakamagandang opsyon sa trade kung saan fina-factor ang presyo at mga bayad sa network.", "scantastic.code.expired": "Nag-expire", "scantastic.code.subtitle": "Ilagay ang code na ito sa Uniswap Extension. Ligtas na ie-encrypt at ililipat ang iyong recovery phrase.", "scantastic.code.timeRemaining.shorthand.hours": "Bagong code sa loob ng {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1760,7 @@ "swap.approveInWallet": "Aprubahan sa wallet mo", "swap.balance.amount": "Balanse: {{amount}}", "swap.bestRoute.cost": "Ang pinakamagandang presyo ng route ay nagkakahalaga ng ~{{gasPrice}} sa gas. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "Ang pinakamagandang presyo ng route ay nagkakahalaga ng ~{{gasPrice}} sa gas. ", "swap.bridging.estimatedTime": "Tinatantyang oras", "swap.bridging.title": "Pag-swap sa mga network", "swap.bridging.warning.description": "Mag-swap ka sa {{toNetwork}} mula sa {{fromNetwork}}. Tinatawag din itong \"bridging\", na naglilipat ng mga token mo mula sa isang network papunta sa isa pa.", @@ -1847,8 +1846,8 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Network", "swap.settings.protection.subtitle.unavailable": "Hindi available sa {{chainName}}", "swap.settings.protection.title": "Proteksyon sa pag-swap", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Pinipili ng Uniswap client ang pinakamurang opsyon sa trade kung saan fina-factor ang presyo at mga bayad sa network.", + "swap.settings.routingPreference.option.default.description.v4": "Pinipili ng Uniswap client ang pinakamagandang opsyon sa trade kung saan fina-factor ang presyo at mga bayad sa network.", "swap.settings.routingPreference.option.v2.title": "Mga v2 pool", "swap.settings.routingPreference.option.v3.title": "Mga v3 pool", "swap.settings.routingPreference.option.v4.title": "Mga v4 pool", @@ -1877,7 +1876,7 @@ "swap.taxTooltip.tokenSelected": "Ang mga fee sa {{tokenSymbol}} ay hindi nagbibigay-daan sa mga tumpak na eksaktong output. Gamitin na lang ang field na `Sell`.", "swap.tokenOwnFees": "May fee sa ilang token kapag binili o ibinenta ang mga ito, na itinatakda ng nag-isyu ng token. Hindi natatanggap ng Uniswap ang alinman sa mga fee na ito.", "swap.total": "Kabuuan", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "Mga route ng trade", "swap.transaction.deadline": "Deadline ng transaksyon", "swap.transaction.revertAfter": "Mare-revert ang iyong transaksyon kung nakabinbin ito nang mas mahaba sa panahong ito.", "swap.unsupportedAssets.readMore": "Magbasa pa tungkol sa mga hindi sinusuportahang asset", @@ -1897,7 +1896,7 @@ "swap.warning.networkFee.message.uniswapX": "Ito ang babayaran para maproseso ang iyong transaksyon sa blockchain. Hindi nakakatanggap ang Uniswap ng anumang share sa mga fee na ito. Pinagsasama-sama ng UniswapX ang mga source ng liquidity para sa mas magagandang presyo at libreng pag-swap ng gas.", "swap.warning.networkFee.wrap": "I-wrap ang ETH", "swap.warning.noRoutesFound.message": "Walang available na route sa kasalukuyan para sa mga pinili mong token. Pakisubukan ang ibang pares o tingnan muli sa ibang pagkakataon.", - "swap.warning.noRoutesFound.title": "No routes available", + "swap.warning.noRoutesFound.title": "Walang route na available", "swap.warning.offline.message": "Posibleng nawalan ka ng koneksyon sa internet o hindi gumagana ang network. Pakisuri ang iyong koneksyon sa internet at subukang muli.", "swap.warning.offline.title": "Offline ka", "swap.warning.priceImpact": "Magreresulta ang transaksyong ito sa epekto sa presyo na sa presyo sa market ng pool na ito. Gusto mo bang magpatuloy?", @@ -1916,6 +1915,7 @@ "swap.warning.rateLimit.title": "Lumampas sa limit sa rate", "swap.warning.router.message": "Posibleng nawalan ka ng koneksyon o hindi gumagana ang network. Kung magpapatuloy ang problema, pakisubukang muli sa ibang pagkakataon.", "swap.warning.router.title": "Hindi makukumpleto ang pag-trade na ito sa ngayon", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Naglalapat ng mga fee para matiyak ang pinakamagandang karanasan sa Uniswap. Walang fee na nauugnay sa pag-swap na ito.", "swap.warning.uniswapFee.message.included": "Naglalapat ng mga fee para matiyak ang pinakamagandang karanasan sa Uniswap, at na-factor na ang mga ito sa quote na ito.", "swap.warning.uniswapFee.title": "Fee sa pag-swap", @@ -1975,7 +1975,7 @@ "token.links.website": "Website", "token.priceExplorer.error.description": "Nagkaproblema.", "token.priceExplorer.error.title": "Hindi ma-load ang chart ng presyo", - "token.priceExplorer.timeRangeLabel.all": "All time", + "token.priceExplorer.timeRangeLabel.all": "Lahat ng oras", "token.priceExplorer.timeRangeLabel.day": "1D", "token.priceExplorer.timeRangeLabel.hour": "1H", "token.priceExplorer.timeRangeLabel.month": "1M", @@ -1990,33 +1990,37 @@ "token.safety.warning.blocked.description.named": "Hindi mo mate-trade ang {{tokenSymbol}} gamit ang Uniswap App.", "token.safety.warning.dontShowWarningAgain": "Huwag nang ipakita ulit sa akin ang babalang ito", "token.safety.warning.doYourOwnResearch": "Magsagawa palagi ng sarili mong pananaliksik bago magpatuloy.", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "May fee na kapag {{action}}", + "token.safety.warning.flaggedAsMalicious": "Na-flag na mapaminsala", + "token.safety.warning.fotHigh.title": "May na-detect na mataas na fee", + "token.safety.warning.fotLow.title": "May na-detect na fee", + "token.safety.warning.fotVeryHigh.title": "May na-detect na napakataas na fee", "token.safety.warning.honeypot.message": "Na-flag ang {{tokenSymbol}} na hindi maibebenta. Ang pag-swap ng token na ito ay posibleng magresulta sa pagkawala ng mga pondo mo.", - "token.safety.warning.honeypot.title": "May na-detect na honeypot", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "Na-flag ang {{tokenSymbol}} na mapaminsala.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "May na-detect na 100% fee sa pagbebenta", + "token.safety.warning.impersonator": "Nagpapanggap na isang token", + "token.safety.warning.impersonator.title": "May na-detect na nagpapanggap na token", + "token.safety.warning.malicious.general.message": "Na-flag ng Blockaid ang {{tokenSymbol}} na mapaminsala.", + "token.safety.warning.malicious.impersonator.message": "Na-flag ng Blockaid ang {{tokenSymbol}} dahil sa pagtatangkang gayahin ang ibang token. Posibleng hindi ito ang token na gusto mong i-swap.", + "token.safety.warning.malicious.impersonator.message.short": "Posibleng hindi ang {{tokenSymbol}} ang token na gusto mong i-swap.", "token.safety.warning.malicious.title": "May na-detect na mapaminsalang token", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "Posibleng magresulta ang pag-swap nito sa pagkawala ng mga pondo.", "token.safety.warning.medium.heading.default_one": "Hindi tine-trade ang token na ito sa mga nangungunang naka-centralize na palitan sa U.S.", "token.safety.warning.medium.heading.default_other": "Hindi tine-trade ang mga token na ito sa mga nangungunang naka-centralize na palitan sa U.S.", "token.safety.warning.medium.heading.default_one_also": "Hindi rin tine-trade ang token na ito sa mga nangungunang naka-centralize na palitan sa U.S.", "token.safety.warning.medium.heading.default_other_also": "Hindi rin tine-trade ang mga token na ito sa mga nangungunang naka-centralize na palitan sa U.S.", "token.safety.warning.medium.heading.named": "Hindi tine-trade ang {{tokenSymbol}} sa mga nangungunang naka-centralize na palitan sa U.S.", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "Na-flag ang {{tokenSymbol}} na potensyal na token ng spam.", + "token.safety.warning.notListedOnExchanges": "Hindi nakalista sa mga nangungunang palitan sa U.S.", + "token.safety.warning.sellFee100.message": "Na-flag ang {{ tokenSymbol }} na hindi naibebenta.", + "token.safety.warning.sellFee100.title": "May na-detect na 100% fee sa pagbebenta", + "token.safety.warning.spam.message": "Na-flag ng Blockaid ang {{tokenSymbol}} na spam.", "token.safety.warning.spam.title": "May na-detect na token ng spam", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "Nagsa-spam ng mga user", "token.safety.warning.strong.heading.default_one": "Ang token na ito ay hindi tine-trade sa mga nangungunang naka-centralize na palitan sa U.S. o madalas na sina-swap sa Uniswap.", "token.safety.warning.strong.heading.default_other": "Ang mga token na ito ay hindi tine-trade sa mga nangungunang naka-centralize na palitan sa U.S. o madalas na sina-swap sa Uniswap.", "token.safety.warning.strong.heading.named": "Ang {{tokenSymbol}} ay hindi tine-trade sa mga nangungunang naka-centralize na palitan sa U.S. o madalas na sina-swap sa Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "Ang {{tokenSymbol}} ay may {{buyFeePercent}} fee kapag binili at {{sellFeePercent}} kapag ibinenta.", + "token.safety.warning.tokenChargesFee.buy.message": "Ang {{tokenSymbol}} ay may {{feePercent}} fee kapag binili.", + "token.safety.warning.tokenChargesFee.sell.message": "Ang {{tokenSymbol}} ay may {{feePercent}} fee kapag ibinenta.", "token.safetyLevel.blocked.header": "Hindi available", "token.safetyLevel.blocked.message": "Hindi mo mate-trade ang token na ito gamit ang Uniswap Wallet.", "token.safetyLevel.medium.header": "Pag-iingat", diff --git a/packages/uniswap/src/i18n/locales/translations/fr-FR.json b/packages/uniswap/src/i18n/locales/translations/fr-FR.json index 2865338e0f9..5d4eca5a37c 100644 --- a/packages/uniswap/src/i18n/locales/translations/fr-FR.json +++ b/packages/uniswap/src/i18n/locales/translations/fr-FR.json @@ -177,7 +177,7 @@ "common.approvePending": "En attente d'approbation…", "common.approveSpend": "Approuver la dépense en {{symbol}}", "common.approving": "Approbation en cours", - "common.areYouSure": "Are you sure?", + "common.areYouSure": "Voulez-vous vraiment effectuer cette action ?", "common.automatic": "Automatique", "common.availableIn": "Uniswap est disponible en : ", "common.availableOnIOSAndroid": "Disponible sur iOS et Android", @@ -490,11 +490,11 @@ "common.price": "Prix", "common.priceImpact": "Avertissement relatif à l'effet sur le prix", "common.priceUpdated": "Prix mis à jour", - "common.privacyChoices": "Your Privacy Choices", - "common.privacyChoices.checkbox.description": "When checked, we will not share your data with third-party partners for personalized advertising. You can enable sharing anytime by unchecking this box.", - "common.privacyChoices.checkbox.label": "Do not share my information", - "common.privacyChoices.description": "We may share device identifiers with our advertising partners to promote our services on other websites and platforms. Where this qualifies as selling, sharing or targeted advertising under applicable laws, you can opt out by checking the \"do not share my information\" box. For more information about our privacy practices please review our Privacy Policy.", - "common.privacyChoices.disclaimer": "Please note that your selection will apply only to this browser on this device. You can also opt out by enabling the Global Privacy Control setting within the browser that you use to access our services. To see more options, go to your settings.", + "common.privacyChoices": "Vos choix en matière de confidentialité", + "common.privacyChoices.checkbox.description": "Si vous cochez cette case, nous ne partagerons pas vos données avec des partenaires tiers pour vous fournir des publicités personnalisées. Vous pouvez activer le partage à tout moment en désélectionnant cette case.", + "common.privacyChoices.checkbox.label": "Ne pas partager mes informations", + "common.privacyChoices.description": "Nous sommes susceptibles de partager des identifiants d’appareil avec nos partenaires publicitaires pour faire la promotion de nos services sur d’autres sites Web et plateformes. Lorsque cela est considéré comme de la vente, du partage ou de la publicité ciblée en vertu des lois applicables, vous pouvez refuser ce partage en cochant la case « Ne pas partager mes informations ». Pour en savoir plus sur nos pratiques en matière de confidentialité, reportez-vous à notre Politique de confidentialité.", + "common.privacyChoices.disclaimer": "Remarque : votre sélection s’applique uniquement à ce navigateur, sur cet appareil. Vous pouvez aussi refuser le partage en activant le paramètre de contrôle général de la confidentialité du navigateur que vous utilisez pour accéder à nos services. Pour voir davantage d’options, accédez à vos paramètres.", "common.privacyPolicy": "Politique de confidentialité", "common.proceed": "Poursuivre", "common.proceedInWallet": "Poursuivre dans votre wallet", @@ -650,7 +650,6 @@ "common.unwrap.failed": "Échec de l'annulation de l'enveloppement", "common.unwrapped": "Enveloppement annulé", "common.unwrapping": "Annulation de l'enveloppement en cours", - "common.version": "Version", "common.view.profile": "Voir le profil", "common.viewOnBlockExplorer": "Voir dans l'explorateur de blocs", "common.viewOnExplorer": "Voir dans l'explorateur", @@ -837,15 +836,15 @@ "fee.tier.create": "Créer un niveau de frais", "fee.tier.create.button": "Créer un nouveau niveau de frais", "fee.tier.create.description": "Tout nouveau niveau créé sera initialisé dans un nouveau pool et entraînera des frais de réseau plus élevés que d'habitude.", - "fee.tier.description": "Le montant gagné en facilitant les transactions. Choisissez un montant adapté à votre tolérance au risque et à votre stratégie.", - "fee.tier.description.v2": "Le montant gagné en facilitant les négociations. Tous les pools v2 ont des frais fixes de 0,3 %. Approvisionnez la v4 en liquidité pour bénéficier de plus d'options.", + "fee.tier.description": "Le montant gagné en fournissant de la liquidité. Choisissez un montant adapté à votre tolérance au risque et à votre stratégie.", + "fee.tier.description.v2": "Le montant gagné en fournissant de la liquidité. Tous les pools v2 ont des frais fixes de 0,3 %. Approvisionnez la v4 en liquidité pour bénéficier de plus d’options.", "fee.tier.dynamic": "Niveau de frais dynamique", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", "fee.tier.label": "% que vous gagnerez en frais", "fee.tier.missing.description": "Vous ne trouvez pas le niveau que vous recherchez ?", "fee.tier.new": "Nouveau niveau", - "fee.tier.percent.select": "{{percentage}} % sélectionné", + "fee.tier.percent.select": "{{percentage}} sélectionné(s)", "fee.tier.recommended": "Recommandé", "fee.tier.search": "Search or create other fee tiers", "fee.tier.search.short": "Rechercher des niveaux", @@ -1492,7 +1491,7 @@ "position.provide.liquidityDescription": "L'apport d'une gamme complète de liquidités garantit une participation continue du marché à tous les prix possibles, ce qui offre une certaine simplicité tout en présentant un potentiel de perte impermanente plus élevé.", "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", "position.removeHook": "Supprimer le hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.resetDescription": "Vos sélections de tokens, de prix et de canaux seront réinitialisées.", "position.setRange": "Définir la plage de prix", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "Saisir les montants des dépôts", @@ -1540,7 +1539,7 @@ "revoke.failed.message": "Cela permet au protocole Uniswap d'accéder à votre token pour les transactions.", "routing.aggregateLiquidity": "Le cas échéant, regroupe les sources de liquidité pour obtenir de meilleurs prix et effectuer des échanges sans gaz.", "routing.cheapest": "Le client Uniswap sélectionne l'option de négociation la moins chère en tenant compte du prix et des frais de réseau.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "Le client Uniswap sélectionne la meilleure transaction en fonction du prix et des frais de réseau.", "scantastic.code.expired": "Expiré", "scantastic.code.subtitle": "Saisissez ce code dans l'extension Uniswap. Votre phrase de récupération sera chiffrée et transférée en toute sécurité.", "scantastic.code.timeRemaining.shorthand.hours": "Nouveau code dans {{hours}} h {{minutes}} min {{seconds}} s", @@ -1761,7 +1760,7 @@ "swap.approveInWallet": "Approuver dans votre wallet", "swap.balance.amount": "Solde : {{amount}}", "swap.bestRoute.cost": "Le parcours au meilleur prix coûte environ {{gasPrice}} en gaz. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "Le parcours optimal coûte environ {{gasPrice}} en gaz. ", "swap.bridging.estimatedTime": "Durée estimée", "swap.bridging.title": "Échange entre réseaux en cours", "swap.bridging.warning.description": "Vous effectuez un échange depuis {{fromNetwork}} vers {{toNetwork}}. Cette opération déplacera vos tokens d'un réseau à un autre.", @@ -1847,8 +1846,8 @@ "swap.settings.protection.subtitle.supported": "Réseau {{chainName}}", "swap.settings.protection.subtitle.unavailable": "Indisponible sur {{chainName}}", "swap.settings.protection.title": "Protection des échanges", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Le client Uniswap sélectionne la transaction la moins chère en fonction du prix et des frais de réseau.", + "swap.settings.routingPreference.option.default.description.v4": "Le client Uniswap sélectionne la meilleure transaction en fonction du prix et des frais de réseau.", "swap.settings.routingPreference.option.v2.title": "Pools v2", "swap.settings.routingPreference.option.v3.title": "Pools v3", "swap.settings.routingPreference.option.v4.title": "Pools v4", @@ -1877,7 +1876,7 @@ "swap.taxTooltip.tokenSelected": "Les frais appliqués au {{tokenSymbol}} ne permettent pas d'obtenir des sorties précises et exactes. Utilisez plutôt le champ « Vendre ».", "swap.tokenOwnFees": "Certains tokens prélèvent des frais lors de leur achat ou de leur vente. Ces frais sont fixés par leur émetteur, et Uniswap n'en reçoit aucune part.", "swap.total": "Total", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "Parcours de transaction", "swap.transaction.deadline": "Délai de la transaction", "swap.transaction.revertAfter": "Votre transaction sera annulée si elle reste en attente plus longtemps que cette période.", "swap.unsupportedAssets.readMore": "En savoir plus sur les actifs non pris en charge", @@ -1916,6 +1915,7 @@ "swap.warning.rateLimit.title": "Limite de taux dépassée", "swap.warning.router.message": "Votre connexion a peut-être été coupée ou le réseau est peut-être hors ligne. Si le problème persiste, veuillez réessayer plus tard.", "swap.warning.router.title": "Cette transaction ne peut pas être finalisée pour le moment", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Des frais sont appliqués pour garantir la meilleure expérience avec Uniswap. Aucun frais n'est associé à cet échange.", "swap.warning.uniswapFee.message.included": "Des frais sont appliqués pour garantir la meilleure expérience avec Uniswap et ont déjà été pris en compte dans ce devis.", "swap.warning.uniswapFee.title": "Frais d'échange", @@ -1990,33 +1990,37 @@ "token.safety.warning.blocked.description.named": "Vous ne pouvez pas négocier le token {{tokenSymbol}} en utilisant l'app Uniswap.", "token.safety.warning.dontShowWarningAgain": "Ne plus afficher cet avertissement", "token.safety.warning.doYourOwnResearch": "Menez toujours vos propres recherches avant de procéder.", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "Facture des frais de lorsque {{action}}", + "token.safety.warning.flaggedAsMalicious": "Signalé comme malveillant", + "token.safety.warning.fotHigh.title": "Frais élevés détectés", + "token.safety.warning.fotLow.title": "Frais détectés", + "token.safety.warning.fotVeryHigh.title": "Frais très élevés détectés", "token.safety.warning.honeypot.message": "{{tokenSymbol}} a été signalé comme invendable. L'échange de ce token peut entraîner une perte de vos fonds.", - "token.safety.warning.honeypot.title": "Honeypot détecté", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} a été signalé comme malveillant.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "Frais de vente de 100 % détectés", + "token.safety.warning.impersonator": "Imite un autre token", + "token.safety.warning.impersonator.title": "Token imitant un autre token détecté", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} a été signalé comme malveillant par Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} a été signalé comme une tentative de copie d’un autre token par Blockaid. Il ne s’agit peut-être pas du token que vous souhaitez échanger.", + "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} n’est peut-être pas le token que vous souhaitez échanger.", "token.safety.warning.malicious.title": "Token malveillant détecté", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "L’échange de ce token peut entraîner la perte de vos fonds.", "token.safety.warning.medium.heading.default_one": "Ce token n'est pas négocié sur les principaux échanges centralisés américains.", "token.safety.warning.medium.heading.default_other": "Ces tokens ne sont pas négociés sur les principaux échanges centralisés américains.", "token.safety.warning.medium.heading.default_one_also": "Ce token n'est pas non plus négocié sur les principaux échanges centralisés américains.", "token.safety.warning.medium.heading.default_other_also": "Ces tokens ne sont pas non plus négociés sur les principaux échanges centralisés américains.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} n'est pas négocié sur les principaux échanges centralisés américains.", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} a été signalé comme token potentiellement indésirable.", + "token.safety.warning.notListedOnExchanges": "Non inscrit sur les principaux échanges des États-Unis", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} a été signalé comme invendable.", + "token.safety.warning.sellFee100.title": "Frais de vente de 100 % détectés", + "token.safety.warning.spam.message": "{{tokenSymbol}} a été signalé comme un spam par Blockaid.", "token.safety.warning.spam.title": "Token potentiellement indésirable détecté", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "Spamme les utilisateurs", "token.safety.warning.strong.heading.default_one": "Ce token n'est pas négocié sur les principaux échanges centralisés américains ni fréquemment échangé sur Uniswap.", "token.safety.warning.strong.heading.default_other": "Ces tokens ne sont pas négociés sur les principaux échanges centralisés américains ni fréquemment échangés sur Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} n'est pas négocié sur les principaux échanges centralisés américains ni fréquemment échangé sur Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} facture des frais de {{buyFeePercent}} à l’achat et de {{sellFeePercent}} à la vente.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} facture des frais de {{feePercent}} à l’achat.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} facture des frais de {{feePercent}} à la vente.", "token.safetyLevel.blocked.header": "Indisponible", "token.safetyLevel.blocked.message": "Vous ne pouvez pas négocier ce token à l'aide d'Uniswap Wallet.", "token.safetyLevel.medium.header": "Attention", diff --git a/packages/uniswap/src/i18n/locales/translations/he-IL.json b/packages/uniswap/src/i18n/locales/translations/he-IL.json index 0f134cf387f..fef92d41951 100644 --- a/packages/uniswap/src/i18n/locales/translations/he-IL.json +++ b/packages/uniswap/src/i18n/locales/translations/he-IL.json @@ -177,7 +177,6 @@ "common.approvePending": "מחכה לאישור...", "common.approveSpend": "אשר הוצאה של {{symbol}}", "common.approving": "מאשר", - "common.areYouSure": "האם אתה בטוח?", "common.automatic": "אוטומטי", "common.availableIn": "החלפה חד פעמית זמינה ב: ", "common.availableOnIOSAndroid": "זמין ב-iOS וב-Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "ביטול הגלישה נכשל", "common.unwrapped": "לא עטוף", "common.unwrapping": "פורקים את העטיפה", - "common.version": "גִרְסָה", "common.view.profile": "צפה בפרופיל", "common.viewOnBlockExplorer": "הצג ב- Block Explorer", "common.viewOnExplorer": "הצג באקספלורר", @@ -837,8 +835,8 @@ "fee.tier.create": "צור דרגת עמלות", "fee.tier.create.button": "צור שכבת עמלות חדשה", "fee.tier.create.description": "יצירת שכבה חדשה תתחיל במאגר חדש ותגרום לעלויות רשת גבוהות מהרגיל.", - "fee.tier.description": "הסכום שהרווח מקל על עסקאות. בחר סכום המתאים לסובלנות הסיכון והאסטרטגיה שלך.", - "fee.tier.description.v2": "הסכום שהרווח מקל על עסקאות. לכל מאגר ה-v2 יש עמלות קבועות של 0.3%. לאפשרויות נוספות, ספק נזילות ב-v4.", + "fee.tier.description": "הסכום שהרווח מספק נזילות. בחר סכום המתאים לסובלנות הסיכון והאסטרטגיה שלך.", + "fee.tier.description.v2": "הסכום שהרווח מספק נזילות. לכל מאגר ה-v2 יש עמלות קבועות של 0.3%. לאפשרויות נוספות, ספק נזילות ב-v4.", "fee.tier.dynamic": "דרגת עמלות דינמית", "fee.tier.dynamic.create": "יצירת דרגת עמלות דינמית", "fee.tier.dynamic.create.info": "אתה עומד ליצור מאגר עם דרגת עמלות דינמית. לפני שתמשיך, אנא ודא שהקרס שנבחר תומך בעמלות דינמיות.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "אספקת נזילות בטווח מלא מבטיחה השתתפות מתמשכת בשוק בכל המחירים האפשריים, ומציעה פשטות אך עם פוטנציאל להפסד בלתי קבוע גבוה יותר.", "position.provide.liquidityDescription.custom": "טווח מותאם אישית מאפשר לך לרכז את הנזילות שלך בגבולות מחיר ספציפיים, תוך שיפור יעילות ההון ורווחי עמלות אך דורש ניהול אקטיבי יותר.", "position.removeHook": "הסר וו", - "position.resetDescription": "בחירת האסימונים, המחיר והטווח שלך יאופסו.", "position.setRange": "קבע טווח מחירים", "position.setRange.inputsBelow": "השתמש בכניסות למטה כדי להגדיר את הטווח שלך.", "position.step.deposit": "הזן סכומי הפקדה", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "זה מספק לפרוטוקול Uniswap גישה לטוקן שלך למסחר.", "routing.aggregateLiquidity": "כאשר זמין, צובר מקורות נזילות למחירים טובים יותר והחלפות ללא גז.", "routing.cheapest": "לקוח Uniswap בוחר את אפשרות הסחר הזולה ביותר תוך התחשבות במחיר ועלויות רשת.", - "routing.cheapest.v4": "לקוח Uniswap בוחר את אפשרות הסחר האופטימלית תוך התחשבות במחיר ועלויות הרשת.", "scantastic.code.expired": "לא בתוקף", "scantastic.code.subtitle": "הזן קוד זה בתוסף Uniswap. ביטוי השחזור שלך יוצפן ויועבר בבטחה.", "scantastic.code.timeRemaining.shorthand.hours": "קוד חדש ב- {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "אשר בארנק שלך", "swap.balance.amount": "יתרה: {{amount}}", "swap.bestRoute.cost": "מסלול המחיר הטוב ביותר עולה ~{{gasPrice}} בדלק. ", - "swap.bestRoute.cost.v4": "עלויות מסלול אופטימלי ~{{gasPrice}} בדלק. ", "swap.bridging.estimatedTime": "הערכה זְמַן", "swap.bridging.title": "החלפה בין רשתות", "swap.bridging.warning.description": "אתה מחליף מ- {{fromNetwork}} ל- {{toNetwork}}. זה ידוע גם בשם \"גישור\", אשר מעביר את האסימונים שלך מרשת אחת לאחרת.", @@ -1848,7 +1843,6 @@ "swap.settings.protection.subtitle.unavailable": "לא זמין ב- {{chainName}}", "swap.settings.protection.title": "הגנת החלפה", "swap.settings.routingPreference.option.default.description": "לקוח Uniswap בוחר את אפשרות הסחר הזולה ביותר תוך התחשבות במחיר ועלויות רשת.", - "swap.settings.routingPreference.option.default.description.v4": "לקוח Uniswap בוחר את אפשרות הסחר האופטימלית תוך התחשבות במחיר ועלויות הרשת.", "swap.settings.routingPreference.option.v2.title": "v2 בריכות", "swap.settings.routingPreference.option.v3.title": "v3 בריכות", "swap.settings.routingPreference.option.v4.title": "v4 בריכות", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "עמלות {{tokenSymbol}} אינן מאפשרות תפוקות מדויקות מדויקות. השתמש בשדה 'מכור' במקום זאת.", "swap.tokenOwnFees": "חלק מהאסימונים לוקחים עמלה כאשר הם נרכשים או נמכרים, אשר נקבעת על ידי מנפיק האסימונים. Uniswap לא מקבל אף אחת מהעמלות הללו.", "swap.total": "סה\"כ", - "swap.tradeRoutes": "נתיבי מסחר", "swap.transaction.deadline": "מועד אחרון לעסקה", "swap.transaction.revertAfter": "העסקה שלך תחזור אם היא בהמתנה במשך יותר מתקופת זמן זו.", "swap.unsupportedAssets.readMore": "קרא עוד על נכסים לא נתמכים", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "חרגת ממגבלת התעריף", "swap.warning.router.message": "ייתכן שאיבדת את החיבור או שהרשת מושבתת. אם הבעיה נמשכת, אנא נסה שוב מאוחר יותר.", "swap.warning.router.title": "אי אפשר להשלים את המסחר הזה כרגע", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} חסום", "swap.warning.uniswapFee.message.default": "עמלות חלות כדי להבטיח את החוויה הטובה ביותר עם Uniswap. אין עמלה הקשורה להחלפה זו.", "swap.warning.uniswapFee.message.included": "עמלות חלות כדי להבטיח את החוויה הטובה ביותר עם Uniswap, וכבר נכללו בהצעת המחיר הזו.", "swap.warning.uniswapFee.title": "עמלת החלפה", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "זוהתה עמלה", "token.safety.warning.fotVeryHigh.title": "זוהתה עמלה גבוהה מאוד", "token.safety.warning.honeypot.message": "{{tokenSymbol}} סומן כבלתי ניתן למכירה. החלפת אסימון זה עלולה לגרום לאובדן הכספים שלך.", - "token.safety.warning.honeypot.title": "סיר דבש זוהה", + "token.safety.warning.honeypot.title": "זוהתה 100% עמלת מכירה", "token.safety.warning.impersonator": "מתחזה לאסימון אחר", "token.safety.warning.impersonator.title": "זוהה אסימון מתחזה", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} סומן כזדוני.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} סומן כניסיון להעתיק אסימון אחר. ייתכן שזה לא האסימון שאתה מחפש להחליף.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} סומן כזדוני על ידי Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} סומן על ידי Blockaid בשל ניסיון להעתיק אסימון אחר. ייתכן שזה לא האסימון שאתה מחפש להחליף.", "token.safety.warning.malicious.impersonator.message.short": "ייתכן ש{{tokenSymbol}} אינו האסימון שאתה מחפש להחליף.", "token.safety.warning.malicious.title": "זוהה אסימון זדוני", "token.safety.warning.mayResultInLoss": "החלפתו עלולה לגרום לאובדן כספים.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "האסימון הזה גם לא נסחר בבורסות מובילות בארה\"ב.", "token.safety.warning.medium.heading.default_other_also": "האסימונים הללו גם אינם נסחרים בבורסות מרכזיות מובילות בארה\"ב.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} לא נסחר בבורסות מובילות בארה\"ב.", + "token.safety.warning.notAvailableToTrade": "לא זמין למסחר", "token.safety.warning.notListedOnExchanges": "לא רשום בבורסות המובילות בארה\"ב", - "token.safety.warning.spam.message": "{{tokenSymbol}} סומן כאסימון ספאם פוטנציאלי.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} סומן כבלתי ניתן למכירה.", + "token.safety.warning.sellFee100.title": "זוהתה 100% עמלת מכירה", + "token.safety.warning.spam.message": "{{tokenSymbol}} סומן כדואר זבל על ידי Blockaid.", "token.safety.warning.spam.title": "זוהה אסימון ספאם", "token.safety.warning.spamsUsers": "משתמשי ספאם", "token.safety.warning.strong.heading.default_one": "אסימון זה אינו נסחר בבורסות מובילות בארה\"ב או מוחלף לעתים קרובות ב-Uniswap.", "token.safety.warning.strong.heading.default_other": "האסימונים הללו אינם נסחרים בבורסות מובילות בארה\"ב או מוחלפים לעתים קרובות ב-Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} אינו נסחר בבורסות מובילות בארה\"ב או מוחלף לעתים קרובות ב-Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} גובה עמלה של {{feePercent}} בעת קנייה או מכירה.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} גובה עמלה של {{buyFeePercent}} בקנייה ו {{sellFeePercent}} בעת מכירה.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} גובה עמלה של {{feePercent}} בקנייה.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} גובה עמלה של {{feePercent}} בעת מכירה.", "token.safetyLevel.blocked.header": "לא זמין", "token.safetyLevel.blocked.message": "אינך יכול לסחור באסימון זה באמצעות ארנק Uniswap.", "token.safetyLevel.medium.header": "זְהִירוּת", diff --git a/packages/uniswap/src/i18n/locales/translations/hi-IN.json b/packages/uniswap/src/i18n/locales/translations/hi-IN.json index 2cf2ba604dc..2f6f749a941 100644 --- a/packages/uniswap/src/i18n/locales/translations/hi-IN.json +++ b/packages/uniswap/src/i18n/locales/translations/hi-IN.json @@ -177,7 +177,6 @@ "common.approvePending": "स्वीकृति लंबित...", "common.approveSpend": "{{symbol}} व्यय स्वीकृत करें", "common.approving": "का अनुमोदन", - "common.areYouSure": "क्या आपको यकीन है?", "common.automatic": "ऑटो", "common.availableIn": "यूनिस्वैप उपलब्ध है: ", "common.availableOnIOSAndroid": "iOS और Android पर उपलब्ध", @@ -650,7 +649,6 @@ "common.unwrap.failed": "खोलना विफल", "common.unwrapped": "लपेटा न", "common.unwrapping": "खोलना", - "common.version": "संस्करण", "common.view.profile": "प्रोफ़ाइल देखें", "common.viewOnBlockExplorer": "ब्लॉक एक्सप्लोरर पर देखें", "common.viewOnExplorer": "एक्सप्लोरर पर देखें", @@ -837,8 +835,8 @@ "fee.tier.create": "शुल्क स्तर बनाएं", "fee.tier.create.button": "नया शुल्क स्तर बनाएं", "fee.tier.create.description": "नया टियर बनाने से नया पूल शुरू हो जाएगा और इसके परिणामस्वरूप सामान्य नेटवर्क लागत अधिक हो जाएगी।", - "fee.tier.description": "ट्रेड की सुविधा से अर्जित राशि। अपनी जोखिम सहनशीलता और रणनीति के अनुकूल राशि चुनें।", - "fee.tier.description.v2": "ट्रेड की सुविधा देकर अर्जित राशि। सभी v2 पूल में 0.3% शुल्क तय है। अधिक विकल्पों के लिए, v4 पर लिक्विडिटी प्रदान करें।", + "fee.tier.description": "तरलता प्रदान करने वाली अर्जित राशि। ऐसी राशि चुनें जो आपकी जोखिम सहनशीलता और रणनीति के अनुकूल हो।", + "fee.tier.description.v2": "तरलता प्रदान करने से अर्जित राशि। सभी v2 पूल में 0.3% शुल्क तय है। अधिक विकल्पों के लिए, v4 पर तरलता प्रदान करें।", "fee.tier.dynamic": "गतिशील शुल्क स्तर", "fee.tier.dynamic.create": "गतिशील शुल्क स्तर बनाना", "fee.tier.dynamic.create.info": "आप एक गतिशील शुल्क स्तर वाला पूल बनाने जा रहे हैं। आगे बढ़ने से पहले, कृपया सुनिश्चित करें कि चयनित हुक गतिशील शुल्क का समर्थन करता है।", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "पूर्ण सीमा तक तरलता उपलब्ध कराने से सभी संभावित मूल्यों पर निरंतर बाजार भागीदारी सुनिश्चित होती है, जिससे सरलता मिलती है, लेकिन अस्थायी हानि की संभावना बनी रहती है।", "position.provide.liquidityDescription.custom": "कस्टम रेंज आपको अपनी तरलता को विशिष्ट मूल्य सीमाओं के भीतर केंद्रित करने की अनुमति देती है, जिससे पूंजी दक्षता और शुल्क आय में वृद्धि होती है, लेकिन इसके लिए अधिक सक्रिय प्रबंधन की आवश्यकता होती है।", "position.removeHook": "हुक हटाएँ", - "position.resetDescription": "आपके टोकन, मूल्य और रेंज चयन रीसेट हो जाएंगे.", "position.setRange": "मूल्य सीमा निर्धारित करें", "position.setRange.inputsBelow": "अपनी रेंज निर्धारित करने के लिए नीचे दिए गए इनपुट का उपयोग करें।", "position.step.deposit": "जमा राशि दर्ज करें", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "यह ट्रेडिंग के लिए आपके टोकन तक यूनिस्वैप प्रोटोकॉल की पहुंच प्रदान करता है।", "routing.aggregateLiquidity": "जब उपलब्ध हो, तो बेहतर कीमतों और गैस मुक्त स्वैप के लिए तरलता स्रोतों को एकत्रित करता है।", "routing.cheapest": "यूनिस्वैप क्लाइंट मूल्य और नेटवर्क लागत को ध्यान में रखते हुए सबसे सस्ता व्यापार विकल्प चुनता है।", - "routing.cheapest.v4": "यूनिस्वैप क्लाइंट मूल्य और नेटवर्क लागत को ध्यान में रखते हुए इष्टतम व्यापार विकल्प का चयन करता है।", "scantastic.code.expired": "खत्म हो चुका", "scantastic.code.subtitle": "इस कोड को Uniswap एक्सटेंशन में दर्ज करें। आपका पुनर्प्राप्ति वाक्यांश सुरक्षित रूप से एन्क्रिप्ट और स्थानांतरित किया जाएगा।", "scantastic.code.timeRemaining.shorthand.hours": "नया कोड {{hours}}h {{minutes}}m {{seconds}}s में", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "अपने वॉलेट में स्वीकृति दें", "swap.balance.amount": "शेष: {{amount}}", "swap.bestRoute.cost": "सर्वोत्तम मूल्य मार्ग की लागत ~{{gasPrice}} गैस में है। ", - "swap.bestRoute.cost.v4": "इष्टतम मार्ग की लागत ~{{gasPrice}} गैस है। ", "swap.bridging.estimatedTime": "अनुमानित समय", "swap.bridging.title": "नेटवर्कों में अदला-बदली", "swap.bridging.warning.description": "आप {{fromNetwork}} से {{toNetwork}}पर स्वैप कर रहे हैं। इसे \"ब्रिजिंग\" के रूप में भी जाना जाता है, जो आपके टोकन को एक नेटवर्क से दूसरे नेटवर्क पर ले जाता है।", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} नेटवर्क", "swap.settings.protection.subtitle.unavailable": "{{chainName}}पर उपलब्ध नहीं है", "swap.settings.protection.title": "स्वैप सुरक्षा", - "swap.settings.routingPreference.option.default.description": "यूनिस्वैप ग्राहक मूल्य और नेटवर्क लागत को ध्यान में रखते हुए सबसे सस्ता व्यापार विकल्प चुनता है।", - "swap.settings.routingPreference.option.default.description.v4": "यूनिस्वैप क्लाइंट मूल्य और नेटवर्क लागत को ध्यान में रखते हुए इष्टतम व्यापार विकल्प का चयन करता है।", + "swap.settings.routingPreference.option.default.description": "यूनिस्वैप क्लाइंट मूल्य और नेटवर्क लागत को ध्यान में रखते हुए सबसे सस्ता व्यापार विकल्प चुनता है।", "swap.settings.routingPreference.option.v2.title": "v2 पूल", "swap.settings.routingPreference.option.v3.title": "v3 पूल", "swap.settings.routingPreference.option.v4.title": "v4 पूल", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} शुल्क सटीक आउटपुट की अनुमति नहीं देते हैं। इसके बजाय `बेचें` फ़ील्ड का उपयोग करें।", "swap.tokenOwnFees": "कुछ टोकन खरीदने या बेचने पर शुल्क लगता है, जिसे टोकन जारीकर्ता द्वारा निर्धारित किया जाता है। यूनिस्वैप को इनमें से कोई भी शुल्क नहीं मिलता है।", "swap.total": "कुल", - "swap.tradeRoutes": "व्यापार मार्ग", "swap.transaction.deadline": "लेन-देन की समय सीमा", "swap.transaction.revertAfter": "यदि आपका लेन-देन इस अवधि से अधिक समय तक लंबित रहता है तो उसे वापस कर दिया जाएगा।", "swap.unsupportedAssets.readMore": "असमर्थित परिसंपत्तियों के बारे में अधिक पढ़ें", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "दर सीमा पार हो गई", "swap.warning.router.message": "हो सकता है कि आपका कनेक्शन टूट गया हो या नेटवर्क डाउन हो गया हो. यदि समस्या बनी रहती है, तो कृपया बाद में पुनः प्रयास करें।", "swap.warning.router.title": "यह व्यापार अभी पूरा नहीं किया जा सकता", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} अवरुद्ध है", "swap.warning.uniswapFee.message.default": "Uniswap के साथ सबसे अच्छा अनुभव सुनिश्चित करने के लिए शुल्क लागू किया जाता है। इस स्वैप से जुड़ा कोई शुल्क नहीं है।", "swap.warning.uniswapFee.message.included": "यूनिस्वैप के साथ सर्वोत्तम अनुभव सुनिश्चित करने के लिए शुल्क लागू किए जाते हैं, और उन्हें पहले ही इस उद्धरण में शामिल कर लिया गया है।", "swap.warning.uniswapFee.title": "स्वैप शुल्क", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "शुल्क का पता चला", "token.safety.warning.fotVeryHigh.title": "बहुत अधिक शुल्क पाया गया", "token.safety.warning.honeypot.message": "{{tokenSymbol}} को बेचने योग्य नहीं माना गया है। इस टोकन को स्वैप करने से आपके फंड का नुकसान हो सकता है।", - "token.safety.warning.honeypot.title": "हनीपोट का पता चला", + "token.safety.warning.honeypot.title": "100% बिक्री शुल्क का पता चला", "token.safety.warning.impersonator": "किसी अन्य टोकन का प्रतिरूपण करता है", "token.safety.warning.impersonator.title": "प्रतिरूपणकर्ता टोकन का पता चला", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} को दुर्भावनापूर्ण के रूप में चिह्नित किया गया है।", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} को किसी भिन्न टोकन की प्रतिलिपि बनाने के प्रयास के रूप में चिह्नित किया गया है। हो सकता है कि यह वह टोकन न हो जिसे आप स्वैप करना चाहते हैं।", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} को ब्लॉकएड द्वारा दुर्भावनापूर्ण के रूप में चिह्नित किया गया है।", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} को ब्लॉकएड द्वारा एक अलग टोकन की प्रतिलिपि बनाने के प्रयास के लिए फ़्लैग किया गया है। हो सकता है कि यह वह टोकन न हो जिसे आप स्वैप करना चाहते हैं।", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} हो सकता है कि वह टोकन न हो जिसे आप बदलना चाहते हैं।", "token.safety.warning.malicious.title": "दुर्भावनापूर्ण टोकन का पता चला", "token.safety.warning.mayResultInLoss": "इसे बदलने से धन की हानि हो सकती है।", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "इस टोकन का कारोबार अमेरिका के प्रमुख केंद्रीकृत एक्सचेंजों पर भी नहीं किया जाता है।", "token.safety.warning.medium.heading.default_other_also": "इन टोकनों का कारोबार अमेरिका के प्रमुख केंद्रीकृत एक्सचेंजों पर भी नहीं किया जाता है।", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} का कारोबार अमेरिका के प्रमुख केंद्रीकृत एक्सचेंजों पर नहीं होता है।", + "token.safety.warning.notAvailableToTrade": "व्यापार के लिए उपलब्ध नहीं", "token.safety.warning.notListedOnExchanges": "प्रमुख अमेरिकी एक्सचेंजों में सूचीबद्ध नहीं", - "token.safety.warning.spam.message": "{{tokenSymbol}} को संभावित स्पैम टोकन के रूप में चिह्नित किया गया है।", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} को विक्रययोग्य नहीं माना गया है।", + "token.safety.warning.sellFee100.title": "100% बिक्री शुल्क का पता चला", + "token.safety.warning.spam.message": "{{tokenSymbol}} को ब्लॉकएड द्वारा स्पैम के रूप में चिह्नित किया गया है।", "token.safety.warning.spam.title": "स्पैम टोकन का पता चला", "token.safety.warning.spamsUsers": "स्पैम उपयोगकर्ता", "token.safety.warning.strong.heading.default_one": "इस टोकन का कारोबार अमेरिका के प्रमुख केंद्रीकृत एक्सचेंजों पर नहीं किया जाता है या इसे अक्सर यूनिस्वैप पर स्वैप नहीं किया जाता है।", "token.safety.warning.strong.heading.default_other": "इन टोकनों का कारोबार अमेरिका के प्रमुख केंद्रीकृत एक्सचेंजों पर नहीं किया जाता है या इन्हें अक्सर यूनिस्वैप पर स्वैप नहीं किया जाता है।", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} का कारोबार अमेरिका के प्रमुख केंद्रीकृत एक्सचेंजों पर नहीं किया जाता है या अक्सर यूनिस्वैप पर स्वैप नहीं किया जाता है।", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} खरीदने या बेचने पर {{feePercent}} शुल्क लेता है।", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} खरीदने पर {{buyFeePercent}} शुल्क लेता है और बेचने पर {{sellFeePercent}} शुल्क लेता है।", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} खरीदने पर {{feePercent}} शुल्क लगता है।", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} बेचे जाने पर {{feePercent}} शुल्क लेता है।", "token.safetyLevel.blocked.header": "उपलब्ध नहीं है", "token.safetyLevel.blocked.message": "आप Uniswap वॉलेट का उपयोग करके इस टोकन का व्यापार नहीं कर सकते।", "token.safetyLevel.medium.header": "सावधानी", diff --git a/packages/uniswap/src/i18n/locales/translations/hu-HU.json b/packages/uniswap/src/i18n/locales/translations/hu-HU.json index d245cedfc36..9ddfb9506fc 100644 --- a/packages/uniswap/src/i18n/locales/translations/hu-HU.json +++ b/packages/uniswap/src/i18n/locales/translations/hu-HU.json @@ -177,7 +177,6 @@ "common.approvePending": "Kérelem folyamatban...", "common.approveSpend": "{{symbol}} kiadás jóváhagyása", "common.approving": "Jóváhagyás", - "common.areYouSure": "biztos vagy ebben?", "common.automatic": "Auto", "common.availableIn": "Uniswap elérhető: ", "common.availableOnIOSAndroid": "Elérhető iOS és Android rendszeren", @@ -650,7 +649,6 @@ "common.unwrap.failed": "A kibontás nem sikerült", "common.unwrapped": "Kibontva", "common.unwrapping": "Kicsomagolás", - "common.version": "Változat", "common.view.profile": "Profil megtekintése", "common.viewOnBlockExplorer": "Megtekintés a Block Explorerben", "common.viewOnExplorer": "Megtekintés az Intézőben", @@ -837,8 +835,8 @@ "fee.tier.create": "Hozzon létre díjszintet", "fee.tier.create.button": "Hozzon létre új díjszintet", "fee.tier.create.description": "Az új szint létrehozása egy új készletben inicializálódik, és a szokásosnál magasabb hálózati költségeket eredményez.", - "fee.tier.description": "A kereskedést megkönnyítő keresett összeg. Válassza ki a kockázattűrő képességének és stratégiájának megfelelő összeget.", - "fee.tier.description.v2": "A kereskedést megkönnyítő keresett összeg. Minden v2 pool fix 0,3%-os díjakat tartalmaz. További lehetőségekért biztosítson likviditást a 4-es verzióban.", + "fee.tier.description": "A likviditást biztosító keresett összeg. Válassza ki a kockázattűrő képességének és stratégiájának megfelelő összeget.", + "fee.tier.description.v2": "A likviditást biztosító keresett összeg. Minden v2 pool fix 0,3%-os díjakat tartalmaz. További lehetőségekért biztosítson likviditást a 4-es verzióban.", "fee.tier.dynamic": "Dinamikus díjszint", "fee.tier.dynamic.create": "Dinamikus díjszint létrehozása", "fee.tier.dynamic.create.info": "Egy dinamikus díjszintű pool létrehozására készül. Mielőtt folytatná, ellenőrizze, hogy a kiválasztott horog támogatja-e a dinamikus díjakat.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "A teljes körű likviditás biztosítása biztosítja a folyamatos piaci részvételt minden lehetséges áron, egyszerűséget kínálva, de nagyobb múlandó veszteség lehetőségével.", "position.provide.liquidityDescription.custom": "Az egyedi kínálat lehetővé teszi, hogy likviditását meghatározott árhatárokon belül koncentrálja, növelve a tőkehatékonyságot és a díjbevételt, de aktívabb kezelést igényel.", "position.removeHook": "Távolítsa el a horgot", - "position.resetDescription": "A tokenek, az ár és a tartomány beállításai visszaállnak.", "position.setRange": "Állítsa be az árkategóriát", "position.setRange.inputsBelow": "Használja az alábbi bemeneteket a tartomány beállításához.", "position.step.deposit": "Adja meg a betét összegét", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Ez hozzáférést biztosít az Uniswap protokoll számára a tokenhez kereskedés céljából.", "routing.aggregateLiquidity": "Ha elérhető, összesíti a likviditási forrásokat a jobb árak és a gázmentes csereügyletek érdekében.", "routing.cheapest": "Az Uniswap kliens a legolcsóbb kereskedési opciót választja, figyelembe véve az árat és a hálózati költségeket.", - "routing.cheapest.v4": "Az Uniswap kliens az ár és a hálózati költségek figyelembevételével választja ki az optimális kereskedési lehetőséget.", "scantastic.code.expired": "Lejárt", "scantastic.code.subtitle": "Írja be ezt a kódot az Uniswap kiterjesztésbe. A helyreállítási kifejezést biztonságosan titkosítjuk és továbbítjuk.", "scantastic.code.timeRemaining.shorthand.hours": "Új kód {{hours}}h {{minutes}}m {{seconds}}s múlva", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Jóváhagyja a pénztárcájában", "swap.balance.amount": "Egyenleg: {{amount}}", "swap.bestRoute.cost": "A legjobb árú útvonal ~{{gasPrice}} benzinben. ", - "swap.bestRoute.cost.v4": "Az optimális útvonal költsége ~{{gasPrice}} gázban. ", "swap.bridging.estimatedTime": "Becs. idő", "swap.bridging.title": "Csere a hálózatok között", "swap.bridging.warning.description": "A {{fromNetwork}} értékről a {{toNetwork}}értékre vált. Ezt \"áthidalásnak\" is nevezik, amely áthelyezi a tokeneket egyik hálózatról a másikra.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Hálózat", "swap.settings.protection.subtitle.unavailable": "Nem érhető el itt: {{chainName}}", "swap.settings.protection.title": "Cserevédelem", - "swap.settings.routingPreference.option.default.description": "Az Uniswap kliens a legolcsóbb kereskedési lehetőséget választja, figyelembe véve az árakat és a hálózati költségeket.", - "swap.settings.routingPreference.option.default.description.v4": "Az Uniswap kliens az ár és a hálózati költségek figyelembevételével választja ki az optimális kereskedési lehetőséget.", + "swap.settings.routingPreference.option.default.description": "Az Uniswap kliens a legolcsóbb kereskedési opciót választja, figyelembe véve az árat és a hálózati költségeket.", "swap.settings.routingPreference.option.v2.title": "v2 poolok", "swap.settings.routingPreference.option.v3.title": "v3 poolok", "swap.settings.routingPreference.option.v4.title": "v4 poolok", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "A {{tokenSymbol}} díjak nem teszik lehetővé a pontos, pontos kimenetet. Használja helyette az \"Eladás\" mezőt.", "swap.tokenOwnFees": "Egyes tokenek vásárlásukkor vagy eladásukkor díjat számítanak fel, amelyet a token kibocsátója határoz meg. Az Uniswap nem kapja meg ezeket a díjakat.", "swap.total": "Teljes", - "swap.tradeRoutes": "Kereskedelmi utak", "swap.transaction.deadline": "Tranzakció határideje", "swap.transaction.revertAfter": "A tranzakció visszaáll, ha az ennél hosszabb ideig függőben van.", "swap.unsupportedAssets.readMore": "További információ a nem támogatott eszközökről", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "A díjkorlát túllépve", "swap.warning.router.message": "Lehetséges, hogy megszakadt a kapcsolat, vagy nem működik a hálózat. Ha a probléma továbbra is fennáll, próbálkozzon újra később.", "swap.warning.router.title": "Ez a kereskedés jelenleg nem fejezhető be", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} le van tiltva", "swap.warning.uniswapFee.message.default": "A díjakat a legjobb Uniswap-élmény biztosítása érdekében alkalmazzuk. Ehhez a cseréhez nem jár díj.", "swap.warning.uniswapFee.message.included": "A díjakat a legjobb Uniswap-élmény biztosítása érdekében alkalmazzuk, és ezeket már figyelembe vettük ebben az árajánlatban.", "swap.warning.uniswapFee.title": "Cseredíj", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Díj észlelve", "token.safety.warning.fotVeryHigh.title": "Nagyon magas díjat észleltek", "token.safety.warning.honeypot.message": "A {{tokenSymbol}} eladhatatlanként lett megjelölve. Ennek a tokennek a cseréje a pénzeszközök elvesztését eredményezheti.", - "token.safety.warning.honeypot.title": "Honeypot észlelve", + "token.safety.warning.honeypot.title": "100%-os eladási díj észlelve", "token.safety.warning.impersonator": "Egy másik tokent személyesíti meg", "token.safety.warning.impersonator.title": "Megszemélyesítő token észlelve", - "token.safety.warning.malicious.general.message": "A {{tokenSymbol}} rosszindulatúként lett megjelölve.", - "token.safety.warning.malicious.impersonator.message": "A {{tokenSymbol}} egy másik token másolására tett kísérletként lett megjelölve. Lehet, hogy nem az a token, amelyet cserélni szeretne.", + "token.safety.warning.malicious.general.message": "A {{tokenSymbol}} rosszindulatúként jelölte meg a Blockaid.", + "token.safety.warning.malicious.impersonator.message": "A {{tokenSymbol}} a Blockaid megjelölte, mert egy másik tokent próbált másolni. Lehet, hogy nem az a token, amelyet cserélni szeretne.", "token.safety.warning.malicious.impersonator.message.short": "Előfordulhat, hogy a {{tokenSymbol}} nem az a token, amelyet cserélni szeretne.", "token.safety.warning.malicious.title": "Rosszindulatú token észlelve", "token.safety.warning.mayResultInLoss": "A csere pénzkiesést okozhat.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Ezzel a tokennel szintén nem kereskednek a vezető amerikai központosított tőzsdéken.", "token.safety.warning.medium.heading.default_other_also": "Ezekkel a tokenekkel szintén nem kereskednek a vezető amerikai központosított tőzsdéken.", "token.safety.warning.medium.heading.named": "A {{tokenSymbol}} -vel nem kereskednek a vezető amerikai központosított tőzsdéken.", + "token.safety.warning.notAvailableToTrade": "Nem kereskedhető", "token.safety.warning.notListedOnExchanges": "Nem jegyzik a vezető amerikai tőzsdéken", - "token.safety.warning.spam.message": "A {{tokenSymbol}} potenciális spam tokenként lett megjelölve.", + "token.safety.warning.sellFee100.message": "A {{ tokenSymbol }} eladhatatlanként lett megjelölve.", + "token.safety.warning.sellFee100.title": "100%-os eladási díj észlelve", + "token.safety.warning.spam.message": "{{tokenSymbol}} a Blockaid spamként jelölte meg.", "token.safety.warning.spam.title": "Spam token észlelve", "token.safety.warning.spamsUsers": "Spam felhasználók", "token.safety.warning.strong.heading.default_one": "Ezzel a tokent nem kereskednek vezető amerikai központosított tőzsdéken, és nem cserélik gyakran Uniswapon.", "token.safety.warning.strong.heading.default_other": "Ezekkel a tokenekkel nem kereskednek vezető amerikai központosított tőzsdéken, és nem cserélik őket gyakran Uniswapon.", "token.safety.warning.strong.heading.named": "A {{tokenSymbol}} -vel nem kereskednek vezető amerikai központosított tőzsdéken, és nem cserélik gyakran Uniswap-on.", - "token.safety.warning.tokenChargesFee.percent.message": "A {{tokenSymbol}} {{feePercent}} díjat számít fel vásárláskor vagy eladáskor.", + "token.safety.warning.tokenChargesFee.both.message": "A {{tokenSymbol}} {{buyFeePercent}} díjat számít fel vásárláskor és {{sellFeePercent}} adásvétel esetén.", + "token.safety.warning.tokenChargesFee.buy.message": "A {{tokenSymbol}} {{feePercent}} díjat számít fel vásárláskor.", + "token.safety.warning.tokenChargesFee.sell.message": "A {{tokenSymbol}} {{feePercent}} díjat számít fel eladáskor.", "token.safetyLevel.blocked.header": "Nem elérhető", "token.safetyLevel.blocked.message": "Ezzel a tokennel nem kereskedhet az Uniswap Wallet használatával.", "token.safetyLevel.medium.header": "Vigyázat", diff --git a/packages/uniswap/src/i18n/locales/translations/id-ID.json b/packages/uniswap/src/i18n/locales/translations/id-ID.json index 2d2538b9a2f..4083069eed6 100644 --- a/packages/uniswap/src/i18n/locales/translations/id-ID.json +++ b/packages/uniswap/src/i18n/locales/translations/id-ID.json @@ -177,7 +177,7 @@ "common.approvePending": "Persetujuan tertunda...", "common.approveSpend": "Setujui pembelanjaan {{symbol}}", "common.approving": "Menyetujui", - "common.areYouSure": "Are you sure?", + "common.areYouSure": "Anda yakin?", "common.automatic": "Otomatis", "common.availableIn": "Uniswap tersedia dalam: ", "common.availableOnIOSAndroid": "Tersedia di iOS dan Android", @@ -490,11 +490,11 @@ "common.price": "Harga", "common.priceImpact": "Peringatan dampak harga", "common.priceUpdated": "Harga diperbarui", - "common.privacyChoices": "Your Privacy Choices", - "common.privacyChoices.checkbox.description": "When checked, we will not share your data with third-party partners for personalized advertising. You can enable sharing anytime by unchecking this box.", - "common.privacyChoices.checkbox.label": "Do not share my information", - "common.privacyChoices.description": "We may share device identifiers with our advertising partners to promote our services on other websites and platforms. Where this qualifies as selling, sharing or targeted advertising under applicable laws, you can opt out by checking the \"do not share my information\" box. For more information about our privacy practices please review our Privacy Policy.", - "common.privacyChoices.disclaimer": "Please note that your selection will apply only to this browser on this device. You can also opt out by enabling the Global Privacy Control setting within the browser that you use to access our services. To see more options, go to your settings.", + "common.privacyChoices": "Pilihan Privasi", + "common.privacyChoices.checkbox.description": "Ketika dicentang, kami tidak akan membagikan data Anda dengan mitra pihak ketiga untuk iklan dipersonalisasi. Anda bisa mengaktifkan pembagian data kapan saja dengan menghilangkan tanda centang pada kotak ini.", + "common.privacyChoices.checkbox.label": "Jangan bagikan informasi saya", + "common.privacyChoices.description": "Kami dapat membagikan pengidentifikasi perangkat dengan mitra periklanan kami guna mempromosikan layanan kami di situs web dan platform lain. Jika ini memenuhi syarat untuk dianggap sebagai penjualan, pembagian, atau iklan bertarget berdasarkan UU yang berlaku, Anda bisa menolak pembagian data dengan mencentang kotak \"jangan bagikan informasi saya\". Untuk informasi selengkapnya tentang praktik privasi kami, silakan baca Kebijakan Privasi kami.", + "common.privacyChoices.disclaimer": "Harap diingat bahwa pilihan Anda hanya akan berlaku pada browser ini di perangkat ini. Anda juga bisa menolak pembagian data dengan mengaktifkan pengaturan Kontrol Privasi Global pada browser yang Anda gunakan untuk mengakses layanan kami. Untuk melihat opsi lainnya, silakan buka pengaturan.", "common.privacyPolicy": "Kebijakan Privasi", "common.proceed": "Lanjutkan", "common.proceedInWallet": "Lanjutkan di dompet Anda", @@ -650,8 +650,7 @@ "common.unwrap.failed": "Gagal membuka wrapping", "common.unwrapped": "Wrapping dibuka", "common.unwrapping": "Membuka wrapping", - "common.version": "Versi", - "common.view.profile": "View profile", + "common.view.profile": "Melihat profil", "common.viewOnBlockExplorer": "Lihat di Block Explorer", "common.viewOnExplorer": "Lihat di Explorer", "common.volume": "Volume", @@ -837,11 +836,11 @@ "fee.tier.create": "Buat tingkatan biaya", "fee.tier.create.button": "Buat tingkatan biaya baru", "fee.tier.create.description": "Pembuatan tingkatan baru akan menginisialisasi cadangan aset baru dan mengakibatkan biaya jaringan yang lebih tinggi dari biasanya.", - "fee.tier.description": "Jumlah yang diperoleh dari memfasilitasi perdagangan. Pilih jumlah yang sesuai dengan toleransi risiko dan strategi Anda.", - "fee.tier.description.v2": "Jumlah yang diperoleh dengan memfasilitasi perdagangan. Semua cadangan aset v2 memiliki biaya tetap sebesar 0,3%. Untuk opsi lainnya, sediakan likuiditas di v4.", - "fee.tier.dynamic": "Dynamic fee tier", - "fee.tier.dynamic.create": "Creating dynamic fee tier", - "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", + "fee.tier.description": "Jumlah yang diperoleh dari penyediaan likuiditas. Pilihlah jumlah yang sesuai dengan toleransi risiko dan strategi Anda.", + "fee.tier.description.v2": "Jumlah yang diperoleh dari penyediaan likuiditas. Semua pool v2 dipungut biaya tetap 0,3%. Untuk opsi lainnya, sediakan likuiditas pada pool v4.", + "fee.tier.dynamic": "Tier biaya Dynamic", + "fee.tier.dynamic.create": "Membuat tier biaya Dynamic", + "fee.tier.dynamic.create.info": "Anda akan membuat pool dengan tier biaya dynamic. Sebelum melanjutkan, pastikan hook mendukung biaya dynamic.", "fee.tier.label": "% yang akan Anda peroleh dalam bentuk biaya", "fee.tier.missing.description": "Tidak dapat menemukan tingkatan yang Anda cari?", "fee.tier.new": "Tingkatan baru", @@ -1490,9 +1489,9 @@ "position.protocol": "Posisi {{protocol}}", "position.provide.liquidity": "Pilih token yang ingin Anda sediakan likuiditasnya. Anda dapat memilih token di semua jaringan yang didukung.", "position.provide.liquidityDescription": "Menyediakan likuiditas rentang penuh memastikan partisipasi pasar berkelanjutan di semua kemungkinan harga sehingga prosesnya lebih sederhana dengan potensi kerugian non-permanen yang lebih tinggi.", - "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", - "position.removeHook": "Remove hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.provide.liquidityDescription.custom": "Dengan fitur rentang kustom, Anda dapat mengonsentrasikan likuiditas ke dalam kelompok harga tertentu, sehingga penggunaan modal dan pendapatan biaya lebih efisien. Namun, fitur ini memerlukan manajemen yang lebih aktif.", + "position.removeHook": "Hapus hook", + "position.resetDescription": "Token, harga, dan pemilihan rentang Anda akan direset.", "position.setRange": "Tetapkan rentang harga", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "Masukkan jumlah setoran", @@ -1540,7 +1539,7 @@ "revoke.failed.message": "Tindakan ini memberi protokol Uniswap akses ke token Anda untuk trading.", "routing.aggregateLiquidity": "Jika tersedia, kumpulkan sumber likuiditas untuk mendapatkan harga yang lebih baik dan pertukaran bebas biaya gas.", "routing.cheapest": "Klien Uniswap memilih opsi perdagangan termurah dengan memperhitungkan harga dan biaya jaringan.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "Klien Uniswap memilih opsi perdagangan optimal dengan memperhitungkan harga dan biaya jaringan.", "scantastic.code.expired": "Kedaluwarsa", "scantastic.code.subtitle": "Masukkan kode ini di Uniswap Extension. Frasa pemulihan Anda akan dienkripsi dan ditransfer dengan aman.", "scantastic.code.timeRemaining.shorthand.hours": "Kode baru dalam {{hours}} jam {{minutes}} mnt {{seconds}} dtk", @@ -1761,7 +1760,7 @@ "swap.approveInWallet": "Setujui di dompet Anda", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "Biaya rute harga terbaik ~{{gasPrice}} dalam biaya gas. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "Biaya rute optimal ~{{gasPrice}} biaya gas.", "swap.bridging.estimatedTime": "Perkiraan waktu", "swap.bridging.title": "Pertukaran antar jaringan", "swap.bridging.warning.description": "Anda melakukan pertukaran dari {{fromNetwork}} ke {{toNetwork}}. Ini juga dikenal sebagai \"bridging\", yang memindahkan token Anda dari satu jaringan ke jaringan lain.", @@ -1847,8 +1846,8 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Jaringan", "swap.settings.protection.subtitle.unavailable": "Tidak tersedia pada {{chainName}}", "swap.settings.protection.title": "Perlindungan pertukaran", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Klien Uniswap memilih opsi perdagangan termurah dengan memperhitungkan harga dan biaya jaringan.", + "swap.settings.routingPreference.option.default.description.v4": "Klien Uniswap memilih opsi perdagangan optimal dengan memperhitungkan harga dan biaya jaringan.", "swap.settings.routingPreference.option.v2.title": "Cadangan aset v2", "swap.settings.routingPreference.option.v3.title": "Cadangan aset v3", "swap.settings.routingPreference.option.v4.title": "Cadangan aset v4", @@ -1877,7 +1876,7 @@ "swap.taxTooltip.tokenSelected": "Biaya {{tokenSymbol}} tidak memungkinkan output yang akurat dan tepat. Gunakan bidang \"Jual\".", "swap.tokenOwnFees": "Beberapa token mengenakan biaya saat dibeli atau dijual, yang ditetapkan oleh penerbit token. Uniswap tidak menerima biaya apa pun.", "swap.total": "Total", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "Rute perdagangan", "swap.transaction.deadline": "Batas waktu transaksi", "swap.transaction.revertAfter": "Transaksi Anda akan dibatalkan jika tertunda lebih dari jangka waktu ini.", "swap.unsupportedAssets.readMore": "Baca selengkapnya tentang aset yang tidak didukung", @@ -1916,6 +1915,7 @@ "swap.warning.rateLimit.title": "Batas tarif terlampaui", "swap.warning.router.message": "Anda mungkin kehilangan koneksi atau jaringan mungkin sedang down. Jika masalah masih berlanjut, coba lagi nanti.", "swap.warning.router.title": "Perdagangan ini tidak dapat diselesaikan sekarang", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Biaya dikenakan untuk memastikan pengalaman terbaik dengan Uniswap. Tidak ada biaya yang terkait dengan pertukaran ini.", "swap.warning.uniswapFee.message.included": "Biaya diterapkan untuk memastikan pengalaman terbaik dengan Uniswap, dan telah diperhitungkan dalam kuotasi ini.", "swap.warning.uniswapFee.title": "Biaya pertukaran", @@ -1990,33 +1990,37 @@ "token.safety.warning.blocked.description.named": "Anda tidak dapat memperdagangkan {{tokenSymbol}} menggunakan Aplikasi Uniswap.", "token.safety.warning.dontShowWarningAgain": "Jangan tampilkan peringatan ini lagi", "token.safety.warning.doYourOwnResearch": "Selalu lakukan riset secara mandiri sebelum melanjutkan.", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "Memungut ketika {{action}}", + "token.safety.warning.flaggedAsMalicious": "Diberi label berbahaya", + "token.safety.warning.fotHigh.title": "Biaya tinggi terdeteksi", + "token.safety.warning.fotLow.title": "Biaya terdeteksi", + "token.safety.warning.fotVeryHigh.title": "Biaya sangat tinggi terdeteksi", "token.safety.warning.honeypot.message": "{{tokenSymbol}} telah ditandai sebagai tidak dapat dijual. Menukar token ini dapat mengakibatkan kehilangan dana.", - "token.safety.warning.honeypot.title": "Jebakan investasi terdeteksi", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} telah ditandai sebagai berbahaya.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "Biaya penjualan 100% terdeteksi", + "token.safety.warning.impersonator": "Meniru token lain", + "token.safety.warning.impersonator.title": "Token peniru terdeteksi", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} telah ditandai berbahaya oleh Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} telah ditandai oleh Blockaid karena mencoba menyalin token lain. Sebaiknya jangan bertukar token ini.", + "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} sebaiknya jangan bertukar token ini.", "token.safety.warning.malicious.title": "Token berbahaya terdeteksi", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "Bertukar token ini dapat mengakibatkan kerugian dana.", "token.safety.warning.medium.heading.default_one": "Token ini tidak diperdagangkan di bursa terpusat terkemuka di AS.", "token.safety.warning.medium.heading.default_other": "Token ini tidak diperdagangkan di bursa terpusat terkemuka di AS.", "token.safety.warning.medium.heading.default_one_also": "Token ini juga tidak diperdagangkan di bursa terpusat terkemuka di AS.", "token.safety.warning.medium.heading.default_other_also": "Token ini juga tidak diperdagangkan di bursa terpusat terkemuka di AS.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} tidak diperdagangkan di bursa terpusat terkemuka di AS.", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} telah ditandai sebagai token berpotensi spam.", + "token.safety.warning.notListedOnExchanges": "Tidak terdaftar di bursa AS terkemuka", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} telah ditandai sebagai tidak bisa dijual.", + "token.safety.warning.sellFee100.title": "Biaya penjualan 100% terdeteksi", + "token.safety.warning.spam.message": "{{tokenSymbol}} telah ditandai sebagai spam oleh Blockaid.", "token.safety.warning.spam.title": "Token spam terdeteksi", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "Mengirimkan spam", "token.safety.warning.strong.heading.default_one": "Token ini tidak diperdagangkan di bursa terpusat terkemuka di AS atau sering ditukar di Uniswap.", "token.safety.warning.strong.heading.default_other": "Token ini tidak diperdagangkan di bursa terpusat terkemuka di AS atau sering ditukar di Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} tidak diperdagangkan di bursa terpusat terkemuka AS atau sering ditukar di Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} memungut biaya {{buyFeePercent}} ketika dibeli dan {{sellFeePercent}} ketika dijual.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} memungut biaya {{feePercent}} ketika dibeli.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} memungut biaya {{feePercent}} ketika dijual.", "token.safetyLevel.blocked.header": "Tidak tersedia", "token.safetyLevel.blocked.message": "Anda tidak dapat memperdagangkan token ini menggunakan Dompet Uniswap.", "token.safetyLevel.medium.header": "Peringatan", diff --git a/packages/uniswap/src/i18n/locales/translations/it-IT.json b/packages/uniswap/src/i18n/locales/translations/it-IT.json index 802232c4d3c..3a6643e741b 100644 --- a/packages/uniswap/src/i18n/locales/translations/it-IT.json +++ b/packages/uniswap/src/i18n/locales/translations/it-IT.json @@ -177,7 +177,6 @@ "common.approvePending": "In attesa di approvazione...", "common.approveSpend": "Approva {{symbol}} spesa", "common.approving": "Approvazione", - "common.areYouSure": "Sei sicuro?", "common.automatic": "Auto", "common.availableIn": "Uniswap disponibile in: ", "common.availableOnIOSAndroid": "Disponibile su iOS e Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Scarto non riuscito", "common.unwrapped": "Scartato", "common.unwrapping": "Scartare", - "common.version": "Versione", "common.view.profile": "Visualizza il profilo", "common.viewOnBlockExplorer": "Visualizza su Block Explorer", "common.viewOnExplorer": "Visualizza su Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Crea livello tariffario", "fee.tier.create.button": "Crea un nuovo livello tariffario", "fee.tier.create.description": "La creazione di un nuovo livello inizializzerà un nuovo pool e comporterà costi di rete più elevati del solito.", - "fee.tier.description": "L'importo guadagnato facilitando le negoziazioni. Scegli un importo che si adatti alla tua tolleranza al rischio e alla tua strategia.", - "fee.tier.description.v2": "L'importo guadagnato facilitando le negoziazioni. Tutti i pool v2 hanno commissioni fisse dello 0,3%. Per altre opzioni, fornisci liquidità su v4.", + "fee.tier.description": "L'importo guadagnato fornendo liquidità. Scegli un importo che si adatti alla tua tolleranza al rischio e alla tua strategia.", + "fee.tier.description.v2": "L'importo guadagnato fornendo liquidità. Tutti i pool v2 hanno commissioni fisse dello 0,3%. Per altre opzioni, fornisci liquidità su v4.", "fee.tier.dynamic": "Livello tariffario dinamico", "fee.tier.dynamic.create": "Creazione di livelli tariffari dinamici", "fee.tier.dynamic.create.info": "Stai per creare un pool con un livello di commissioni dinamico. Prima di procedere, assicurati che l'hook selezionato supporti le commissioni dinamiche.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Fornire una liquidità completa garantisce una partecipazione continua al mercato a tutti i prezzi possibili, offrendo semplicità ma con il potenziale per una maggiore perdita temporanea.", "position.provide.liquidityDescription.custom": "L'intervallo personalizzato consente di concentrare la liquidità entro limiti di prezzo specifici, migliorando l'efficienza del capitale e i guadagni dalle commissioni, ma richiedendo una gestione più attiva.", "position.removeHook": "Rimuovere il gancio", - "position.resetDescription": "I tuoi token, il prezzo e le selezioni dell'intervallo verranno reimpostati.", "position.setRange": "Imposta la fascia di prezzo", "position.setRange.inputsBelow": "Utilizza i dati di input sottostanti per impostare il tuo intervallo.", "position.step.deposit": "Inserisci gli importi dei depositi", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Ciò fornisce al protocollo Uniswap l'accesso al tuo token per lo scambio.", "routing.aggregateLiquidity": "Quando disponibile, aggrega le fonti di liquidità per prezzi migliori e scambi senza gas.", "routing.cheapest": "Il cliente Uniswap seleziona il prezzo di factoring e i costi di rete dell'opzione commerciale più economici.", - "routing.cheapest.v4": "Il cliente Uniswap seleziona l'opzione di trading ottimale tenendo conto del prezzo e dei costi di rete.", "scantastic.code.expired": "Scaduto", "scantastic.code.subtitle": "Inserisci questo codice nell'estensione Uniswap. La tua frase di recupero verrà crittografata e trasferita in modo sicuro.", "scantastic.code.timeRemaining.shorthand.hours": "Nuovo codice tra {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Approva nel tuo portafoglio", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "Il percorso al miglior prezzo costa ~{{gasPrice}} in gas. ", - "swap.bestRoute.cost.v4": "Il percorso ottimale costa ~{{gasPrice}} in carburante. ", "swap.bridging.estimatedTime": "Tempo stimato", "swap.bridging.title": "Scambio tra reti", "swap.bridging.warning.description": "Stai passando da {{fromNetwork}} a {{toNetwork}}. Questo è anche noto come \"bridging\", che sposta i tuoi token da una rete all'altra.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Rete", "swap.settings.protection.subtitle.unavailable": "Non disponibile su {{chainName}}", "swap.settings.protection.title": "Protezione dallo scambio", - "swap.settings.routingPreference.option.default.description": "Il cliente Uniswap seleziona l'opzione di trading più economica tenendo conto del prezzo e dei costi di rete.", - "swap.settings.routingPreference.option.default.description.v4": "Il cliente Uniswap seleziona l'opzione di trading ottimale tenendo conto del prezzo e dei costi di rete.", + "swap.settings.routingPreference.option.default.description": "Il cliente Uniswap seleziona il prezzo di factoring e i costi di rete dell'opzione commerciale più economici.", "swap.settings.routingPreference.option.v2.title": "piscine v2", "swap.settings.routingPreference.option.v3.title": "pool v3", "swap.settings.routingPreference.option.v4.title": "piscine v4", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "Le {{tokenSymbol}} tariffe non consentono risultati esatti e accurati. Utilizza invece il campo \"Vendi\".", "swap.tokenOwnFees": "Alcuni token richiedono una commissione quando vengono acquistati o venduti, che viene stabilita dall'emittente del token. Uniswap non riceve nessuna di queste commissioni.", "swap.total": "Totale", - "swap.tradeRoutes": "Rotte commerciali", "swap.transaction.deadline": "Scadenza della transazione", "swap.transaction.revertAfter": "La tua transazione verrà annullata se rimane in sospeso per più di questo periodo di tempo.", "swap.unsupportedAssets.readMore": "Ulteriori informazioni sulle risorse non supportate", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Limite di velocità superato", "swap.warning.router.message": "Potresti aver perso la connessione o la rete potrebbe essere inattiva. Se il problema persiste, riprova più tardi.", "swap.warning.router.title": "Questo scambio non può essere completato in questo momento", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} è bloccato", "swap.warning.uniswapFee.message.default": "Le commissioni vengono applicate per garantire la migliore esperienza con Uniswap. Non è prevista alcuna commissione associata a questo scambio.", "swap.warning.uniswapFee.message.included": "Le commissioni vengono applicate per garantire la migliore esperienza con Uniswap e sono già state prese in considerazione in questo preventivo.", "swap.warning.uniswapFee.title": "Commissione di scambio", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Tassa rilevata", "token.safety.warning.fotVeryHigh.title": "Rilevata una tariffa molto alta", "token.safety.warning.honeypot.message": "{{tokenSymbol}} è stato contrassegnato come non vendibile. Lo scambio di questo token potrebbe comportare la perdita dei tuoi fondi.", - "token.safety.warning.honeypot.title": "Honeypot rilevato", + "token.safety.warning.honeypot.title": "Commissione di vendita rilevata al 100%", "token.safety.warning.impersonator": "Impersona un altro token", "token.safety.warning.impersonator.title": "Rilevato token di imitazione", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} è stato segnalato come dannoso.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} è stato segnalato come tentativo di copiare un token diverso. Potrebbe non essere il token che stai cercando di scambiare.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} è stato segnalato come dannoso da Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} è stato segnalato da Blockaid per aver tentato di copiare un token diverso. Potrebbe non essere il token che stai cercando di scambiare.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} potrebbe non essere il token che stai cercando di scambiare.", "token.safety.warning.malicious.title": "Rilevato token dannoso", "token.safety.warning.mayResultInLoss": "Lo scambio potrebbe comportare una perdita di fondi.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Questo token non è inoltre scambiato sui principali exchange centralizzati degli Stati Uniti.", "token.safety.warning.medium.heading.default_other_also": "Questi token non sono negoziati sui principali exchange centralizzati degli Stati Uniti.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} non è negoziato nelle principali borse centralizzate statunitensi.", + "token.safety.warning.notAvailableToTrade": "Non disponibile per la negoziazione", "token.safety.warning.notListedOnExchanges": "Non quotato nelle principali borse statunitensi", - "token.safety.warning.spam.message": "{{tokenSymbol}} è stato segnalato come potenziale token di spam.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} è stato segnalato come invendibile.", + "token.safety.warning.sellFee100.title": "Commissione di vendita rilevata al 100%", + "token.safety.warning.spam.message": "{{tokenSymbol}} è stato segnalato come spam da Blockaid.", "token.safety.warning.spam.title": "Rilevato token spam", "token.safety.warning.spamsUsers": "Spam agli utenti", "token.safety.warning.strong.heading.default_one": "Questo token non è negoziato sulle principali borse centralizzate statunitensi né scambiato frequentemente su Uniswap.", "token.safety.warning.strong.heading.default_other": "Questi token non sono negoziati sui principali scambi centralizzati statunitensi o scambiati frequentemente su Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} non è scambiato sulle principali borse centralizzate statunitensi e non viene scambiato frequentemente su Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} addebita una commissione di {{feePercent}} quando viene acquistato o venduto.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} addebita una commissione di {{buyFeePercent}} quando viene acquistato e di {{sellFeePercent}} quando viene venduto.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} addebita una commissione di {{feePercent}} quando viene acquistato.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} addebita una commissione di {{feePercent}} quando viene venduto.", "token.safetyLevel.blocked.header": "Non disponibile", "token.safetyLevel.blocked.message": "Non puoi scambiare questo token utilizzando Uniswap Wallet.", "token.safetyLevel.medium.header": "Attenzione", diff --git a/packages/uniswap/src/i18n/locales/translations/ja-JP.json b/packages/uniswap/src/i18n/locales/translations/ja-JP.json index 19eab4f91c0..4d6cf4c3078 100644 --- a/packages/uniswap/src/i18n/locales/translations/ja-JP.json +++ b/packages/uniswap/src/i18n/locales/translations/ja-JP.json @@ -177,7 +177,6 @@ "common.approvePending": "承認中です...", "common.approveSpend": "{{symbol}} の支出を承認", "common.approving": "承認中", - "common.areYouSure": "Are you sure?", "common.automatic": "自動", "common.availableIn": "Uniswap は でご利用いただけます", "common.availableOnIOSAndroid": "iOS と Android でご利用いただけます", @@ -650,8 +649,7 @@ "common.unwrap.failed": "アンラップに失敗しました", "common.unwrapped": "アンラップしました", "common.unwrapping": "アンラップ中", - "common.version": "バージョン", - "common.view.profile": "プロフィールを表示する", + "common.view.profile": "プロフィールを表示", "common.viewOnBlockExplorer": "ブロックエクスプローラで表示する", "common.viewOnExplorer": "エクスプローラで表示する", "common.volume": "ボリューム", @@ -837,8 +835,8 @@ "fee.tier.create": "手数料区分を作成", "fee.tier.create.button": "新規手数料区分を作成", "fee.tier.create.description": "新規区分を作成すると、新しいプールで初期化され、通常よりもネットワークコストが高くなります。", - "fee.tier.description": "取引を促進することで得られる金額。リスク許容度と戦略に合った金額を選択してください。", - "fee.tier.description.v2": "取引を促進することで得た金額。すべての v2 プールには 0.3% の固定手数料がかかります。より多くのオプションを利用するには、v4 で流動性を提供してください。", + "fee.tier.description": "The amount earned providing liquidity. Choose an amount that suits your risk tolerance and strategy.", + "fee.tier.description.v2": "The amount earned providing liquidity. All v2 pools have fixed 0.3% fees. For more options, provide liquidity on v4.", "fee.tier.dynamic": "動的手数料区分", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "フルレンジの流動性を提供することで、あらゆる価格帯での継続的な市場参加が確保され、シンプルになりますが、一時的に損失が高まる可能性があります。", "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", "position.removeHook": "フックを削除する", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", "position.setRange": "価格範囲を設定", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "入金額を入力してください", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "これにより、Uniswap プロトコルがトレード用のトークンにアクセスできるようになります。", "routing.aggregateLiquidity": "利用可能な場合、流動性ソースを集約し、より良い価格とガス代無料のスワップを実現します。", "routing.cheapest": "Uniswap クライアントは、価格とネットワークコストを考慮して最も安い取引を選択します。", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", "scantastic.code.expired": "期限切れ", "scantastic.code.subtitle": "このコードを Uniswap 拡張機能に入力してください。回復フレーズは安全に暗号化したうえで転送されます。", "scantastic.code.timeRemaining.shorthand.hours": "新規コードの有効時間:{{hours}} 時間 {{minutes}} 分 {{seconds}} 秒", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "ウォレットで承認", "swap.balance.amount": "残高:{{amount}}", "swap.bestRoute.cost": "最安ルートのガス代は ~{{gasPrice}} です。", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", "swap.bridging.estimatedTime": "推定時間", "swap.bridging.title": "ネットワーク間のスワッピング", "swap.bridging.warning.description": "{{fromNetwork}} から {{toNetwork}} にスワップ中です。これは「ブリッジング」とも呼ばれ、トークンをあるネットワークから別のネットワークに移動します。", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} ネットワーク", "swap.settings.protection.subtitle.unavailable": "{{chainName}} では利用できません", "swap.settings.protection.title": "スワップ保護", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Uniswap クライアントは、価格とネットワークコストを考慮して最も安い取引を選択します。", "swap.settings.routingPreference.option.v2.title": "v2 プール", "swap.settings.routingPreference.option.v3.title": "v3 プール", "swap.settings.routingPreference.option.v4.title": "v4 プール", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} 手数料では正確なアウトプットを得ることはできません。代わりに [売却] フィールドを使用してください。", "swap.tokenOwnFees": "一部のトークンは売買時に手数料がかかります。手数料はトークン発行者が設定します。Uniswap はこれらの手数料を一切受け取りません。", "swap.total": "合計", - "swap.tradeRoutes": "Trade routes", "swap.transaction.deadline": "トランザクション期限", "swap.transaction.revertAfter": "実施中になっている経過時間がこの時間を超えた場合、トランザクションは取り消されます。", "swap.unsupportedAssets.readMore": "サポートされていないアセットの詳細を読む", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "レート制限を超えました", "swap.warning.router.message": "接続が失われたか、ネットワークがダウンしている可能性があります。問題が解決しない場合は、後でもう一度お試しください。", "swap.warning.router.title": "この取引は現在完了できません", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Uniswap で最高のエクスペリエンスを保証するために手数料が適用されます。このスワップには手数料はかかりません。", "swap.warning.uniswapFee.message.included": "手数料は Uniswap で最高のエクスペリエンスを保証するために適用され、この見積もりに既に組み込まれています。", "swap.warning.uniswapFee.title": "スワップ手数料", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Fee detected", "token.safety.warning.fotVeryHigh.title": "Very high fee detected", "token.safety.warning.honeypot.message": "{{tokenSymbol}} に販売不可としてフラグが立てられました。このトークンをスワップすると資金が失われる可能性があります。", - "token.safety.warning.honeypot.title": "ハニーポットが検出されました", + "token.safety.warning.honeypot.title": "100% sell fee detected", "token.safety.warning.impersonator": "Impersonates another token", "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} に悪意のあるものとしてフラグが立てられました。", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} has been flagged as malicious by Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged by Blockaid for attempting to copy a different token. It may not be the token you are looking to swap.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", "token.safety.warning.malicious.title": "悪意のあるトークンが検出されました", "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "このトークンも、米国の大手中央集権型取引所では取引されていません。", "token.safety.warning.medium.heading.default_other_also": "これらのトークンも、米国の大手中央集権型取引所では取引されていません。", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} は、米国の主要中央集権型取引所では取引されていません。", + "token.safety.warning.notAvailableToTrade": "取引不可", "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} に潜在的なスパムトークンとしてフラグが立てられました。", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} has been flagged as unsellable.", + "token.safety.warning.sellFee100.title": "100% sell fee detected", + "token.safety.warning.spam.message": "{{tokenSymbol}} has been flagged as spam by Blockaid.", "token.safety.warning.spam.title": "スパムトークンが検出されました", "token.safety.warning.spamsUsers": "Spams users", "token.safety.warning.strong.heading.default_one": "このトークンは、米国の主要な中央集権型取引所で取引されていないか、Uniswap でのスワップが頻繁に行われていません。", "token.safety.warning.strong.heading.default_other": "これらのトークンは、米国の大手中央集権型取引所で取引されていないか、Uniswap でのスワップが頻繁に行われていません。", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} は、米国の主要な中央集権型取引所では取引されていないか、Uniswap でのスワップが頻繁に行われていません。", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} charges a {{buyFeePercent}} fee when bought and {{sellFeePercent}} when sold.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} charges a {{feePercent}} fee when sold.", "token.safetyLevel.blocked.header": "利用できません", "token.safetyLevel.blocked.message": "Uniswap ウォレットを使用してこのトークンを取引することはできません。", "token.safetyLevel.medium.header": "注意", diff --git a/packages/uniswap/src/i18n/locales/translations/ko-KR.json b/packages/uniswap/src/i18n/locales/translations/ko-KR.json index 0f51c644f7d..dadb2d64066 100644 --- a/packages/uniswap/src/i18n/locales/translations/ko-KR.json +++ b/packages/uniswap/src/i18n/locales/translations/ko-KR.json @@ -177,7 +177,6 @@ "common.approvePending": "승인 대기 중...", "common.approveSpend": "{{symbol}} 지출 승인", "common.approving": "승인 중", - "common.areYouSure": "Are you sure?", "common.automatic": "자동", "common.availableIn": "Uniswap 사용 가능 국가: ", "common.availableOnIOSAndroid": "iOS 및 Android에서 사용 가능", @@ -650,8 +649,7 @@ "common.unwrap.failed": "언랩핑 실패", "common.unwrapped": "랩핑되지 않은", "common.unwrapping": "언랩핑", - "common.version": "버전", - "common.view.profile": "View profile", + "common.view.profile": "프로필 보기", "common.viewOnBlockExplorer": "블록 탐색기에서 보기", "common.viewOnExplorer": "탐색기에서 보기", "common.volume": "거래량", @@ -837,11 +835,11 @@ "fee.tier.create": "수수료 등급 생성", "fee.tier.create.button": "새로운 수수료 등급 생성", "fee.tier.create.description": "새로운 등급을 생성하면 새로운 풀이 초기화되고 일반적인 네트워크 비용보다 더 높은 비용이 발생합니다.", - "fee.tier.description": "거래를 용이하게 해주는 수익 금액입니다. 위험 허용 범위와 전략에 맞는 금액을 선택하세요.", - "fee.tier.description.v2": "거래를 용이하게 해주는 수익 금액입니다. 모든 v2 풀은 0.3%의 고정 수수료가 부과됩니다. 더 많은 옵션을 원하시면 v4에서 유동성을 제공하세요.", - "fee.tier.dynamic": "Dynamic fee tier", - "fee.tier.dynamic.create": "Creating dynamic fee tier", - "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", + "fee.tier.description": "유동성을 제공하는 수익 금액입니다. 위험 허용 범위와 전략에 맞는 금액을 선택하세요.", + "fee.tier.description.v2": "유동성을 제공하는 수익 금액입니다. 모든 v2 풀은 0.3%의 고정 수수료가 부과됩니다. 더 많은 옵션을 원하시면 v4에서 유동성을 제공하세요.", + "fee.tier.dynamic": "동적 수수료 등급", + "fee.tier.dynamic.create": "동적 수수료 등급 생성", + "fee.tier.dynamic.create.info": "동적 수수료 등급으로 풀을 생성하려고 합니다. 진행하기 전에 선택한 후크가 동적 수수료를 지원하는지 확인하세요.", "fee.tier.label": "수수료로 획득할 수 있는 비율(%)", "fee.tier.missing.description": "원하는 등급을 찾을 수 없나요?", "fee.tier.new": "새로운 등급", @@ -1490,9 +1488,9 @@ "position.protocol": "{{protocol}} 포지션", "position.provide.liquidity": "유동성을 제공하고 싶은 토큰을 선택하세요. 지원되는 모든 네트워크에서 토큰을 선택할 수 있습니다.", "position.provide.liquidityDescription": "전체 범위의 유동성을 제공하면 가능한 모든 가격에서 지속적인 시장 참여가 보장되며 간편하지만 일시적인 손실이 더 커질 수 있습니다.", - "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", - "position.removeHook": "Remove hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.provide.liquidityDescription.custom": "맞춤 설정 범위를 사용하면 특정 가격 범위 내에 유동성을 집중시켜 자본 효율과 수수료 수익을 높일 수 있지만 더욱 능동적인 관리가 필요합니다.", + "position.removeHook": "후크 제거", + "position.resetDescription": "토큰, 가격 및 범위 선택이 재설정됩니다.", "position.setRange": "가격대 설정", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "입금 금액 입력", @@ -1540,7 +1538,7 @@ "revoke.failed.message": "토큰 거래를 위해 Uniswap 프로토콜 액세스 권한을 제공합니다.", "routing.aggregateLiquidity": "가능한 경우, 더 나은 가격과 가스 무료 스왑을 위해 유동성 소스를 집계합니다.", "routing.cheapest": "Uniswap 클라이언트는 가격과 네트워크 비용을 고려하여 가장 저렴한 거래 옵션을 선택합니다.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "Uniswap 클라이언트는 가격과 네트워크 비용을 고려하여 최적의 거래 옵션을 선택합니다.", "scantastic.code.expired": "만료됨", "scantastic.code.subtitle": "Uniswap Extension에 이 코드를 입력하세요. 당신의 복구 문구는 안전하게 비밀번호화되어 전송됩니다.", "scantastic.code.timeRemaining.shorthand.hours": "새 코드 {{hours}}시간 {{minutes}}분 {{seconds}}초 후", @@ -1761,7 +1759,7 @@ "swap.approveInWallet": "지갑에서 승인하세요", "swap.balance.amount": "잔액: {{amount}}", "swap.bestRoute.cost": "최적의 가격 경로는 가스비 ~{{gasPrice}} 입니다. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "최적 경로 비용은 가스비 ~{{gasPrice}}입니다. ", "swap.bridging.estimatedTime": "예상 시간", "swap.bridging.title": "네트워크 간 스와핑", "swap.bridging.warning.description": "{{fromNetwork}}에서 {{toNetwork}}(으)로 스왑합니다. 이를 \"브리징\"이라고도 하며, 토큰을 한 네트워크에서 다른 네트워크로 옮깁니다.", @@ -1847,8 +1845,8 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} 네트워크", "swap.settings.protection.subtitle.unavailable": "{{chainName}}에는 이용 불가", "swap.settings.protection.title": "스왑 보호", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Uniswap 클라이언트는 가격과 네트워크 비용을 고려하여 가장 저렴한 거래 옵션을 선택합니다.", + "swap.settings.routingPreference.option.default.description.v4": "Uniswap 클라이언트는 가격과 네트워크 비용을 고려하여 최적의 거래 옵션을 선택합니다.", "swap.settings.routingPreference.option.v2.title": "v2 풀", "swap.settings.routingPreference.option.v3.title": "v3 풀", "swap.settings.routingPreference.option.v4.title": "v4 풀", @@ -1877,7 +1875,7 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} 수수료로 인해 정확한 출력값을 알 수 없습니다. 대신 '판매' 필드를 사용하십시오.", "swap.tokenOwnFees": "일부 토큰은 매수 또는 매도 시 토큰 발행자가 설정한 수수료를 부과합니다. Uniswap은 이러한 수수료를 받지 않습니다.", "swap.total": "총", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "거래 경로", "swap.transaction.deadline": "트랜잭션 마감시간", "swap.transaction.revertAfter": "이 기간 이상 보류 중인 경우 트랜잭션이 취소됩니다.", "swap.unsupportedAssets.readMore": "지원되지 않는 자산에 대해 자세히 알아보세요.", @@ -1916,6 +1914,7 @@ "swap.warning.rateLimit.title": "요청 제한 초과됨", "swap.warning.router.message": "연결이 끊어졌거나 네트워크가 다운되었을 수 있습니다. 문제가 지속되면 나중에 다시 시도해 보세요.", "swap.warning.router.title": "지금은 이 거래를 완료할 수 없습니다.", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Uniswap에서 최상의 경험을 보장하기 위해 수수료가 부과됩니다. 이 스왑에는 수수료가 없습니다.", "swap.warning.uniswapFee.message.included": "Uniswap에 대한 최고의 경험을 보장하기 위해 수수료가 적용되며 이미 이 견적에 포함되어 있습니다.", "swap.warning.uniswapFee.title": "스왑 수수료", @@ -1990,33 +1989,37 @@ "token.safety.warning.blocked.description.named": "Uniswap 앱을 사용해 {{tokenSymbol}}을 거래할 수 없습니다.", "token.safety.warning.dontShowWarningAgain": "이 경고를 다시 표시하지 마세요", "token.safety.warning.doYourOwnResearch": "항상 진행하기 전에 스스로 조사하세요.", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "{{action}} 시 부과", + "token.safety.warning.flaggedAsMalicious": "악성으로 표시됨", + "token.safety.warning.fotHigh.title": "높은 수수료가 감지됨", + "token.safety.warning.fotLow.title": "수수료 감지됨", + "token.safety.warning.fotVeryHigh.title": "매우 높은 수수료가 감지됨", "token.safety.warning.honeypot.message": "{{tokenSymbol}}은(는) 판매 불가로 표시되었습니다. 이 토큰을 교환하면 자금 손실이 발생할 수 있습니다.", - "token.safety.warning.honeypot.title": "허니팟이 감지되었습니다", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}}이(가) 악성으로 표시되었습니다.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "100% 판매 수수료 감지됨", + "token.safety.warning.impersonator": "다른 토큰 사칭", + "token.safety.warning.impersonator.title": "사칭 토큰 감지됨", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}}이(가) Blockaid에서 악성으로 표시되었습니다.", + "token.safety.warning.malicious.impersonator.message": "Blockaid에서 {{tokenSymbol}}을(를) 다른 토큰 복사를 시도한 것으로 표시했습니다. 스왑하려는 토큰이 아닐 수 있습니다.", + "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}}은(는) 스왑하려는 토큰이 아닐 수 있습니다.", "token.safety.warning.malicious.title": "악성 토큰이 감지되었습니다", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "스왑 시 자금에 손실이 발생할 수 있습니다.", "token.safety.warning.medium.heading.default_one": "이 토큰은 미국의 주요 중앙화된 거래소에서 거래되지 않습니다.", "token.safety.warning.medium.heading.default_other": "이 토큰은 미국의 주요 중앙화된 거래소에서 거래되지 않습니다.", "token.safety.warning.medium.heading.default_one_also": "이 토큰은 미국의 주요 중앙화 거래소에서도 거래되지 않습니다.", "token.safety.warning.medium.heading.default_other_also": "이 토큰은 미국의 주요 중앙화 거래소에서도 거래되지 않습니다.", "token.safety.warning.medium.heading.named": "이 토큰은 미국의 주요 중앙화된 거래소에서 거래되지 않습니다.", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}}이(가) 잠재적인 스팸 토큰으로 표시되었습니다.", + "token.safety.warning.notListedOnExchanges": "주요 미국 거래소에 상장되지 않음", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }}이(가) 판매 불가로 표시되었습니다.", + "token.safety.warning.sellFee100.title": "100% 판매 수수료 감지됨", + "token.safety.warning.spam.message": "{{tokenSymbol}}이(가) Blockaid에서 스팸으로 표시되었습니다.", "token.safety.warning.spam.title": "스팸 토큰이 감지되었습니다", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "스팸 사용자", "token.safety.warning.strong.heading.default_one": "이 토큰은 미국의 주요 중앙 거래소에서 거래되지 않으며 Uniswap에서 자주 스왑되지 않습니다.", "token.safety.warning.strong.heading.default_other": "이러한 토큰은 미국의 주요 중앙 거래소에서 거래되지 않으며 Uniswap에서 자주 스왑되지 않습니다.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} 은 미국의 주요 중앙 거래소에서 거래되지 않거나 Uniswap에서 자주 스왑되지 않습니다.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}}은(는) 매수 시 {{buyFeePercent}}, 매도 시 {{sellFeePercent}}의 수수료를 부과합니다.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}}은(는) 매수 시 {{feePercent}}의 수수료를 부과합니다.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}}은(는) 매도 시 {{feePercent}}의 수수료를 부과합니다.", "token.safetyLevel.blocked.header": "사용 불가", "token.safetyLevel.blocked.message": "Uniswap Wallet을 사용하여 이 토큰을 트랜잭션할 수 없습니다.", "token.safetyLevel.medium.header": "주의", diff --git a/packages/uniswap/src/i18n/locales/translations/ms-MY.json b/packages/uniswap/src/i18n/locales/translations/ms-MY.json index 28d00834d5f..99bf8692a6f 100644 --- a/packages/uniswap/src/i18n/locales/translations/ms-MY.json +++ b/packages/uniswap/src/i18n/locales/translations/ms-MY.json @@ -177,7 +177,6 @@ "common.approvePending": "Kelulusan belum selesai...", "common.approveSpend": "Luluskan {{symbol}} perbelanjaan", "common.approving": "Meluluskan", - "common.areYouSure": "Adakah anda pasti?", "common.automatic": "Auto", "common.availableIn": "Uniswap tersedia dalam: ", "common.availableOnIOSAndroid": "Tersedia pada iOS dan Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Gagal membuka balutan", "common.unwrapped": "Dibuka", "common.unwrapping": "Membuka balutan", - "common.version": "Versi", "common.view.profile": "Lihat profil", "common.viewOnBlockExplorer": "Lihat pada Block Explorer", "common.viewOnExplorer": "Lihat pada Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Buat peringkat yuran", "fee.tier.create.button": "Buat peringkat yuran baharu", "fee.tier.create.description": "Mencipta peringkat baharu akan dimulakan dalam kumpulan baharu dan menghasilkan kos rangkaian yang lebih tinggi daripada biasa.", - "fee.tier.description": "Jumlah yang diperoleh memudahkan dagangan. Pilih jumlah yang sesuai dengan toleransi risiko dan strategi anda.", - "fee.tier.description.v2": "Jumlah yang diperoleh memudahkan dagangan. Semua kolam v2 mempunyai yuran tetap 0.3%. Untuk lebih banyak pilihan, sediakan kecairan pada v4.", + "fee.tier.description": "Jumlah yang diperoleh menyediakan kecairan. Pilih jumlah yang sesuai dengan toleransi risiko dan strategi anda.", + "fee.tier.description.v2": "Jumlah yang diperoleh menyediakan kecairan. Semua kolam v2 mempunyai yuran tetap 0.3%. Untuk lebih banyak pilihan, sediakan kecairan pada v4.", "fee.tier.dynamic": "Peringkat yuran dinamik", "fee.tier.dynamic.create": "Mencipta peringkat yuran dinamik", "fee.tier.dynamic.create.info": "Anda akan membuat kolam dengan peringkat yuran dinamik. Sebelum meneruskan, sila pastikan cangkuk yang dipilih menyokong yuran dinamik.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Menyediakan kecairan penuh memastikan penyertaan pasaran yang berterusan merentas semua harga yang mungkin, menawarkan kesederhanaan tetapi berpotensi untuk kerugian tidak kekal yang lebih tinggi.", "position.provide.liquidityDescription.custom": "Julat tersuai membolehkan anda menumpukan kecairan anda dalam had harga tertentu, meningkatkan kecekapan modal dan pendapatan yuran tetapi memerlukan pengurusan yang lebih aktif.", "position.removeHook": "Tanggalkan cangkuk", - "position.resetDescription": "Token, harga dan pilihan julat anda akan ditetapkan semula.", "position.setRange": "Tetapkan julat harga", "position.setRange.inputsBelow": "Gunakan input di bawah untuk menetapkan julat anda.", "position.step.deposit": "Masukkan jumlah deposit", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Ini menyediakan akses protokol Uniswap kepada token anda untuk berdagang.", "routing.aggregateLiquidity": "Apabila tersedia, agregat sumber kecairan untuk harga yang lebih baik dan pertukaran bebas gas.", "routing.cheapest": "Pelanggan Uniswap memilih harga pemfaktoran pilihan perdagangan termurah dan kos rangkaian.", - "routing.cheapest.v4": "Pelanggan Uniswap memilih pemfaktoran pilihan perdagangan yang optimum dalam harga dan kos rangkaian.", "scantastic.code.expired": "Tamat tempoh", "scantastic.code.subtitle": "Masukkan kod ini dalam Sambungan Uniswap. Frasa pemulihan anda akan disulitkan dan dipindahkan dengan selamat.", "scantastic.code.timeRemaining.shorthand.hours": "Kod baharu dalam {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Luluskan dalam dompet anda", "swap.balance.amount": "Baki: {{amount}}", "swap.bestRoute.cost": "Kos laluan harga terbaik ~{{gasPrice}} dalam gas. ", - "swap.bestRoute.cost.v4": "Kos laluan optimum ~{{gasPrice}} dalam gas. ", "swap.bridging.estimatedTime": "Anggaran masa", "swap.bridging.title": "Bertukar merentasi rangkaian", "swap.bridging.warning.description": "Anda bertukar daripada {{fromNetwork}} kepada {{toNetwork}}. Ini juga dikenali sebagai \"merapatkan\", yang memindahkan token anda dari satu rangkaian ke rangkaian yang lain.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Rangkaian", "swap.settings.protection.subtitle.unavailable": "Tidak tersedia pada {{chainName}}", "swap.settings.protection.title": "Perlindungan Pertukaran", - "swap.settings.routingPreference.option.default.description": "Pelanggan Uniswap memilih pemfaktoran pilihan perdagangan termurah dalam harga dan kos rangkaian.", - "swap.settings.routingPreference.option.default.description.v4": "Pelanggan Uniswap memilih pemfaktoran pilihan perdagangan yang optimum dalam harga dan kos rangkaian.", + "swap.settings.routingPreference.option.default.description": "Pelanggan Uniswap memilih harga pemfaktoran pilihan perdagangan termurah dan kos rangkaian.", "swap.settings.routingPreference.option.v2.title": "kolam v2", "swap.settings.routingPreference.option.v3.title": "kolam v3", "swap.settings.routingPreference.option.v4.title": "kolam v4", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} yuran tidak membenarkan output tepat yang tepat. Gunakan medan `Jual` sebaliknya.", "swap.tokenOwnFees": "Sesetengah token mengambil bayaran apabila ia dibeli atau dijual, yang ditetapkan oleh pengeluar token. Uniswap tidak menerima sebarang yuran ini.", "swap.total": "Jumlah", - "swap.tradeRoutes": "Laluan perdagangan", "swap.transaction.deadline": "Tarikh akhir urus niaga", "swap.transaction.revertAfter": "Urus niaga anda akan kembali jika ia belum selesai lebih daripada tempoh masa ini.", "swap.unsupportedAssets.readMore": "Baca lebih lanjut tentang aset yang tidak disokong", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Had kadar melebihi", "swap.warning.router.message": "Anda mungkin terputus sambungan atau rangkaian mungkin terputus. Jika masalah berterusan, sila cuba lagi kemudian.", "swap.warning.router.title": "Perdagangan ini tidak dapat diselesaikan sekarang", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} disekat", "swap.warning.uniswapFee.message.default": "Yuran dikenakan untuk memastikan pengalaman terbaik dengan Uniswap. Tiada bayaran yang berkaitan dengan pertukaran ini.", "swap.warning.uniswapFee.message.included": "Yuran dikenakan untuk memastikan pengalaman terbaik dengan Uniswap, dan telah pun diambil kira dalam sebut harga ini.", "swap.warning.uniswapFee.title": "Yuran pertukaran", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Yuran dikesan", "token.safety.warning.fotVeryHigh.title": "Bayaran yang sangat tinggi dikesan", "token.safety.warning.honeypot.message": "{{tokenSymbol}} telah dibenderakan sebagai tidak boleh dijual. Pertukaran token ini boleh mengakibatkan kehilangan dana anda.", - "token.safety.warning.honeypot.title": "Honeypot dikesan", + "token.safety.warning.honeypot.title": "100% yuran jualan dikesan", "token.safety.warning.impersonator": "Menyamar sebagai token lain", "token.safety.warning.impersonator.title": "Token penyamar dikesan", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} telah dibenderakan sebagai berniat jahat.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} telah dibenderakan sebagai percubaan untuk menyalin token lain. Ia mungkin bukan token yang anda ingin tukar.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} telah dibenderakan sebagai berniat jahat oleh Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} telah dibenderakan oleh Blockaid kerana cuba menyalin token lain. Ia mungkin bukan token yang anda ingin tukar.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} mungkin bukan token yang anda ingin tukar.", "token.safety.warning.malicious.title": "Token berniat jahat dikesan", "token.safety.warning.mayResultInLoss": "Pertukaran itu boleh mengakibatkan kehilangan dana.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Token ini juga tidak didagangkan pada bursa terpusat AS yang terkemuka.", "token.safety.warning.medium.heading.default_other_also": "Token ini juga tidak didagangkan di bursa terpusat AS yang terkemuka.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} tidak didagangkan di bursa terpusat AS terkemuka.", + "token.safety.warning.notAvailableToTrade": "Tidak tersedia untuk berdagang", "token.safety.warning.notListedOnExchanges": "Tidak disenaraikan di bursa AS terkemuka", - "token.safety.warning.spam.message": "{{tokenSymbol}} telah dibenderakan sebagai token spam yang berpotensi.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} telah dibenderakan sebagai tidak boleh dijual.", + "token.safety.warning.sellFee100.title": "100% yuran jualan dikesan", + "token.safety.warning.spam.message": "{{tokenSymbol}} telah dibenderakan sebagai spam oleh Blockaid.", "token.safety.warning.spam.title": "Token spam dikesan", "token.safety.warning.spamsUsers": "Pengguna spam", "token.safety.warning.strong.heading.default_one": "Token ini tidak didagangkan di bursa terpusat AS terkemuka atau sering ditukar di Uniswap.", "token.safety.warning.strong.heading.default_other": "Token ini tidak didagangkan di bursa terpusat AS terkemuka atau sering ditukar di Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} tidak didagangkan di bursa terpusat AS terkemuka atau sering ditukar di Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} mengenakan bayaran {{feePercent}} apabila dibeli atau dijual.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} mengenakan bayaran {{buyFeePercent}} apabila dibeli dan {{sellFeePercent}} apabila dijual.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} mengenakan bayaran {{feePercent}} apabila dibeli.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} mengenakan bayaran {{feePercent}} apabila dijual.", "token.safetyLevel.blocked.header": "Tidak tersedia", "token.safetyLevel.blocked.message": "Anda tidak boleh menukar token ini menggunakan Uniswap Wallet.", "token.safetyLevel.medium.header": "Berhati-hati", diff --git a/packages/uniswap/src/i18n/locales/translations/nl-NL.json b/packages/uniswap/src/i18n/locales/translations/nl-NL.json index 5e8cfeb174d..89a0dafbc3f 100644 --- a/packages/uniswap/src/i18n/locales/translations/nl-NL.json +++ b/packages/uniswap/src/i18n/locales/translations/nl-NL.json @@ -177,7 +177,6 @@ "common.approvePending": "Goedkeuring in behandeling...", "common.approveSpend": "Uitgaven in {{symbol}} goedkeuren", "common.approving": "Bezig met goedkeuren", - "common.areYouSure": "Are you sure?", "common.automatic": "Automatisch", "common.availableIn": "Uniswap is beschikbaar in: ", "common.availableOnIOSAndroid": "Beschikbaar op iOS en Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Unwrappen mislukt", "common.unwrapped": "Uitgepakt", "common.unwrapping": "Bezig met unwrappen", - "common.version": "Versie", "common.view.profile": "View profile", "common.viewOnBlockExplorer": "In Block Explorer bekijken", "common.viewOnExplorer": "In verkenner bekijken", @@ -837,8 +835,8 @@ "fee.tier.create": "Vergoedingsniveau aanmaken", "fee.tier.create.button": "Nieuw vergoedingsniveau aanmaken", "fee.tier.create.description": "Als je een nieuw niveau aanmaakt, wordt deze in een nieuwe pool geïnitialiseerd. Dit leidt tot hogere netwerkkosten dan normaal.", - "fee.tier.description": "Het bedrag dat je verdient door het faciliteren van transacties. Kies een bedrag dat past bij je risicotolerantie en strategie.", - "fee.tier.description.v2": "Het bedrag dat je verdient door het faciliteren van transacties. Alle v2-pools hebben vaste kosten van 0,3%. Voor meer opties kun je liquiditeit verschaffen in v4.", + "fee.tier.description": "The amount earned providing liquidity. Choose an amount that suits your risk tolerance and strategy.", + "fee.tier.description.v2": "The amount earned providing liquidity. All v2 pools have fixed 0.3% fees. For more options, provide liquidity on v4.", "fee.tier.dynamic": "Dynamic fee tier", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Het verstrekken van liquiditeit over het volledige bereik zorgt voor continue marktdeelname over alle mogelijke prijzen. Dit biedt eenvoud, maar brengt ook de mogelijkheid van hogere tijdelijke verliezen met zich mee.", "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", "position.removeHook": "De hook verwijderen", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", "position.setRange": "Prijsbereik instellen", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "Stortingsbedragen invoeren", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Hiermee krijgt het Uniswap Protocol toegang tot je token om te traden.", "routing.aggregateLiquidity": "Indien beschikbaar worden liquiditeitsbronnen samengevoegd voor betere prijzen en gasvrij swappen.", "routing.cheapest": "De Uniswap-cliënt kiest de goedkoopste handelsoptie, rekening houdend met prijs en netwerkkosten.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", "scantastic.code.expired": "Verlopen", "scantastic.code.subtitle": "Voer deze code in de Uniswap Extension in. Je herstelzin wordt veilig gecodeerd en overgedragen.", "scantastic.code.timeRemaining.shorthand.hours": "Nieuwe code over {{hours}}u {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "In je wallet goedkeuren", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "De beste prijsroute kost ongeveer {{gasPrice}} aan gas.", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", "swap.bridging.estimatedTime": "Geschatte tijd", "swap.bridging.title": "Swappen tussen netwerken", "swap.bridging.warning.description": "Je swapt van {{fromNetwork}} naar {{toNetwork}}. Dit staat ook bekend als bridgen, waarbij je tokens van het ene netwerk naar het andere worden verplaatst.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}}-netwerk", "swap.settings.protection.subtitle.unavailable": "Niet beschikbaar op {{chainName}}", "swap.settings.protection.title": "Swapbescherming", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "De Uniswap-cliënt selecteert de goedkoopste trade-optie door rekening te houden met de prijs en netwerkkosten.", "swap.settings.routingPreference.option.v2.title": "v2-pools", "swap.settings.routingPreference.option.v3.title": "v3-pools", "swap.settings.routingPreference.option.v4.title": "v4-pools", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}}-kosten staan geen nauwkeurige, exacte outputs toe. Gebruik in plaats daarvan het veld Verkopen.", "swap.tokenOwnFees": "Sommige tokens brengen kosten in rekening bij aankoop of verkoop, ingesteld door de tokenuitgever. Uniswap ontvangt geen van deze kosten.", "swap.total": "Totaal", - "swap.tradeRoutes": "Trade routes", "swap.transaction.deadline": "Transactiedeadline", "swap.transaction.revertAfter": "Je transactie wordt teruggedraaid als deze langer in behandeling blijft dan deze tijdsperiode.", "swap.unsupportedAssets.readMore": "Lees meer over niet-ondersteunde assets", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Tarieflimiet overschreden", "swap.warning.router.message": "Mogelijk is de verbinding verbroken of is het netwerk uitgevallen. Als het probleem zich blijft voordoen, probeer het dan later opnieuw.", "swap.warning.router.title": "Deze transactie kan momenteel niet worden voltooid", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Er worden kosten in rekening gebracht om de beste ervaring met Uniswap te garanderen. Aan deze swap zijn geen kosten verbonden.", "swap.warning.uniswapFee.message.included": "Er worden kosten in rekening gebracht om de beste ervaring met Uniswap te garanderen, en deze zijn al in deze koers verwerkt.", "swap.warning.uniswapFee.title": "Swapkosten", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Fee detected", "token.safety.warning.fotVeryHigh.title": "Very high fee detected", "token.safety.warning.honeypot.message": "{{tokenSymbol}} is gemarkeerd als onverkoopbaar. Het swappen van deze token kan resulteren in verlies van je geld.", - "token.safety.warning.honeypot.title": "Honeypot gedetecteerd", + "token.safety.warning.honeypot.title": "100% sell fee detected", "token.safety.warning.impersonator": "Impersonates another token", "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} is als schadelijk gemarkeerd.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} has been flagged as malicious by Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged by Blockaid for attempting to copy a different token. It may not be the token you are looking to swap.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", "token.safety.warning.malicious.title": "Schadelijke token gedetecteerd", "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Deze token wordt ook niet op toonaangevende gecentraliseerde Amerikaanse beurzen verhandeld.", "token.safety.warning.medium.heading.default_other_also": "Deze tokens worden ook niet op toonaangevende gecentraliseerde Amerikaanse beurzen verhandeld.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} wordt niet op toonaangevende gecentraliseerde Amerikaanse beurzen verhandeld.", + "token.safety.warning.notAvailableToTrade": "Niet beschikbaar voor traden", "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} is gemarkeerd als een mogelijke spam-token.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} has been flagged as unsellable.", + "token.safety.warning.sellFee100.title": "100% sell fee detected", + "token.safety.warning.spam.message": "{{tokenSymbol}} has been flagged as spam by Blockaid.", "token.safety.warning.spam.title": "Spam-token gedetecteerd", "token.safety.warning.spamsUsers": "Spams users", "token.safety.warning.strong.heading.default_one": "Deze token wordt niet verhandeld op toonaangevende gecentraliseerde Amerikaanse beurzen en ook niet vaak geswapt op Uniswap.", "token.safety.warning.strong.heading.default_other": "Deze tokens worden niet verhandeld op toonaangevende Amerikaanse gecentraliseerde beurzen en worden ook niet vaak geswapt op Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} wordt niet verhandeld op toonaangevende Amerikaanse gecentraliseerde beurzen en worden ook niet vaak geswapt op Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} charges a {{buyFeePercent}} fee when bought and {{sellFeePercent}} when sold.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} charges a {{feePercent}} fee when sold.", "token.safetyLevel.blocked.header": "Niet beschikbaar", "token.safetyLevel.blocked.message": "Je kunt deze token niet verhandelen via de Uniswap Wallet.", "token.safetyLevel.medium.header": "Let op", diff --git a/packages/uniswap/src/i18n/locales/translations/no-NO.json b/packages/uniswap/src/i18n/locales/translations/no-NO.json index fd1102aa82f..7dd5ff4b8fa 100644 --- a/packages/uniswap/src/i18n/locales/translations/no-NO.json +++ b/packages/uniswap/src/i18n/locales/translations/no-NO.json @@ -177,7 +177,6 @@ "common.approvePending": "Venter på godkjenning...", "common.approveSpend": "Godkjenn {{symbol}} utgifter", "common.approving": "Godkjenner", - "common.areYouSure": "Er du sikker?", "common.automatic": "Auto", "common.availableIn": "Uniswap tilgjengelig i: ", "common.availableOnIOSAndroid": "Tilgjengelig på iOS og Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Utpakking mislyktes", "common.unwrapped": "Utpakket", "common.unwrapping": "Utpakking", - "common.version": "Versjon", "common.view.profile": "Se profil", "common.viewOnBlockExplorer": "Vis på Block Explorer", "common.viewOnExplorer": "Vis på Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Opprett gebyrnivå", "fee.tier.create.button": "Opprett nytt gebyrnivå", "fee.tier.create.description": "Oppretting av et nytt nivå vil initialiseres i en ny pool og resultere i høyere nettverkskostnader enn vanlig.", - "fee.tier.description": "Beløpet som er tjent for å lette handler. Velg et beløp som passer din risikotoleranse og strategi.", - "fee.tier.description.v2": "Beløpet som er tjent for å lette handler. Alle v2-pooler har faste avgifter på 0,3 %. For flere alternativer, gi likviditet på v4.", + "fee.tier.description": "Beløpet opptjent gir likviditet. Velg et beløp som passer din risikotoleranse og strategi.", + "fee.tier.description.v2": "Beløpet opptjent gir likviditet. Alle v2-pooler har faste avgifter på 0,3 %. For flere alternativer, gi likviditet på v4.", "fee.tier.dynamic": "Dynamisk gebyrnivå", "fee.tier.dynamic.create": "Opprette dynamisk gebyrnivå", "fee.tier.dynamic.create.info": "Du er i ferd med å opprette et basseng med et dynamisk gebyrnivå. Før du fortsetter, sørg for at den valgte kroken støtter dynamiske avgifter.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Å tilby likviditet i hele spekteret sikrer kontinuerlig markedsdeltakelse på tvers av alle mulige priser, og tilbyr enkelhet, men med potensial for høyere permanent tap.", "position.provide.liquidityDescription.custom": "Egendefinert rekkevidde lar deg konsentrere likviditeten din innenfor spesifikke prisgrenser, noe som øker kapitaleffektiviteten og gebyrinntektene, men krever mer aktiv styring.", "position.removeHook": "Fjern kroken", - "position.resetDescription": "Dine tokens, pris og utvalg vil bli tilbakestilt.", "position.setRange": "Angi prisklasse", "position.setRange.inputsBelow": "Bruk inngangene nedenfor for å angi rekkevidden.", "position.step.deposit": "Angi innskuddsbeløp", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Dette gir Uniswap-protokollen tilgang til tokenet ditt for handel.", "routing.aggregateLiquidity": "Når tilgjengelig, samler likviditetskilder for bedre priser og gassfrie bytteavtaler.", "routing.cheapest": "Uniswap-klienten velger det billigste alternativet med hensyn til pris og nettverkskostnader.", - "routing.cheapest.v4": "Uniswap-klienten velger det optimale handelsalternativet med tanke på pris og nettverkskostnader.", "scantastic.code.expired": "Utløpt", "scantastic.code.subtitle": "Skriv inn denne koden i Uniswap-utvidelsen. Gjenopprettingsfrasen din blir trygt kryptert og overført.", "scantastic.code.timeRemaining.shorthand.hours": "Ny kode i {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Godkjenne i lommeboken", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "Beste pris rute koster ~{{gasPrice}} i gass. ", - "swap.bestRoute.cost.v4": "Optimale rutekostnader ~{{gasPrice}} i gass. ", "swap.bridging.estimatedTime": "Est. tid", "swap.bridging.title": "Bytte på tvers av nettverk", "swap.bridging.warning.description": "Du bytter fra {{fromNetwork}} til {{toNetwork}}. Dette er også kjent som \"bridging\", som flytter dine tokens fra ett nettverk til et annet.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Nettverk", "swap.settings.protection.subtitle.unavailable": "Ikke tilgjengelig på {{chainName}}", "swap.settings.protection.title": "Byttebeskyttelse", - "swap.settings.routingPreference.option.default.description": "Uniswap-klienten velger det billigste alternativet med tanke på pris og nettverkskostnader.", - "swap.settings.routingPreference.option.default.description.v4": "Uniswap-klienten velger det optimale handelsalternativet med tanke på pris og nettverkskostnader.", + "swap.settings.routingPreference.option.default.description": "Uniswap-klienten velger det billigste alternativet med hensyn til pris og nettverkskostnader.", "swap.settings.routingPreference.option.v2.title": "v2 bassenger", "swap.settings.routingPreference.option.v3.title": "v3 bassenger", "swap.settings.routingPreference.option.v4.title": "v4 bassenger", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} avgifter tillater ikke nøyaktige nøyaktige utdata. Bruk 'Selg'-feltet i stedet.", "swap.tokenOwnFees": "Noen tokens tar et gebyr når de kjøpes eller selges, som settes av tokenutstederen. Uniswap mottar ingen av disse avgiftene.", "swap.total": "Total", - "swap.tradeRoutes": "Handelsruter", "swap.transaction.deadline": "Transaksjonsfrist", "swap.transaction.revertAfter": "Transaksjonen din vil gå tilbake hvis den venter i mer enn denne perioden.", "swap.unsupportedAssets.readMore": "Les mer om ikke-støttede eiendeler", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Satsgrensen er overskredet", "swap.warning.router.message": "Du kan ha mistet forbindelsen eller nettverket kan være nede. Hvis problemet vedvarer, prøv igjen senere.", "swap.warning.router.title": "Denne handelen kan ikke fullføres akkurat nå", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} er blokkert", "swap.warning.uniswapFee.message.default": "Gebyrer påløper for å sikre den beste opplevelsen med Uniswap. Det er ingen avgift knyttet til denne byttet.", "swap.warning.uniswapFee.message.included": "Gebyrer påløper for å sikre den beste opplevelsen med Uniswap, og er allerede tatt med i dette tilbudet.", "swap.warning.uniswapFee.title": "Byttegebyr", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Gebyr oppdaget", "token.safety.warning.fotVeryHigh.title": "Svært høy avgift oppdaget", "token.safety.warning.honeypot.message": "{{tokenSymbol}} har blitt flagget som uselgbar. Bytting av dette tokenet kan føre til tap av midlene dine.", - "token.safety.warning.honeypot.title": "Honeypot oppdaget", + "token.safety.warning.honeypot.title": "100 % salgsgebyr oppdaget", "token.safety.warning.impersonator": "Etterligner et annet token", "token.safety.warning.impersonator.title": "Imitatortoken oppdaget", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} har blitt flagget som skadelig.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} har blitt flagget som et forsøk på å kopiere et annet token. Det er kanskje ikke tokenet du ønsker å bytte.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} har blitt flagget som ondsinnet av Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} har blitt flagget av Blockaid for forsøk på å kopiere et annet token. Det er kanskje ikke tokenet du ønsker å bytte.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} er kanskje ikke tokenet du ønsker å bytte.", "token.safety.warning.malicious.title": "Skadelig token oppdaget", "token.safety.warning.mayResultInLoss": "Å bytte det kan føre til tap av midler.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Dette tokenet handles heller ikke på ledende amerikanske sentraliserte børser.", "token.safety.warning.medium.heading.default_other_also": "Disse tokenene handles heller ikke på ledende amerikanske sentraliserte børser.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} handles ikke på ledende amerikanske sentraliserte børser.", + "token.safety.warning.notAvailableToTrade": "Ikke tilgjengelig for handel", "token.safety.warning.notListedOnExchanges": "Ikke notert på ledende amerikanske børser", - "token.safety.warning.spam.message": "{{tokenSymbol}} har blitt flagget som et potensielt spam-token.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} har blitt flagget som uselgbar.", + "token.safety.warning.sellFee100.title": "100 % salgsgebyr oppdaget", + "token.safety.warning.spam.message": "{{tokenSymbol}} har blitt flagget som spam av Blockaid.", "token.safety.warning.spam.title": "Spam-token oppdaget", "token.safety.warning.spamsUsers": "Spam-brukere", "token.safety.warning.strong.heading.default_one": "Dette tokenet handles ikke på ledende amerikanske sentraliserte børser eller byttes ofte på Uniswap.", "token.safety.warning.strong.heading.default_other": "Disse tokenene handles ikke på ledende amerikanske sentraliserte børser eller byttes ofte på Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} handles ikke på ledende amerikanske sentraliserte børser eller byttes ofte på Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} belaster et {{feePercent}} gebyr ved kjøp eller salg.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} belaster et {{buyFeePercent}} gebyr ved kjøp og {{sellFeePercent}} ved salg.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} belaster et {{feePercent}} gebyr ved kjøp.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} belaster et {{feePercent}} gebyr ved salg.", "token.safetyLevel.blocked.header": "Ikke tilgjengelig", "token.safetyLevel.blocked.message": "Du kan ikke bytte dette tokenet ved å bruke Uniswap Wallet.", "token.safetyLevel.medium.header": "Forsiktighet", diff --git a/packages/uniswap/src/i18n/locales/translations/pl-PL.json b/packages/uniswap/src/i18n/locales/translations/pl-PL.json index f82f9cb5225..5a6a31afe1b 100644 --- a/packages/uniswap/src/i18n/locales/translations/pl-PL.json +++ b/packages/uniswap/src/i18n/locales/translations/pl-PL.json @@ -177,7 +177,6 @@ "common.approvePending": "Oczekiwanie na zatwierdzenie...", "common.approveSpend": "Zatwierdź wydatki {{symbol}}", "common.approving": "Pochlebny", - "common.areYouSure": "Jesteś pewny?", "common.automatic": "Automatyczny", "common.availableIn": "Uniswap dostępny w: ", "common.availableOnIOSAndroid": "Dostępne na iOS i Androida", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Rozpakowanie nie powiodło się", "common.unwrapped": "Rozpakowany", "common.unwrapping": "Rozpakowywanie", - "common.version": "Wersja", "common.view.profile": "Wyświetl profil", "common.viewOnBlockExplorer": "Zobacz w Eksploratorze bloków", "common.viewOnExplorer": "Zobacz w Eksploratorze", @@ -837,8 +835,8 @@ "fee.tier.create": "Utwórz poziom opłat", "fee.tier.create.button": "Utwórz nowy poziom opłat", "fee.tier.create.description": "Utworzenie nowego poziomu spowoduje zainicjowanie nowej puli i spowoduje wyższe niż zwykle koszty sieci.", - "fee.tier.description": "Kwota zarobiona na ułatwianiu transakcji. Wybierz kwotę, która odpowiada Twojej tolerancji ryzyka i strategii.", - "fee.tier.description.v2": "Kwota zarobiona na ułatwianiu transakcji. Wszystkie pule v2 mają stałe opłaty w wysokości 0,3%. Aby uzyskać więcej opcji, zapewnij płynność w v4.", + "fee.tier.description": "Kwota zarobiona zapewniająca płynność. Wybierz kwotę, która odpowiada Twojej tolerancji ryzyka i strategii.", + "fee.tier.description.v2": "Zarobiona kwota zapewniająca płynność. Wszystkie pule v2 mają stałe opłaty w wysokości 0,3%. Aby uzyskać więcej opcji, zapewnij płynność w v4.", "fee.tier.dynamic": "Dynamiczny poziom opłat", "fee.tier.dynamic.create": "Tworzenie dynamicznego poziomu opłat", "fee.tier.dynamic.create.info": "Zamierzasz utworzyć pulę z dynamicznym poziomem opłat. Przed kontynuowaniem upewnij się, że wybrany hak obsługuje dynamiczne opłaty.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Zapewnienie pełnej płynności gwarantuje ciągły udział w rynku przy wszystkich możliwych cenach, oferując prostotę, ale niosąc ze sobą potencjał wyższych nietrwałych strat.", "position.provide.liquidityDescription.custom": "Niestandardowy zakres pozwala Ci skoncentrować płynność finansową w określonych ramach cenowych, zwiększając efektywność kapitału i przychody z opłat, ale wymagając bardziej aktywnego zarządzania.", "position.removeHook": "Usuń hak", - "position.resetDescription": "Twoje wybory dotyczące tokenów, cen i zakresów zostaną zresetowane.", "position.setRange": "Ustal przedział cenowy", "position.setRange.inputsBelow": "Użyj poniższych danych wejściowych, aby ustawić swój zakres.", "position.step.deposit": "Wprowadź kwotę depozytu", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Dzięki temu protokół Uniswap umożliwi Ci dostęp do Twojego tokena w celu handlu.", "routing.aggregateLiquidity": "Jeśli jest to możliwe, agreguje źródła płynności w celu uzyskania lepszych cen i swapów bezgazowych.", "routing.cheapest": "Klient Uniswap wybiera najtańszą opcję handlu, cenę faktoringu i koszty sieci.", - "routing.cheapest.v4": "Klient Uniswap wybiera optymalną opcję transakcji, biorąc pod uwagę cenę i koszty sieciowe.", "scantastic.code.expired": "Wygasły", "scantastic.code.subtitle": "Wprowadź ten kod w rozszerzeniu Uniswap. Twoja fraza odzyskiwania zostanie bezpiecznie zaszyfrowana i przesłana.", "scantastic.code.timeRemaining.shorthand.hours": "Nowy kod za {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Zatwierdź w swoim portfelu", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "Najlepsza cena za trasę ~{{gasPrice}} na benzynie. ", - "swap.bestRoute.cost.v4": "Optymalna trasa kosztuje ~{{gasPrice}} w benzynie. ", "swap.bridging.estimatedTime": "Szacowany czas", "swap.bridging.title": "Wymiana między sieciami", "swap.bridging.warning.description": "Zamieniasz się z {{fromNetwork}} na {{toNetwork}}. Jest to znane również jako „mostkowanie”, które przenosi twoje tokeny z jednej sieci do drugiej.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Sieć", "swap.settings.protection.subtitle.unavailable": "Niedostępne w {{chainName}}", "swap.settings.protection.title": "Ochrona wymiany", - "swap.settings.routingPreference.option.default.description": "Klient Uniswap wybiera najtańszą opcję transakcji, biorąc pod uwagę cenę i koszty sieciowe.", - "swap.settings.routingPreference.option.default.description.v4": "Klient Uniswap wybiera optymalną opcję transakcji, biorąc pod uwagę cenę i koszty sieciowe.", + "swap.settings.routingPreference.option.default.description": "Klient Uniswap wybiera najtańszą opcję handlu, cenę faktoringu i koszty sieci.", "swap.settings.routingPreference.option.v2.title": "baseny v2", "swap.settings.routingPreference.option.v3.title": "baseny v3", "swap.settings.routingPreference.option.v4.title": "pule v4", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "Opłaty {{tokenSymbol}} nie pozwalają na dokładne, dokładne wyniki. Zamiast tego użyj pola „Sprzedaj”.", "swap.tokenOwnFees": "Niektóre tokeny pobierają opłatę przy zakupie lub sprzedaży, którą ustala wystawca tokena. Uniswap nie otrzymuje żadnych z tych opłat.", "swap.total": "Całkowity", - "swap.tradeRoutes": "Szlaki handlowe", "swap.transaction.deadline": "Termin transakcji", "swap.transaction.revertAfter": "Twoja transakcja zostanie cofnięta, jeśli będzie oczekująca dłużej niż ten okres.", "swap.unsupportedAssets.readMore": "Przeczytaj więcej o nieobsługiwanych zasobach", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Przekroczono limit stawki", "swap.warning.router.message": "Być może utraciłeś połączenie lub sieć nie działa. Jeśli problem będzie się powtarzał, spróbuj ponownie później.", "swap.warning.router.title": "Nie można teraz zakończyć tej transakcji", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} jest zablokowany", "swap.warning.uniswapFee.message.default": "Aby zapewnić najlepszą jakość korzystania z Uniswap, pobierane są opłaty. Z tą zamianą nie wiążą się żadne opłaty.", "swap.warning.uniswapFee.message.included": "Aby zapewnić najlepszą jakość korzystania z Uniswap, pobierane są opłaty i zostały one już uwzględnione w tej wycenie.", "swap.warning.uniswapFee.title": "Opłata za zamianę", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Wykryto opłatę", "token.safety.warning.fotVeryHigh.title": "Wykryto bardzo wysoką opłatę", "token.safety.warning.honeypot.message": "{{tokenSymbol}} został oznaczony jako niesprzedawalny. Zamiana tego tokena może skutkować utratą środków.", - "token.safety.warning.honeypot.title": "Wykryto pułapkę", + "token.safety.warning.honeypot.title": "Wykryto 100% opłatę za sprzedaż", "token.safety.warning.impersonator": "Podszywa się pod inny token", "token.safety.warning.impersonator.title": "Wykryto token podszywający się pod kogoś", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} został oznaczony jako złośliwy.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} został oznaczony jako próba skopiowania innego tokena. Może to nie być token, który chcesz zamienić.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} został oznaczony jako złośliwy przez Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} został oznaczony przez Blockaid jako próbujący skopiować inny token. Może to nie być token, który chcesz wymienić.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} może nie być tokenem, który chcesz wymienić.", "token.safety.warning.malicious.title": "Wykryto złośliwy token", "token.safety.warning.mayResultInLoss": "Zamiana może skutkować utratą środków.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Ten token nie jest również przedmiotem obrotu na wiodących scentralizowanych giełdach w USA.", "token.safety.warning.medium.heading.default_other_also": "Te tokeny nie są też przedmiotem obrotu na wiodących scentralizowanych giełdach amerykańskich.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} nie jest przedmiotem obrotu na wiodących scentralizowanych giełdach w USA.", + "token.safety.warning.notAvailableToTrade": "Niedostępne do handlu", "token.safety.warning.notListedOnExchanges": "Nie jest notowany na wiodących giełdach amerykańskich", - "token.safety.warning.spam.message": "{{tokenSymbol}} został oznaczony jako potencjalny token spamowy.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} został oznaczony jako niesprzedawalny.", + "token.safety.warning.sellFee100.title": "Wykryto 100% opłatę za sprzedaż", + "token.safety.warning.spam.message": "Wiadomość {{tokenSymbol}} została oznaczona jako spam przez Blockaid.", "token.safety.warning.spam.title": "Wykryto token spamowy", "token.safety.warning.spamsUsers": "Spamuje użytkowników", "token.safety.warning.strong.heading.default_one": "Token ten nie jest przedmiotem obrotu na wiodących scentralizowanych giełdach w USA ani nie jest często wymieniany na Uniswap.", "token.safety.warning.strong.heading.default_other": "Tokeny te nie są przedmiotem obrotu na wiodących scentralizowanych giełdach w USA ani nie są często wymieniane na Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} nie jest przedmiotem obrotu na wiodących scentralizowanych giełdach w USA ani nie jest często wymieniany na Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} pobiera opłatę {{feePercent}} przy zakupie lub sprzedaży.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} pobiera opłatę {{buyFeePercent}} przy zakupie i {{sellFeePercent}} przy sprzedaży.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} pobiera opłatę {{feePercent}} przy zakupie.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} pobiera opłatę {{feePercent}} przy sprzedaży.", "token.safetyLevel.blocked.header": "Niedostępne", "token.safetyLevel.blocked.message": "Nie możesz handlować tym tokenem za pomocą portfela Uniswap.", "token.safetyLevel.medium.header": "Ostrożność", diff --git a/packages/uniswap/src/i18n/locales/translations/pt-PT.json b/packages/uniswap/src/i18n/locales/translations/pt-PT.json index 0bfed0b2c4c..94df31767f7 100644 --- a/packages/uniswap/src/i18n/locales/translations/pt-PT.json +++ b/packages/uniswap/src/i18n/locales/translations/pt-PT.json @@ -177,7 +177,6 @@ "common.approvePending": "Aprovação pendente...", "common.approveSpend": "Aprovar gastos em {{symbol}}", "common.approving": "Aprovando", - "common.areYouSure": "Are you sure?", "common.automatic": "Automático", "common.availableIn": "Uniswap disponível em: ", "common.availableOnIOSAndroid": "Disponível para iOS e Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Falha no unwrap", "common.unwrapped": "Unwrap realizado", "common.unwrapping": "Fazendo unwrap", - "common.version": "Versão", "common.view.profile": "View profile", "common.viewOnBlockExplorer": "Ver no Block Explorer", "common.viewOnExplorer": "Ver no Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Criar nível de tarifas", "fee.tier.create.button": "Criar novo nível de tarifas", "fee.tier.create.description": "A criação de um novo nível iniciará em um novo pool e gerará taxas de rede mais altas do que o normal.", - "fee.tier.description": "O valor ganho ao promover negociações. Escolha um valor adequado à sua tolerância a risco e sua estratégia.", - "fee.tier.description.v2": "O valor recebido promover negociações. Todos os pools v2 têm tarifa fixa de 0,3%. Para mais opções, ofereça liquidez no v4.", + "fee.tier.description": "O valor ganho por oferecer liquidez. Escolha um valor compatível com sua tolerância a risco e estratégia.", + "fee.tier.description.v2": "O valor ganho por ofertar liquidez. Todos os pools v2 têm tarifa fixa de 0,3%. Para mais opções, oferte liquidez no v4.", "fee.tier.dynamic": "Dynamic fee tier", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Fornecer liquidez no intervalo completo garante participação contínua no mercado em todos os preços possíveis, oferecendo simplicidade, mas com potencial de perdas inconstantes maiores.", "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", "position.removeHook": "Remove hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", "position.setRange": "Definir intervalo de preços", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "Inserir valores de depósito", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Isso fornece ao Uniswap Protocol acesso ao seu token para trading.", "routing.aggregateLiquidity": "Quando disponível, agrega fontes de liquidez para melhores preços e trocas sem custos de gas.", "routing.cheapest": "O cliente Uniswap seleciona a opção de negociação mais barata, considerando o preço e as taxas de rede.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", "scantastic.code.expired": "Expirado", "scantastic.code.subtitle": "Digite este código no Uniswap Extension. Sua frase de recuperação será criptografada e transferida com segurança.", "scantastic.code.timeRemaining.shorthand.hours": "Novo código em {{hours}} h {{minutes}} min {{seconds}} s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Aprovar na sua carteira", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "A rota de melhor preço custa ~{{gasPrice}} em gas. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", "swap.bridging.estimatedTime": "Tempo estimado", "swap.bridging.title": "Troca entre redes", "swap.bridging.warning.description": "Você está trocando de {{fromNetwork}} para {{toNetwork}}. Isso também é conhecido como \"transferência\", que move seus tokens de uma rede para outra.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "Rede {{chainName}}", "swap.settings.protection.subtitle.unavailable": "Não disponível em {{chainName}}", "swap.settings.protection.title": "Proteção contra troca", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "O cliente Uniswap seleciona a opção de negociação mais barata, considerando o preço e as taxas de rede.", "swap.settings.routingPreference.option.v2.title": "Pools v2", "swap.settings.routingPreference.option.v3.title": "Pools v3", "swap.settings.routingPreference.option.v4.title": "Pools v4", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "As tarifas em {{tokenSymbol}} não possibilitam saídas exatas e precisas. Use o campo \"Vender\".", "swap.tokenOwnFees": "Alguns tokens cobram tarifas quando são comprados ou vendidos. Essas tarifas são definidas pelo emissor do token, e a Uniswap não recebe nenhuma delas.", "swap.total": "Total", - "swap.tradeRoutes": "Trade routes", "swap.transaction.deadline": "Prazo da transação", "swap.transaction.revertAfter": "Sua transação será revertida se ficar pendente por mais tempo que este período.", "swap.unsupportedAssets.readMore": "Leia mais sobre ativos sem suporte", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "O limite de taxa excedeu", "swap.warning.router.message": "Talvez tenha ocorrido perda de conexão ou a rede não esteja operacional. Se o problema persistir, tente novamente mais tarde.", "swap.warning.router.title": "Não é possível concluir esta negociação agora", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "As tarifas são aplicadas para garantir a melhor experiência com a Uniswap. Não há tarifas associadas a esta troca.", "swap.warning.uniswapFee.message.included": "As tarifas são aplicadas para garantir a melhor experiência com a Uniswap e já foram consideradas nesta cotação.", "swap.warning.uniswapFee.title": "Tarifa da troca", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Fee detected", "token.safety.warning.fotVeryHigh.title": "Very high fee detected", "token.safety.warning.honeypot.message": "{{tokenSymbol}} foi sinalizado como invendável. Trocar esse token poderá resultar em perda de seus fundos.", - "token.safety.warning.honeypot.title": "Honeypot detectado", + "token.safety.warning.honeypot.title": "Tarifa de venda de 100% detectada", "token.safety.warning.impersonator": "Impersonates another token", "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} foi sinalizado como malicioso.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} foi marcado como malicioso pela Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} foi marcado pela Blockaid por tentar copiar um token diferente. Este pode não ser o token que você quer fazer swap.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", "token.safety.warning.malicious.title": "Token malicioso detectado", "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Este token também não é negociado nas principais bolsas centralizadas dos EUA.", "token.safety.warning.medium.heading.default_other_also": "Estes tokens também não são negociados nas principais bolsas centralizadas dos EUA.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} não é negociado nas principais bolsas centralizadas dos EUA.", + "token.safety.warning.notAvailableToTrade": "Não disponível para negociação", "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} foi sinalizado como possível token de spam.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} foi marcado como incompatível para venda.", + "token.safety.warning.sellFee100.title": "Tarifa de venda de 100% detectada", + "token.safety.warning.spam.message": "{{tokenSymbol}} foi marcado como spam pela Blockaid.", "token.safety.warning.spam.title": "Token de spam detectado", "token.safety.warning.spamsUsers": "Spams users", "token.safety.warning.strong.heading.default_one": "Este token não é negociado nas principais bolsas centralizadas dos EUA ou trocado com frequência na Uniswap.", "token.safety.warning.strong.heading.default_other": "Estes tokens não são negociados nas principais bolsas centralizadas dos EUA ou trocados com frequência na Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} não é negociado nas principais bolsas centralizadas dos EUA ou trocado com frequência na Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "Para o {{tokenSymbol}}, há uma tarifa de {{buyFeePercent}} na compra e {{sellFeePercent}} na venda.", + "token.safety.warning.tokenChargesFee.buy.message": "Para o {{tokenSymbol}}, há uma tarifa de {{feePercent}} na compra.", + "token.safety.warning.tokenChargesFee.sell.message": "Para o {{tokenSymbol}}, há uma tarifa de {{feePercent}} na venda.", "token.safetyLevel.blocked.header": "Não disponível", "token.safetyLevel.blocked.message": "Você não pode negociar este token usando a carteira Uniswap.", "token.safetyLevel.medium.header": "Cuidado", diff --git a/packages/uniswap/src/i18n/locales/translations/ro-RO.json b/packages/uniswap/src/i18n/locales/translations/ro-RO.json index 0906772fdfb..16580c45a14 100644 --- a/packages/uniswap/src/i18n/locales/translations/ro-RO.json +++ b/packages/uniswap/src/i18n/locales/translations/ro-RO.json @@ -177,7 +177,6 @@ "common.approvePending": "În curs de aprobare...", "common.approveSpend": "Aprobați cheltuielile de {{symbol}}", "common.approving": "Aprobarea", - "common.areYouSure": "Esti sigur?", "common.automatic": "Auto", "common.availableIn": "Uniswap disponibil în: ", "common.availableOnIOSAndroid": "Disponibil pe iOS și Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Desfacerea eșuată", "common.unwrapped": "Desfăcut", "common.unwrapping": "Desfacerea", - "common.version": "Versiune", "common.view.profile": "Vezi profilul", "common.viewOnBlockExplorer": "Vizualizați în Block Explorer", "common.viewOnExplorer": "Vizualizare pe Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Creați un nivel de taxe", "fee.tier.create.button": "Creați un nou nivel de taxe", "fee.tier.create.description": "Crearea unui nou nivel se va inițializa într-un grup nou și va avea ca rezultat costuri de rețea mai mari decât de obicei.", - "fee.tier.description": "Suma câștigată facilitând tranzacțiile. Alegeți o sumă care se potrivește cu toleranța și strategia dvs. la risc.", - "fee.tier.description.v2": "Suma câștigată facilitând tranzacțiile. Toate pool-urile v2 au taxe fixe de 0,3%. Pentru mai multe opțiuni, furnizați lichiditate pe v4.", + "fee.tier.description": "Suma câștigată oferind lichiditate. Alegeți o sumă care se potrivește cu toleranța și strategia dvs. la risc.", + "fee.tier.description.v2": "Suma câștigată oferind lichiditate. Toate pool-urile v2 au taxe fixe de 0,3%. Pentru mai multe opțiuni, furnizați lichiditate pe v4.", "fee.tier.dynamic": "Nivelul de taxe dinamic", "fee.tier.dynamic.create": "Crearea unui nivel dinamic de taxe", "fee.tier.dynamic.create.info": "Sunteți pe cale să creați un pool cu un nivel de taxe dinamic. Înainte de a continua, asigurați-vă că cârligul selectat acceptă taxe dinamice.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Furnizarea de lichiditate completă asigură participarea continuă pe piață la toate prețurile posibile, oferind simplitate, dar cu potențial de pierdere temporară mai mare.", "position.provide.liquidityDescription.custom": "Gama personalizată vă permite să vă concentrați lichiditatea în limite specifice de preț, sporind eficiența capitalului și câștigurile din comisioane, dar necesitând o gestionare mai activă.", "position.removeHook": "Scoateți cârligul", - "position.resetDescription": "Selecțiile dvs. de jetoane, preț și intervale vor fi resetate.", "position.setRange": "Setați intervalul de preț", "position.setRange.inputsBelow": "Utilizați intrările de mai jos pentru a vă seta intervalul.", "position.step.deposit": "Introduceți sumele de depozit", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Acest lucru oferă protocolul Uniswap acces la jetonul dvs. pentru tranzacționare.", "routing.aggregateLiquidity": "Când este disponibil, cumulează sursele de lichiditate pentru prețuri mai bune și swap fără gaz.", "routing.cheapest": "Clientul Uniswap selectează cea mai ieftină opțiune de tranzacționare factoring prețul și costurile de rețea.", - "routing.cheapest.v4": "Clientul Uniswap selectează opțiunea de tranzacționare optimă luând în considerare prețul și costurile de rețea.", "scantastic.code.expired": "Expirat", "scantastic.code.subtitle": "Introduceți acest cod în extensia Uniswap. Fraza dvs. de recuperare va fi criptată și transferată în siguranță.", "scantastic.code.timeRemaining.shorthand.hours": "Cod nou în {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Aprobați în portofel", "swap.balance.amount": "Sold: {{amount}}", "swap.bestRoute.cost": "Ruta cu cel mai bun preț costă ~{{gasPrice}} în benzină. ", - "swap.bestRoute.cost.v4": "Ruta optimă costă ~{{gasPrice}} în gaz. ", "swap.bridging.estimatedTime": "EST. timp", "swap.bridging.title": "Schimbarea între rețele", "swap.bridging.warning.description": "Schimbați de la {{fromNetwork}} la {{toNetwork}}. Acest lucru este cunoscut și sub denumirea de „punte”, care vă mută jetoanele de la o rețea la alta.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Rețea", "swap.settings.protection.subtitle.unavailable": "Nu este disponibil pe {{chainName}}", "swap.settings.protection.title": "Protecție la schimb", - "swap.settings.routingPreference.option.default.description": "Clientul Uniswap selectează cea mai ieftină opțiune de tranzacționare luând în considerare prețul și costurile de rețea.", - "swap.settings.routingPreference.option.default.description.v4": "Clientul Uniswap selectează opțiunea de tranzacționare optimă luând în considerare prețul și costurile de rețea.", + "swap.settings.routingPreference.option.default.description": "Clientul Uniswap selectează cea mai ieftină opțiune de tranzacționare factoring prețul și costurile de rețea.", "swap.settings.routingPreference.option.v2.title": "piscine v2", "swap.settings.routingPreference.option.v3.title": "piscine v3", "swap.settings.routingPreference.option.v4.title": "piscine v4", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "Taxele {{tokenSymbol}} nu permit rezultate exacte exacte. Utilizați în schimb câmpul „Vânzare”.", "swap.tokenOwnFees": "Unele jetoane percep o taxă atunci când sunt cumpărate sau vândute, care este stabilită de emitentul token-ului. Uniswap nu primește niciuna dintre aceste taxe.", "swap.total": "Total", - "swap.tradeRoutes": "Rute comerciale", "swap.transaction.deadline": "Termenul limită pentru tranzacție", "swap.transaction.revertAfter": "Tranzacția dvs. va reveni dacă este în așteptare mai mult de această perioadă de timp.", "swap.unsupportedAssets.readMore": "Citiți mai multe despre materialele neacceptate", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Limita ratei a fost depășită", "swap.warning.router.message": "Este posibil să fi pierdut conexiunea sau rețeaua poate fi oprită. Dacă problema persistă, încercați din nou mai târziu.", "swap.warning.router.title": "Această tranzacție nu poate fi finalizată acum", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} este blocat", "swap.warning.uniswapFee.message.default": "Se aplică taxe pentru a asigura cea mai bună experiență cu Uniswap. Nu există nicio taxă asociată cu acest swap.", "swap.warning.uniswapFee.message.included": "Taxele sunt aplicate pentru a asigura cea mai bună experiență cu Uniswap și au fost deja luate în considerare în această cotație.", "swap.warning.uniswapFee.title": "Taxa de schimb", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Taxa detectată", "token.safety.warning.fotVeryHigh.title": "A fost detectată o taxă foarte mare", "token.safety.warning.honeypot.message": "{{tokenSymbol}} a fost semnalat ca nevândubil. Schimbarea acestui token poate duce la pierderea fondurilor dumneavoastră.", - "token.safety.warning.honeypot.title": "Honeypot detectat", + "token.safety.warning.honeypot.title": "Taxa de vânzare 100% detectată", "token.safety.warning.impersonator": "Uzurpă identitatea unui alt simbol", "token.safety.warning.impersonator.title": "A fost detectat un simbol de imitator", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} a fost semnalat ca rău intenționat.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} a fost semnalat ca o încercare de a copia un alt simbol. Este posibil să nu fie simbolul pe care doriți să îl schimbați.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} a fost semnalat ca fiind rău intenționat de Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} a fost semnalat de Blockaid pentru că a încercat să copieze un alt simbol. Este posibil să nu fie simbolul pe care doriți să îl schimbați.", "token.safety.warning.malicious.impersonator.message.short": "Este posibil ca {{tokenSymbol}} să nu fie simbolul pe care doriți să îl schimbați.", "token.safety.warning.malicious.title": "A fost detectat un simbol rău intenționat", "token.safety.warning.mayResultInLoss": "Schimbarea acestuia poate duce la o pierdere de fonduri.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "De asemenea, acest token nu este tranzacționat pe principalele burse centralizate din SUA.", "token.safety.warning.medium.heading.default_other_also": "De asemenea, aceste jetoane nu sunt tranzacționate pe principalele burse centralizate din SUA.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} nu este tranzacționat pe principalele burse centralizate din SUA.", + "token.safety.warning.notAvailableToTrade": "Nu este disponibil pentru tranzacționare", "token.safety.warning.notListedOnExchanges": "Nu este listat la bursele de top din SUA", - "token.safety.warning.spam.message": "{{tokenSymbol}} a fost semnalat ca un potențial indicativ de spam.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} a fost semnalat ca nevândubil.", + "token.safety.warning.sellFee100.title": "Taxa de vânzare 100% detectată", + "token.safety.warning.spam.message": "{{tokenSymbol}} a fost semnalat ca spam de Blockaid.", "token.safety.warning.spam.title": "Indicativ de spam detectat", "token.safety.warning.spamsUsers": "Spam utilizatorii", "token.safety.warning.strong.heading.default_one": "Acest token nu este tranzacționat pe principalele burse centralizate din SUA sau schimbat frecvent pe Uniswap.", "token.safety.warning.strong.heading.default_other": "Aceste jetoane nu sunt tranzacționate pe principalele burse centralizate din SUA sau schimbate frecvent pe Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} nu este tranzacționat pe principalele burse centralizate din SUA sau schimbat frecvent pe Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} percepe o taxă de {{feePercent}} atunci când este cumpărat sau vândut.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} percepe o taxă de {{buyFeePercent}} când este cumpărat și {{sellFeePercent}} când este vândut.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} percepe o taxă de {{feePercent}} atunci când este cumpărat.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} percepe o taxă de {{feePercent}} la vânzare.", "token.safetyLevel.blocked.header": "Nu este disponibil", "token.safetyLevel.blocked.message": "Nu puteți tranzacționa acest token utilizând portofelul Uniswap.", "token.safetyLevel.medium.header": "Prudență", diff --git a/packages/uniswap/src/i18n/locales/translations/ru-RU.json b/packages/uniswap/src/i18n/locales/translations/ru-RU.json index 8ab083bde1f..e10a1e6b306 100644 --- a/packages/uniswap/src/i18n/locales/translations/ru-RU.json +++ b/packages/uniswap/src/i18n/locales/translations/ru-RU.json @@ -177,7 +177,7 @@ "common.approvePending": "Ожидается утверждение…", "common.approveSpend": "Утвердить расходы {{symbol}}", "common.approving": "Утверждение", - "common.areYouSure": "Are you sure?", + "common.areYouSure": "Вы уверены?", "common.automatic": "Авто", "common.availableIn": "Сервис Uniswap доступен в: ", "common.availableOnIOSAndroid": "Доступно на устройствах iOS и Android", @@ -490,11 +490,11 @@ "common.price": "Цена", "common.priceImpact": "Предупреждение о влиянии на цену", "common.priceUpdated": "Цена обновлена", - "common.privacyChoices": "Your Privacy Choices", - "common.privacyChoices.checkbox.description": "When checked, we will not share your data with third-party partners for personalized advertising. You can enable sharing anytime by unchecking this box.", - "common.privacyChoices.checkbox.label": "Do not share my information", - "common.privacyChoices.description": "We may share device identifiers with our advertising partners to promote our services on other websites and platforms. Where this qualifies as selling, sharing or targeted advertising under applicable laws, you can opt out by checking the \"do not share my information\" box. For more information about our privacy practices please review our Privacy Policy.", - "common.privacyChoices.disclaimer": "Please note that your selection will apply only to this browser on this device. You can also opt out by enabling the Global Privacy Control setting within the browser that you use to access our services. To see more options, go to your settings.", + "common.privacyChoices": "Ваши настройки конфиденциальности", + "common.privacyChoices.checkbox.description": "Если флажок установлен, мы не будем передавать ваши данные сторонним партнерам для персонализированной рекламы. Вы можете в любое время разрешить передачу данных, сняв этот флажок.", + "common.privacyChoices.checkbox.label": "Не передавать мои данные", + "common.privacyChoices.description": "Мы можем передавать нашим рекламным партнерам идентификаторы устройств для продвижения своих услуг на других веб-сайтах и платформах. Согласно применимым законам вы можете запретить продажу и передачу данных, а также их использование для таргетинга объявлений, установив флажок «Не передавать мои данные». Подробную информацию о наших мерах по обеспечению конфиденциальности можно найти в нашей Политике конфиденциальности.", + "common.privacyChoices.disclaimer": "Обратите внимание, что выбранные вами параметры будут применены только к этому браузеру на данном устройстве. Вы также можете отказаться от передачи данных, активировав параметр Global Privacy Control (Глобальный контроль конфиденциальности) в браузере, который используете для получения доступа к нашим услугам. Дополнительные параметры можно найти в настройках.", "common.privacyPolicy": "Политика конфиденциальности", "common.proceed": "Продолжить", "common.proceedInWallet": "Продолжить в своем кошельке", @@ -650,7 +650,6 @@ "common.unwrap.failed": "Ошибка развертывания", "common.unwrapped": "Развернуто", "common.unwrapping": "Развертывание", - "common.version": "Версия", "common.view.profile": "Просмотреть профиль", "common.viewOnBlockExplorer": "Открыть в обозревателе блоков", "common.viewOnExplorer": "Открыть в обозревателе", @@ -837,11 +836,11 @@ "fee.tier.create": "Создать уровень комиссии", "fee.tier.create.button": "Создать новый уровень комиссии", "fee.tier.create.description": "Создание нового уровня приведет к инициализации нового пула и к более высоким, чем обычно, комиссиям сети.", - "fee.tier.description": "Сумма, заработанная за содействие в совершении торговых сделок. Выберите сумму, которая соответствует вашей стратегии и уровню устойчивости к рискам.", - "fee.tier.description.v2": "Сумма, заработанная за содействие в совершении торговых сделок. Все пулы v2 имеют фиксированные комиссии в размере 0,3 %. Для получения дополнительных опций предоставьте ликвидность в v4.", - "fee.tier.dynamic": "Уровень динамической комиссии", - "fee.tier.dynamic.create": "Создание уровня динамической комиссии", - "fee.tier.dynamic.create.info": "Вы собираетесь создать пул с уровнем динамической комиссии. Прежде чем продолжить, убедитесь, что выбранный хук поддерживает динамические комиссии.", + "fee.tier.description": "Сумма, заработанная за предоставление ликвидности. Выберите сумму, которая соответствует вашей стратегии и уровню устойчивости к рискам.", + "fee.tier.description.v2": "Сумма, заработанная за предоставление ликвидности. Все пулы v2 имеют фиксированные комиссии в размере 0,3 %. Для получения дополнительных опций предоставьте ликвидность в v4.", + "fee.tier.dynamic": "Динамический уровень комиссии", + "fee.tier.dynamic.create": "Создание динамического уровня комиссии", + "fee.tier.dynamic.create.info": "Вы собираетесь создать пул с динамическим уровнем комиссии. Прежде чем продолжить, убедитесь, что выбранный хук поддерживает динамические комиссии.", "fee.tier.label": "Процент (%), который вы заработаете в виде комиссий", "fee.tier.missing.description": "Не можете найти нужный уровень?", "fee.tier.new": "Новый уровень", @@ -1492,7 +1491,7 @@ "position.provide.liquidityDescription": "Предоставление полного спектра ликвидности гарантирует постоянное участие на рынке по всем возможным ценам, обеспечивая простоту, но с потенциалом более высоких непостоянных потерь.", "position.provide.liquidityDescription.custom": "Настраиваемый диапазон позволяет сконцентрировать ликвидность в конкретных пределах цены, что повышает эффективность капитала и полученные комиссии, но требует более активного управления.", "position.removeHook": "Удалить хук", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.resetDescription": "Ваши настройки токенов, цены и диапазона будут сброшены.", "position.setRange": "Установить ценовой диапазон", "position.setRange.inputsBelow": "Для настройки диапазона используйте входные данные ниже.", "position.step.deposit": "Введите суммы депозита", @@ -1540,7 +1539,7 @@ "revoke.failed.message": "Это обеспечивает протоколу Uniswap доступ к вашему токену для трейдинга.", "routing.aggregateLiquidity": "Если доступно, агрегирует источники ликвидности для более выгодных цен и свопов без газа.", "routing.cheapest": "Клиент Uniswap выбирает самый дешевый вариант торговли с учетом цены и комиссий сети.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "Клиент Uniswap выбирает оптимальный вариант торговли с учетом цены и комиссий сети.", "scantastic.code.expired": "Истек срок действия", "scantastic.code.subtitle": "Введите этот код в расширение Uniswap. Ваша фраза восстановления будет надежно зашифрована и передана.", "scantastic.code.timeRemaining.shorthand.hours": "Новый код через {{hours}} ч. {{minutes}} мин. {{seconds}} с.", @@ -1761,7 +1760,7 @@ "swap.approveInWallet": "Утвердить в кошельке", "swap.balance.amount": "Баланс: {{amount}}", "swap.bestRoute.cost": "Маршрут по лучшей цене со стоимостью газа прибл. {{gasPrice}}. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "Оптимальный маршрут со стоимостью газа прибл. {{gasPrice}}.", "swap.bridging.estimatedTime": "Прибл. время", "swap.bridging.title": "Своп между сетями", "swap.bridging.warning.description": "Вы выполняете своп из {{fromNetwork}} в {{toNetwork}}. Такая операция, также известная как создание «моста», перемещает ваши токены из одной сети в другую.", @@ -1847,8 +1846,8 @@ "swap.settings.protection.subtitle.supported": "Сеть {{chainName}}", "swap.settings.protection.subtitle.unavailable": "Недоступно в {{chainName}}", "swap.settings.protection.title": "Защита свопа", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Клиент Uniswap выбирает самый дешевый вариант торговли с учетом цены и комиссий сети.", + "swap.settings.routingPreference.option.default.description.v4": "Клиент Uniswap выбирает оптимальный вариант торговли с учетом цены и комиссий сети.", "swap.settings.routingPreference.option.v2.title": "Пулы V2", "swap.settings.routingPreference.option.v3.title": "Пулы V3", "swap.settings.routingPreference.option.v4.title": "Пулы V4", @@ -1877,7 +1876,7 @@ "swap.taxTooltip.tokenSelected": "Комиссия {{tokenSymbol}} не позволяет получить точные результаты. Вместо этого используйте поле «Продать».", "swap.tokenOwnFees": "При покупке или продаже некоторых токенов взимается комиссия, устанавливаемая эмитентом токенов. Uniswap не получает никаких из этих комиссий.", "swap.total": "Всего", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "Торговые маршруты", "swap.transaction.deadline": "Конечный срок транзакции", "swap.transaction.revertAfter": "Ваша транзакция будет отменена, если она будет находиться в состоянии ожидания дольше указанного периода времени.", "swap.unsupportedAssets.readMore": "Подробнее о неподдерживаемых активах…", @@ -1916,6 +1915,7 @@ "swap.warning.rateLimit.title": "Превышен лимит запросов", "swap.warning.router.message": "Возможно, потеряно соединение или в сети случился сбой. Если проблема не устранена, повторите попытку позже.", "swap.warning.router.title": "На данный момент невозможно выполнить эту сделку", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Для обеспечения наилучшего опыта работы в Uniswap взимаются комиссии. Комиссия за этот своп не предусмотрена.", "swap.warning.uniswapFee.message.included": "Комиссия взимается для обеспечения наилучшего опыта работы в Uniswap и уже учтена в этой котировке.", "swap.warning.uniswapFee.title": "Комиссия за своп", @@ -1990,33 +1990,37 @@ "token.safety.warning.blocked.description.named": "Вы не можете торговать {{tokenSymbol}} с помощью приложения Uniswap.", "token.safety.warning.dontShowWarningAgain": "Больше не показывать мне это предупреждение", "token.safety.warning.doYourOwnResearch": "Всегда проверяйте информацию, прежде чем действовать.", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "Взимает комиссию , когда {{action}}", + "token.safety.warning.flaggedAsMalicious": "Помечен как вредоносный", + "token.safety.warning.fotHigh.title": "Обнаружена высокая комиссия", + "token.safety.warning.fotLow.title": "Обнаружена комиссия", + "token.safety.warning.fotVeryHigh.title": "Обнаружена очень высокая комиссия", "token.safety.warning.honeypot.message": "{{tokenSymbol}} помечен как не подлежащий продаже. Обмен этого токена может привести к потере ваших средств.", - "token.safety.warning.honeypot.title": "Обнаружен ресурс Honeypot", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "Токен {{tokenSymbol}} помечен как вредоносный.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "Обнаружена комиссия за продажу в размере 100 %", + "token.safety.warning.impersonator": "Выдает себя за другой токен", + "token.safety.warning.impersonator.title": "Обнаружен токен, выдающий себя за другие", + "token.safety.warning.malicious.general.message": "Токен {{tokenSymbol}} помечен как вредоносный в Blockaid.", + "token.safety.warning.malicious.impersonator.message": "На токен {{tokenSymbol}} поступают жалобы в Blockaid в связи с попыткой имитировать другой токен. Возможно, это не тот токен, с которым вы хотите выполнить своп.", + "token.safety.warning.malicious.impersonator.message.short": "Возможно, {{tokenSymbol}} не тот токен, с которым вы хотите выполнить своп.", "token.safety.warning.malicious.title": "Обнаружен вредоносный токен", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "Его своп может привести к потере средств.", "token.safety.warning.medium.heading.default_one": "Этот токен не торгуется на ведущих централизованных криптовалютных биржах США.", "token.safety.warning.medium.heading.default_other": "Эти токены не торгуются на ведущих централизованных криптовалютных биржах США.", "token.safety.warning.medium.heading.default_one_also": "Этот токен также не торгуется на ведущих централизованных криптовалютных биржах США.", "token.safety.warning.medium.heading.default_other_also": "Эти токены также не торгуются на ведущих централизованных криптовалютных биржах США.", "token.safety.warning.medium.heading.named": "Токен {{tokenSymbol}} не торгуется на ведущих централизованных криптовалютных биржах США.", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "Токен {{tokenSymbol}} помечен как потенциальный спам-токен.", + "token.safety.warning.notListedOnExchanges": "Не котируется на ведущих криптовалютных биржах США", + "token.safety.warning.sellFee100.message": "Токен {{ tokenSymbol }} помечен как непригодный для продажи.", + "token.safety.warning.sellFee100.title": "Обнаружена комиссия за продажу в размере 100 %", + "token.safety.warning.spam.message": "Токен {{tokenSymbol}} помечен как спам в Blockaid.", "token.safety.warning.spam.title": "Обнаружен спам-токен", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "Распространяет спам среди пользователей", "token.safety.warning.strong.heading.default_one": "Этот токен не торгуется на ведущих централизованных криптовалютных биржах США и редко обменивается на Uniswap.", "token.safety.warning.strong.heading.default_other": "Эти токены не торгуются на ведущих централизованных криптовалютных биржах США и редко обмениваются на Uniswap.", "token.safety.warning.strong.heading.named": "Токен {{tokenSymbol}} не торгуется на ведущих централизованных криптовалютных биржах США и редко обменивается на Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} взимает комиссию в размере {{buyFeePercent}} при покупке и {{sellFeePercent}} при продаже.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} взимает комиссию в размере {{feePercent}} при покупке.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} взимает комиссию в размере {{feePercent}} при продаже.", "token.safetyLevel.blocked.header": "Недоступно", "token.safetyLevel.blocked.message": "Вы не можете торговать этим токеном с помощью кошелька Uniswap.", "token.safetyLevel.medium.header": "Предупреждение", diff --git a/packages/uniswap/src/i18n/locales/translations/sl-SI.json b/packages/uniswap/src/i18n/locales/translations/sl-SI.json index c0682e30c42..23ef265bc29 100644 --- a/packages/uniswap/src/i18n/locales/translations/sl-SI.json +++ b/packages/uniswap/src/i18n/locales/translations/sl-SI.json @@ -177,7 +177,6 @@ "common.approvePending": "Odobritev v teku...", "common.approveSpend": "Odobrite {{symbol}} porabo", "common.approving": "Odobritev", - "common.areYouSure": "Ali si prepričan?", "common.automatic": "Avto", "common.availableIn": "Uniswap na voljo v: ", "common.availableOnIOSAndroid": "Na voljo za iOS in Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Odvijanje ni uspelo", "common.unwrapped": "Odvito", "common.unwrapping": "Odvijanje", - "common.version": "Različica", "common.view.profile": "Prikaži profil", "common.viewOnBlockExplorer": "Oglejte si Block Explorer", "common.viewOnExplorer": "Ogled v Raziskovalcu", @@ -837,8 +835,8 @@ "fee.tier.create": "Ustvarite stopnjo provizije", "fee.tier.create.button": "Ustvarite novo stopnjo provizije", "fee.tier.create.description": "Ustvarjanje nove ravni se bo inicializiralo v novem bazenu in povzročilo višje stroške omrežja od običajnih.", - "fee.tier.description": "Znesek, zaslužen z olajšanjem trgovanja. Izberite znesek, ki ustreza vaši toleranci tveganja in strategiji.", - "fee.tier.description.v2": "Znesek, zaslužen z olajšanjem trgovanja. Vsa združenja v2 imajo fiksne 0,3-odstotne provizije. Za več možnosti zagotovite likvidnost na v4.", + "fee.tier.description": "Zasluženi znesek, ki zagotavlja likvidnost. Izberite znesek, ki ustreza vaši toleranci tveganja in strategiji.", + "fee.tier.description.v2": "Zasluženi znesek, ki zagotavlja likvidnost. Vsa združenja v2 imajo fiksne 0,3-odstotne provizije. Za več možnosti zagotovite likvidnost na v4.", "fee.tier.dynamic": "Dinamična stopnja provizije", "fee.tier.dynamic.create": "Ustvarjanje dinamične stopnje nadomestil", "fee.tier.dynamic.create.info": "Ustvarili boste skupino z dinamično stopnjo nadomestil. Preden nadaljujete, se prepričajte, da izbrani kavelj podpira dinamične provizije.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Zagotavljanje celotnega obsega likvidnosti zagotavlja stalno udeležbo na trgu pri vseh možnih cenah, kar ponuja preprostost, vendar s potencialom večje trajne izgube.", "position.provide.liquidityDescription.custom": "Razpon po meri vam omogoča, da koncentrirate svojo likvidnost znotraj določenih cenovnih meja, s čimer izboljšate kapitalsko učinkovitost in zaslužek od provizij, vendar zahtevate bolj aktivno upravljanje.", "position.removeHook": "Odstranite kavelj", - "position.resetDescription": "Vaši izbori žetonov, cene in obsega bodo ponastavljeni.", "position.setRange": "Nastavite cenovni razpon", "position.setRange.inputsBelow": "Za nastavitev obsega uporabite spodnje vnose.", "position.step.deposit": "Vnesite zneske depozita", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "To omogoča dostop protokola Uniswap do vašega žetona za trgovanje.", "routing.aggregateLiquidity": "Ko je na voljo, združuje vire likvidnosti za boljše cene in zamenjave brez plina.", "routing.cheapest": "Odjemalec Uniswap izbere najcenejšo trgovinsko možnost, upoštevajoč ceno in stroške omrežja.", - "routing.cheapest.v4": "Odjemalec Uniswap izbere optimalno možnost trgovanja ob upoštevanju cene in stroškov omrežja.", "scantastic.code.expired": "potekel", "scantastic.code.subtitle": "Vnesite to kodo v razširitev Uniswap. Vaš obnovitveni stavek bo varno šifriran in prenesen.", "scantastic.code.timeRemaining.shorthand.hours": "Nova koda čez {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Odobri v svoji denarnici", "swap.balance.amount": "Stanje: {{amount}}", "swap.bestRoute.cost": "Pot po najboljši ceni stane ~{{gasPrice}} goriva. ", - "swap.bestRoute.cost.v4": "Optimalna pot stane ~{{gasPrice}} plina. ", "swap.bridging.estimatedTime": "Ocena čas", "swap.bridging.title": "Zamenjava med omrežji", "swap.bridging.warning.description": "Zamenjavate iz {{fromNetwork}} v {{toNetwork}}. To je znano tudi kot \"premostitev\", ki premakne vaše žetone iz enega omrežja v drugo.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Omrežje", "swap.settings.protection.subtitle.unavailable": "Ni na voljo na {{chainName}}", "swap.settings.protection.title": "Zaščita pred zamenjavo", - "swap.settings.routingPreference.option.default.description": "Odjemalec Uniswap izbere najcenejšo možnost trgovanja ob upoštevanju cene in stroškov omrežja.", - "swap.settings.routingPreference.option.default.description.v4": "Odjemalec Uniswap izbere optimalno možnost trgovanja ob upoštevanju cene in stroškov omrežja.", + "swap.settings.routingPreference.option.default.description": "Odjemalec Uniswap izbere najcenejšo trgovinsko možnost, upoštevajoč ceno in stroške omrežja.", "swap.settings.routingPreference.option.v2.title": "bazeni v2", "swap.settings.routingPreference.option.v3.title": "v3 bazeni", "swap.settings.routingPreference.option.v4.title": "v4 bazeni", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} pristojbine ne omogočajo natančnih natančnih rezultatov. Namesto tega uporabite polje »Prodaja«.", "swap.tokenOwnFees": "Nekateri žetoni ob nakupu ali prodaji zaračunajo provizijo, ki jo določi izdajatelj žetona. Uniswap ne prejme nobene od teh pristojbin.", "swap.total": "Skupaj", - "swap.tradeRoutes": "Trgovske poti", "swap.transaction.deadline": "Rok transakcije", "swap.transaction.revertAfter": "Vaša transakcija bo razveljavljena, če je na čakanju dlje od tega časa.", "swap.unsupportedAssets.readMore": "Preberite več o nepodprtih sredstvih", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Omejitev stopnje je presežena", "swap.warning.router.message": "Morda ste izgubili povezavo ali pa je omrežje prekinjeno. Če težave ne odpravite, poskusite znova pozneje.", "swap.warning.router.title": "Te trgovine trenutno ni mogoče zaključiti", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} je blokiran", "swap.warning.uniswapFee.message.default": "Za zagotovitev najboljše izkušnje z Uniswap se uporabljajo pristojbine. S to zamenjavo ni nobene provizije.", "swap.warning.uniswapFee.message.included": "Provizije se uporabljajo za zagotovitev najboljše izkušnje z Uniswap in so že vključene v to ponudbo.", "swap.warning.uniswapFee.title": "Provizija za zamenjavo", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Zaznana pristojbina", "token.safety.warning.fotVeryHigh.title": "Zaznana zelo visoka pristojbina", "token.safety.warning.honeypot.message": "{{tokenSymbol}} je bilo označeno kot neprodajno. Zamenjava tega žetona lahko povzroči izgubo vaših sredstev.", - "token.safety.warning.honeypot.title": "Honeypot zaznan", + "token.safety.warning.honeypot.title": "Zaznana 100-odstotna provizija za prodajo", "token.safety.warning.impersonator": "Pooseblja drug žeton", "token.safety.warning.impersonator.title": "Zaznan žeton imitatorja", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} je bilo označeno kot zlonamerno.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} je bil označen kot poskus kopiranja drugega žetona. Morda to ni žeton, ki ga želite zamenjati.", + "token.safety.warning.malicious.general.message": "Blockaid je {{tokenSymbol}} označil kot zlonamerno.", + "token.safety.warning.malicious.impersonator.message": "Blockaid je označil {{tokenSymbol}} zaradi poskusa kopiranja drugega žetona. Morda to ni žeton, ki ga želite zamenjati.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} morda ni žeton, ki ga želite zamenjati.", "token.safety.warning.malicious.title": "Zaznan zlonamerni žeton", "token.safety.warning.mayResultInLoss": "Zamenjava lahko povzroči izgubo sredstev.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "S tem žetonom se tudi ne trguje na vodilnih centraliziranih borzah v ZDA.", "token.safety.warning.medium.heading.default_other_also": "S temi žetoni se tudi ne trguje na vodilnih centraliziranih borzah v ZDA.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} se ne trguje na vodilnih centraliziranih borzah v ZDA.", + "token.safety.warning.notAvailableToTrade": "Ni na voljo za trgovanje", "token.safety.warning.notListedOnExchanges": "Ni uvrščen na vodilne ameriške borze", - "token.safety.warning.spam.message": "{{tokenSymbol}} je bil označen kot potencialni žeton neželene pošte.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} je bilo označeno kot neprodajno.", + "token.safety.warning.sellFee100.title": "Zaznana 100-odstotna provizija za prodajo", + "token.safety.warning.spam.message": "Blockaid je {{tokenSymbol}} označil kot vsiljeno pošto.", "token.safety.warning.spam.title": "Zaznan žeton neželene pošte", "token.safety.warning.spamsUsers": "Spam uporabnikom", "token.safety.warning.strong.heading.default_one": "S tem žetonom se ne trguje na vodilnih centraliziranih borzah v ZDA ali pogosto zamenja na Uniswap.", "token.safety.warning.strong.heading.default_other": "S temi žetoni se ne trguje na vodilnih centraliziranih borzah v ZDA ali se pogosto menjajo na Uniswap.", "token.safety.warning.strong.heading.named": "Z {{tokenSymbol}} se ne trguje na vodilnih centraliziranih borzah v ZDA ali pogosto zamenja na Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} zaračuna {{feePercent}} pristojbino ob nakupu ali prodaji.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} zaračuna {{buyFeePercent}} pristojbino ob nakupu in {{sellFeePercent}} ob prodaji.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} ob nakupu zaračuna pristojbino {{feePercent}} .", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} ob prodaji zaračuna pristojbino {{feePercent}} .", "token.safetyLevel.blocked.header": "Ni na voljo", "token.safetyLevel.blocked.message": "S tem žetonom ne morete trgovati z denarnico Uniswap.", "token.safetyLevel.medium.header": "Previdnost", diff --git a/packages/uniswap/src/i18n/locales/translations/sr-SP.json b/packages/uniswap/src/i18n/locales/translations/sr-SP.json index 56a8ca88976..53618a3268f 100644 --- a/packages/uniswap/src/i18n/locales/translations/sr-SP.json +++ b/packages/uniswap/src/i18n/locales/translations/sr-SP.json @@ -177,7 +177,6 @@ "common.approvePending": "Одобрење чекању...", "common.approveSpend": "Одобрите {{symbol}} потрошњу", "common.approving": "Одобравање", - "common.areYouSure": "Јеси ли сигуран?", "common.automatic": "Ауто", "common.availableIn": "Унисвап доступан у: ", "common.availableOnIOSAndroid": "Доступно на иОС-у и Андроид-у", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Одмотавање није успело", "common.unwrapped": "Унвраппед", "common.unwrapping": "Унвраппинг", - "common.version": "верзија", "common.view.profile": "View profile", "common.viewOnBlockExplorer": "Поглед на Блоцк Екплорер", "common.viewOnExplorer": "Поглед на Екплорер", @@ -837,8 +835,8 @@ "fee.tier.create": "Креирајте ниво накнаде", "fee.tier.create.button": "Креирајте нови ниво накнаде", "fee.tier.create.description": "Креирање новог нивоа ће иницијализовати у новом базену и резултовати вишим од уобичајених трошковима мреже.", - "fee.tier.description": "Износ зарађен олакшавањем трговања. Изаберите износ који одговара вашој толеранцији на ризик и стратегији.", - "fee.tier.description.v2": "Износ зарађен олакшавањем трговања. Сви в2 базени имају фиксне накнаде од 0,3%. За више опција, обезбедите ликвидност на в4.", + "fee.tier.description": "The amount earned providing liquidity. Choose an amount that suits your risk tolerance and strategy.", + "fee.tier.description.v2": "The amount earned providing liquidity. All v2 pools have fixed 0.3% fees. For more options, provide liquidity on v4.", "fee.tier.dynamic": "Dynamic fee tier", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Обезбеђивање ликвидности у пуном опсегу осигурава континуирано учешће на тржишту преко свих могућих цена, нуди једноставност, али и потенцијал за већи привремени губитак.", "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", "position.removeHook": "Remove hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", "position.setRange": "Поставите распон цена", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "Унесите износе депозита", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Ово пружа Унисвап протоколу приступ вашем токену за трговање.", "routing.aggregateLiquidity": "Када су доступни, обједињује изворе ликвидности за боље цене и размену без гаса.", "routing.cheapest": "Унисвап клијент бира најјефтинију трговинску опцију факторинг цене и мрежних трошкова.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", "scantastic.code.expired": "Истекао", "scantastic.code.subtitle": "Унесите овај код у Унисвап екстензију. Ваша фраза за опоравак ће бити безбедно шифрована и пренета.", "scantastic.code.timeRemaining.shorthand.hours": "Нови код за {{hours}}х {{minutes}}м {{seconds}}с", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Одобрите у свом новчанику", "swap.balance.amount": "Стање: {{amount}}", "swap.bestRoute.cost": "Најбоља цена руте кошта ~{{gasPrice}} у гасу. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", "swap.bridging.estimatedTime": "Процењено време", "swap.bridging.title": "Замена преко мрежа", "swap.bridging.warning.description": "Мењате са {{fromNetwork}} на {{toNetwork}}. Ово је такође познато као „повезивање“, што премешта ваше токене са једне мреже на другу.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Мрежа", "swap.settings.protection.subtitle.unavailable": "Није доступно на {{chainName}}", "swap.settings.protection.title": "Свап Протецтион", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Унисвап клијент бира најјефтинију трговинску опцију факторинг цене и мрежних трошкова.", "swap.settings.routingPreference.option.v2.title": "в2 базени", "swap.settings.routingPreference.option.v3.title": "в3 базени", "swap.settings.routingPreference.option.v4.title": "в4 базени", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} накнаде не дозвољавају тачне тачне резултате. Уместо тога користите поље „Продај“.", "swap.tokenOwnFees": "Неки токени узимају накнаду када се купују или продају, коју поставља издавалац токена. Унисвап не прима ниједну од ових накнада.", "swap.total": "Укупно", - "swap.tradeRoutes": "Trade routes", "swap.transaction.deadline": "Рок за трансакцију", "swap.transaction.revertAfter": "Ваша трансакција ће бити враћена ако је на чекању дуже од овог временског периода.", "swap.unsupportedAssets.readMore": "Прочитајте више о неподржаним средствима", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Ограничење стопа премашила", "swap.warning.router.message": "Можда сте изгубили везу или је мрежа можда прекинута. Ако проблем и даље постоји, покушајте поново касније.", "swap.warning.router.title": "Ова трговина се тренутно не може завршити", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Накнаде се примењују да би се обезбедило најбоље искуство са Унисвап-ом. Нема накнаде за ову замену.", "swap.warning.uniswapFee.message.included": "Накнаде се примењују да би се обезбедило најбоље искуство са Унисвап-ом и већ су урачунате у ову понуду.", "swap.warning.uniswapFee.title": "Свап накнада", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Fee detected", "token.safety.warning.fotVeryHigh.title": "Very high fee detected", "token.safety.warning.honeypot.message": "{{tokenSymbol}} је означен као непродајан. Замена овог токена може резултирати губитком ваших средстава.", - "token.safety.warning.honeypot.title": "Откривен хонеипот", + "token.safety.warning.honeypot.title": "100% sell fee detected", "token.safety.warning.impersonator": "Impersonates another token", "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} је означен као злонамеран.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} has been flagged as malicious by Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged by Blockaid for attempting to copy a different token. It may not be the token you are looking to swap.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", "token.safety.warning.malicious.title": "Откривен злонамерни токен", "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Овим токеном се такође не тргује на водећим америчким централизованим берзама.", "token.safety.warning.medium.heading.default_other_also": "Овим токенима се такође не тргује на водећим америчким централизованим берзама.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} се не тргује на водећим америчким централизованим берзама.", + "token.safety.warning.notAvailableToTrade": "Трговање није доступно", "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} је означен као потенцијални спам токен.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} has been flagged as unsellable.", + "token.safety.warning.sellFee100.title": "100% sell fee detected", + "token.safety.warning.spam.message": "{{tokenSymbol}} has been flagged as spam by Blockaid.", "token.safety.warning.spam.title": "Детектован спам токен", "token.safety.warning.spamsUsers": "Spams users", "token.safety.warning.strong.heading.default_one": "Овим токеном се не тргује на водећим америчким централизованим берзама нити се често мења на Унисвап-у.", "token.safety.warning.strong.heading.default_other": "Овим токенима се не тргује на водећим америчким централизованим берзама нити се често мењају на Унисвап-у.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} се не тргује на водећим америчким централизованим берзама нити се често мења на Унисвап-у.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} charges a {{buyFeePercent}} fee when bought and {{sellFeePercent}} when sold.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} charges a {{feePercent}} fee when sold.", "token.safetyLevel.blocked.header": "Није доступно", "token.safetyLevel.blocked.message": "Не можете трговати овим токеном користећи Унисвап новчаник.", "token.safetyLevel.medium.header": "Опрез", diff --git a/packages/uniswap/src/i18n/locales/translations/sv-SE.json b/packages/uniswap/src/i18n/locales/translations/sv-SE.json index aeb7b40582a..4a4233d0d61 100644 --- a/packages/uniswap/src/i18n/locales/translations/sv-SE.json +++ b/packages/uniswap/src/i18n/locales/translations/sv-SE.json @@ -177,7 +177,6 @@ "common.approvePending": "Godkännande väntar...", "common.approveSpend": "Godkänn {{symbol}} utgifter", "common.approving": "Godkännande", - "common.areYouSure": "Är du säker?", "common.automatic": "Bil", "common.availableIn": "Uniswap tillgängligt i: ", "common.availableOnIOSAndroid": "Tillgänglig på iOS och Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Uppackning misslyckades", "common.unwrapped": "Oinpackad", "common.unwrapping": "Packar upp", - "common.version": "Version", "common.view.profile": "Visa profil", "common.viewOnBlockExplorer": "Visa på Block Explorer", "common.viewOnExplorer": "Visa på Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Skapa avgiftsnivå", "fee.tier.create.button": "Skapa en ny avgiftsnivå", "fee.tier.create.description": "Att skapa en ny nivå kommer att initialiseras i en ny pool och resultera i högre nätverkskostnader än vanligt.", - "fee.tier.description": "Det intjänade beloppet underlättar affärer. Välj ett belopp som passar din risktolerans och strategi.", - "fee.tier.description.v2": "Det intjänade beloppet underlättar affärer. Alla v2-pooler har fasta avgifter på 0,3 %. För fler alternativ, tillhandahåll likviditet på v4.", + "fee.tier.description": "Det intjänade beloppet ger likviditet. Välj ett belopp som passar din risktolerans och strategi.", + "fee.tier.description.v2": "Det intjänade beloppet ger likviditet. Alla v2-pooler har fasta avgifter på 0,3 %. För fler alternativ, tillhandahåll likviditet på v4.", "fee.tier.dynamic": "Dynamisk avgiftsnivå", "fee.tier.dynamic.create": "Skapa dynamisk avgiftsnivå", "fee.tier.dynamic.create.info": "Du är på väg att skapa en pool med en dynamisk avgiftsnivå. Innan du fortsätter, se till att den valda kroken stöder dynamiska avgifter.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Att tillhandahålla likviditet i hela sortimentet säkerställer ett kontinuerligt marknadsdeltagande över alla möjliga priser, vilket erbjuder enkelhet men med potential för högre impermanent förlust.", "position.provide.liquidityDescription.custom": "Anpassat sortiment gör att du kan koncentrera din likviditet inom specifika prisgränser, vilket förbättrar kapitaleffektiviteten och avgiftsintäkterna men kräver mer aktiv förvaltning.", "position.removeHook": "Ta bort kroken", - "position.resetDescription": "Dina tokens, pris och intervall kommer att återställas.", "position.setRange": "Ställ in prisklass", "position.setRange.inputsBelow": "Använd ingångarna nedan för att ställa in ditt räckvidd.", "position.step.deposit": "Ange insättningsbelopp", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Detta ger Uniswap-protokollet tillgång till din token för handel.", "routing.aggregateLiquidity": "När tillgängligt, aggregerar likviditetskällor för bättre priser och gasfria swappar.", "routing.cheapest": "Uniswap-klienten väljer det billigaste handelsalternativet med hänsyn till pris och nätverkskostnader.", - "routing.cheapest.v4": "Uniswap-klienten väljer det optimala handelsalternativet med hänsyn till pris och nätverkskostnader.", "scantastic.code.expired": "Utgånget", "scantastic.code.subtitle": "Ange denna kod i Uniswap-tillägget. Din återställningsfras kommer att krypteras och överföras säkert.", "scantastic.code.timeRemaining.shorthand.hours": "Ny kod i {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Godkänn i din plånbok", "swap.balance.amount": "Saldo: {{amount}}", "swap.bestRoute.cost": "Bästa prisväg kostar ~{{gasPrice}} i gas. ", - "swap.bestRoute.cost.v4": "Optimala ruttkostnader ~{{gasPrice}} i gas. ", "swap.bridging.estimatedTime": "Uppskattad tid", "swap.bridging.title": "Byte mellan nätverk", "swap.bridging.warning.description": "Du byter från {{fromNetwork}} till {{toNetwork}}. Detta är också känt som \"bridging\", som flyttar dina tokens från ett nätverk till ett annat.", @@ -1848,7 +1843,6 @@ "swap.settings.protection.subtitle.unavailable": "Ej tillgängligt på {{chainName}}", "swap.settings.protection.title": "Bytesskydd", "swap.settings.routingPreference.option.default.description": "Uniswap-klienten väljer det billigaste handelsalternativet med hänsyn till pris och nätverkskostnader.", - "swap.settings.routingPreference.option.default.description.v4": "Uniswap-klienten väljer det optimala handelsalternativet med hänsyn till pris och nätverkskostnader.", "swap.settings.routingPreference.option.v2.title": "v2 pooler", "swap.settings.routingPreference.option.v3.title": "v3 pooler", "swap.settings.routingPreference.option.v4.title": "v4 pooler", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} avgifter tillåter inte exakta exakta utdata. Använd istället fältet \"Sälj\".", "swap.tokenOwnFees": "Vissa tokens tar en avgift när de köps eller säljs, vilket bestäms av tokenutgivaren. Uniswap tar inte emot några av dessa avgifter.", "swap.total": "Total", - "swap.tradeRoutes": "Handelsvägar", "swap.transaction.deadline": "Transaktionens deadline", "swap.transaction.revertAfter": "Din transaktion kommer att återställas om den väntar längre än denna tidsperiod.", "swap.unsupportedAssets.readMore": "Läs mer om tillgångar som inte stöds", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Prisgränsen har överskridits", "swap.warning.router.message": "Du kan ha tappat anslutningen eller så kan nätverket vara nere. Om problemet kvarstår, försök igen senare.", "swap.warning.router.title": "Denna handel kan inte slutföras just nu", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} är blockerad", "swap.warning.uniswapFee.message.default": "Avgifter tillkommer för att säkerställa den bästa upplevelsen med Uniswap. Det tillkommer ingen avgift för detta byte.", "swap.warning.uniswapFee.message.included": "Avgifter tillkommer för att säkerställa den bästa upplevelsen med Uniswap och har redan tagits med i denna offert.", "swap.warning.uniswapFee.title": "Bytesavgift", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Avgift upptäckt", "token.safety.warning.fotVeryHigh.title": "Mycket hög avgift upptäckt", "token.safety.warning.honeypot.message": "{{tokenSymbol}} har flaggats som osäljbar. Att byta denna token kan resultera i att dina pengar går förlorade.", - "token.safety.warning.honeypot.title": "Honeypot upptäckt", + "token.safety.warning.honeypot.title": "100 % försäljningsavgift upptäckt", "token.safety.warning.impersonator": "Imiterar en annan token", "token.safety.warning.impersonator.title": "Imitatortoken har upptäckts", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} har flaggats som skadlig.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} har flaggats som ett försök att kopiera en annan token. Det kanske inte är token du vill byta.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} har flaggats som skadlig av Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} har flaggats av Blockaid för att ha försökt kopiera en annan token. Det kanske inte är token du vill byta.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} kanske inte är den token du vill byta.", "token.safety.warning.malicious.title": "Skadlig token har upptäckts", "token.safety.warning.mayResultInLoss": "Att byta det kan resultera i förlust av pengar.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Denna token handlas inte heller på ledande amerikanska centraliserade börser.", "token.safety.warning.medium.heading.default_other_also": "Dessa tokens handlas inte heller på ledande amerikanska centraliserade börser.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} handlas inte på ledande amerikanska centraliserade börser.", + "token.safety.warning.notAvailableToTrade": "Ej tillgänglig för handel", "token.safety.warning.notListedOnExchanges": "Ej noterat på ledande amerikanska börser", - "token.safety.warning.spam.message": "{{tokenSymbol}} har flaggats som en potentiell skräpposttoken.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} har flaggats som osäljbar.", + "token.safety.warning.sellFee100.title": "100 % försäljningsavgift upptäckt", + "token.safety.warning.spam.message": "{{tokenSymbol}} har flaggats som spam av Blockaid.", "token.safety.warning.spam.title": "Spam-token har upptäckts", "token.safety.warning.spamsUsers": "Spam användare", "token.safety.warning.strong.heading.default_one": "Denna token handlas inte på ledande amerikanska centraliserade börser eller byts ofta på Uniswap.", "token.safety.warning.strong.heading.default_other": "Dessa tokens handlas inte på ledande amerikanska centraliserade börser eller byts ofta på Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} handlas inte på ledande amerikanska centraliserade börser eller byts ofta på Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} tar ut en {{feePercent}} avgift vid köp eller försäljning.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} tar ut en {{buyFeePercent}} avgift vid köp och {{sellFeePercent}} vid försäljning.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} tar ut en {{feePercent}} avgift vid köp.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} tar ut en {{feePercent}} avgift vid försäljning.", "token.safetyLevel.blocked.header": "Inte tillgänglig", "token.safetyLevel.blocked.message": "Du kan inte byta denna token med Uniswap Wallet.", "token.safetyLevel.medium.header": "Varning", diff --git a/packages/uniswap/src/i18n/locales/translations/sw-TZ.json b/packages/uniswap/src/i18n/locales/translations/sw-TZ.json index c53e56105f2..b0502f86dc5 100644 --- a/packages/uniswap/src/i18n/locales/translations/sw-TZ.json +++ b/packages/uniswap/src/i18n/locales/translations/sw-TZ.json @@ -177,7 +177,6 @@ "common.approvePending": "Idhini inasubiri...", "common.approveSpend": "Idhinisha {{symbol}} matumizi", "common.approving": "Kuidhinisha", - "common.areYouSure": "Una uhakika?", "common.automatic": "Otomatiki", "common.availableIn": "Uniswap inapatikana katika: ", "common.availableOnIOSAndroid": "Inapatikana kwenye iOS na Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Imeshindwa kufuta", "common.unwrapped": "Imefunuliwa", "common.unwrapping": "Kufungua", - "common.version": "Toleo", "common.view.profile": "View profile", "common.viewOnBlockExplorer": "Tazama kwenye Block Explorer", "common.viewOnExplorer": "Tazama kwenye Explorer", @@ -837,8 +835,8 @@ "fee.tier.create": "Unda daraja la ada", "fee.tier.create.button": "Unda daraja jipya la ada", "fee.tier.create.description": "Kuunda daraja jipya kutaanzisha katika bwawa jipya na kutaongeza gharama za mtandao kuliko kawaida.", - "fee.tier.description": "Kiasi kinachopatikana kwa kuwezesha biashara. Chagua kiasi kinachofaa uvumilivu wako kwa hatari na mkakati.", - "fee.tier.description.v2": "Kiasi kinachopatikana kwa kuwezesha biashara. Mabwawa yote ya v2 yana ada za 0.3%. Kwa chaguzi zaidi, toa ukwasi kwenye v4.", + "fee.tier.description": "The amount earned providing liquidity. Choose an amount that suits your risk tolerance and strategy.", + "fee.tier.description.v2": "The amount earned providing liquidity. All v2 pools have fixed 0.3% fees. For more options, provide liquidity on v4.", "fee.tier.dynamic": "Dynamic fee tier", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Kutoa uwekaji kamili wa uliyoweka kunahakikisha kushiriki kwenye soko kwa bei zote zinazowezekana, kutoa urahisi lakini kwa uwezekano wa hasara ya muda mfupi.", "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", "position.removeHook": "Remove hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", "position.setRange": "Weka anuwai ya bei", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "Weka kiasi cha amana", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Hii inatoa itifaki ya Uniswap ufikiaji wa tokeni yako kwa kufanya biashara.", "routing.aggregateLiquidity": "Inapopatikana, hujumlisha vyanzo vya ukwasi kwa bei bora na ubadilishaji usio na gesi.", "routing.cheapest": "Mteja wa Uniswap huchagua chaguo la biashara la bei rahisi zaidi la kuweka alama na gharama za mtandao.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", "scantastic.code.expired": "Muda wake umeisha", "scantastic.code.subtitle": "Ingiza msimbo huu katika Kiendelezi cha Uniswap. Maneno yako ya kurejesha akaunti yatasimbwa kwa njia fiche na kuhamishwa kwa usalama.", "scantastic.code.timeRemaining.shorthand.hours": "Msimbo mpya katika {{hours}}h {{minutes}}m {{seconds}}s", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Idhinisha kwenye mkoba wako", "swap.balance.amount": "Mizani: {{amount}}", "swap.bestRoute.cost": "Gharama bora za njia ya bei{{gasPrice}} katika gesi. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", "swap.bridging.estimatedTime": "Muda uliokadiriwa", "swap.bridging.title": "Kubadilishana kwenye mitandao", "swap.bridging.warning.description": "Unabadilisha kutoka {{fromNetwork}} kwenda {{toNetwork}}. Hii pia inajulikana kama \"kuaunganisha\", ambayo inahamisha tokeni zako kutoka mtandao mmoja hadi mwingine.", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Mtandao", "swap.settings.protection.subtitle.unavailable": "Haipatikani kwenye {{chainName}}", "swap.settings.protection.title": "Badili Ulinzi", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Mteja wa Uniswap huchagua chaguo la biashara la bei rahisi zaidi la kuweka alama na gharama za mtandao.", "swap.settings.routingPreference.option.v2.title": "v2 mabwawa", "swap.settings.routingPreference.option.v3.title": "v3 mabwawa", "swap.settings.routingPreference.option.v4.title": "mabwawa ya v4", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} ada haziruhusu matokeo sahihi kabisa. Tumia sehemu ya `Uza` badala yake.", "swap.tokenOwnFees": "Ishara zingine huchukua ada wakati zinunuliwa au kuuzwa, ambayo imewekwa na mtoaji wa ishara. Uniswap haipokei yoyote ya ada hizi.", "swap.total": "Jumla", - "swap.tradeRoutes": "Trade routes", "swap.transaction.deadline": "Tarehe ya mwisho ya muamala", "swap.transaction.revertAfter": "Muamala wako utarejeshwa ikiwa unasubiri kwa zaidi ya kipindi hiki.", "swap.unsupportedAssets.readMore": "Soma zaidi kuhusu vipengee visivyotumika", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Kiwango cha juu cha bei kimepitwa", "swap.warning.router.message": "Huenda umepoteza muunganisho au mtandao umekatika. Tatizo likiendelea, tafadhali jaribu tena baadaye.", "swap.warning.router.title": "Biashara hii haiwezi kukamilika kwa sasa", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Ada hutumika ili kuhakikisha matumizi bora ya Uniswap. Hakuna ada inayohusishwa na ubadilishaji huu.", "swap.warning.uniswapFee.message.included": "Ada hutumika ili kuhakikisha matumizi bora ya Uniswap, na tayari yamejumuishwa katika nukuu hii.", "swap.warning.uniswapFee.title": "Ada ya kubadilishana", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Fee detected", "token.safety.warning.fotVeryHigh.title": "Very high fee detected", "token.safety.warning.honeypot.message": "{{tokenSymbol}} imewekwa alama kama isiyouzwa. Kubadilisha tokeni hii kunaweza kusababisha hasara ya fedha zako.", - "token.safety.warning.honeypot.title": "Honeypot imegunduliwa", + "token.safety.warning.honeypot.title": "100% sell fee detected", "token.safety.warning.impersonator": "Impersonates another token", "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} imewekwa alama kama ya uharibifu.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} has been flagged as malicious by Blockaid.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged by Blockaid for attempting to copy a different token. It may not be the token you are looking to swap.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", "token.safety.warning.malicious.title": "Token ya uharibifu imegunduliwa", "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Tokeni hii pia haiuzwi kwenye masoko ya kati ya Marekani yanayoongoza.", "token.safety.warning.medium.heading.default_other_also": "Tokeni hizi pia haziuzwi kwenye masoko ya kati ya Marekani yanayoongoza.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} haiuzwi kwa masoko ya kati ya Marekani yanayoongoza.", + "token.safety.warning.notAvailableToTrade": "Haipatikani kufanya biashara", "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} imetambulishwa kama tokeni ya uwezekano wa kutapeliwa.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} has been flagged as unsellable.", + "token.safety.warning.sellFee100.title": "100% sell fee detected", + "token.safety.warning.spam.message": "{{tokenSymbol}} has been flagged as spam by Blockaid.", "token.safety.warning.spam.title": "Tokeni ya ulaghai imetambulika", "token.safety.warning.spamsUsers": "Spams users", "token.safety.warning.strong.heading.default_one": "Tokeni hii haiuzwi kwenye masoko ya kati ya Marekani au hubadilishwa mara kwa mara kwenye Uniswap.", "token.safety.warning.strong.heading.default_other": "Tokeni hizi haziuzwi kwenye masoko ya kati ya Marekani au hubadilishwa mara kwa mara kwenye Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} haiuzwi kwa masoko ya kati ya Marekani inayoongoza au hubadilishwa mara kwa mara kwenye Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} charges a {{buyFeePercent}} fee when bought and {{sellFeePercent}} when sold.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} charges a {{feePercent}} fee when sold.", "token.safetyLevel.blocked.header": "Haipatikani", "token.safetyLevel.blocked.message": "Huwezi kubadilisha tokeni hii kwa kutumia Uniswap Wallet.", "token.safetyLevel.medium.header": "Tahadhari", diff --git a/packages/uniswap/src/i18n/locales/translations/tr-TR.json b/packages/uniswap/src/i18n/locales/translations/tr-TR.json index 239d2cb9295..b4c90919d75 100644 --- a/packages/uniswap/src/i18n/locales/translations/tr-TR.json +++ b/packages/uniswap/src/i18n/locales/translations/tr-TR.json @@ -177,7 +177,7 @@ "common.approvePending": "Onay bekliyor...", "common.approveSpend": "{{symbol}} harcamayı onayla", "common.approving": "Onaylanıyor", - "common.areYouSure": "Are you sure?", + "common.areYouSure": "Emin misiniz?", "common.automatic": "Otomatik", "common.availableIn": "Uniswap şurada mevcuttur: ", "common.availableOnIOSAndroid": "iOS ve Android'de mevcut", @@ -490,11 +490,11 @@ "common.price": "Fiyat", "common.priceImpact": "Fiyat etkisi uyarısı", "common.priceUpdated": "Fiyat güncellendi", - "common.privacyChoices": "Your Privacy Choices", - "common.privacyChoices.checkbox.description": "When checked, we will not share your data with third-party partners for personalized advertising. You can enable sharing anytime by unchecking this box.", - "common.privacyChoices.checkbox.label": "Do not share my information", - "common.privacyChoices.description": "We may share device identifiers with our advertising partners to promote our services on other websites and platforms. Where this qualifies as selling, sharing or targeted advertising under applicable laws, you can opt out by checking the \"do not share my information\" box. For more information about our privacy practices please review our Privacy Policy.", - "common.privacyChoices.disclaimer": "Please note that your selection will apply only to this browser on this device. You can also opt out by enabling the Global Privacy Control setting within the browser that you use to access our services. To see more options, go to your settings.", + "common.privacyChoices": "Gizlilik Seçimleriniz", + "common.privacyChoices.checkbox.description": "İşaretlendiğinde, verilerinizi kişiselleştirilmiş reklamlar için üçüncü taraf iş ortaklarımızla paylaşmayız. Bu kutunun işaretini kaldırarak paylaşımı dilediğiniz zaman etkinleştirebilirsiniz.", + "common.privacyChoices.checkbox.label": "Bilgilerimi paylaşma", + "common.privacyChoices.description": "Hizmetlerimizi başka web siteleri ve platformlarda tanıtmak amacıyla, cihaz tanımlayıcılarını reklam iş ortaklarımızla paylaşabiliriz. Söz konusu eylemin yürürlükteki yasalar çerçevesinde satış, paylaşım veya hedefli reklamcılık olarak nitelendirildiği durumlarda, \"bilgilerimi paylaşma\" kutusunu işaretleyerek ayrılabilirsiniz. Gizlilik uygulamalarımız hakkında daha fazla bilgi için lütfen Gizlilik Politikası belgemizi inceleyin.", + "common.privacyChoices.disclaimer": "Seçiminizin yalnızca bu cihazdaki bu tarayıcı için geçerli olacağını lütfen unutmayın. Hizmetlerimize erişmek için kullandığınız tarayıcıdaki Genel Gizlilik Kontrolü ayarını etkinleştirerek de ayrılabilirsiniz. Daha fazla seçenek görüntülemek için ayarlarınıza gidin.", "common.privacyPolicy": "Gizlilik Politikası", "common.proceed": "İlerle", "common.proceedInWallet": "Cüzdanında ilerle", @@ -650,8 +650,7 @@ "common.unwrap.failed": "Açma başarısız oldu", "common.unwrapped": "Açıldı", "common.unwrapping": "Açılıyor", - "common.version": "Sürüm", - "common.view.profile": "View profile", + "common.view.profile": "Profili görüntüle", "common.viewOnBlockExplorer": "Blok Gezgini'nde görüntüle", "common.viewOnExplorer": "Gezgin'de görüntüle", "common.volume": "Hacim", @@ -837,11 +836,11 @@ "fee.tier.create": "Ücret kademesi oluştur", "fee.tier.create.button": "Yeni ücret kademesi oluştur", "fee.tier.create.description": "Yeni bir kademe oluşturmak yeni bir havuzda başlatmaya neden olur ve normalden daha yüksek ağ maliyetlerine yol açar.", - "fee.tier.description": "Alım satımları kolaylaştırarak kazanılan tutar. Risk toleransına ve stratejine uygun bir tutar seç.", - "fee.tier.description.v2": "Alım satımları kolaylaştırarak kazanılan tutar. Tüm v2 havuzlarının sabit %0,3 ücreti vardır. Daha fazla seçenek için v4'te likidite sağla.", - "fee.tier.dynamic": "Dynamic fee tier", - "fee.tier.dynamic.create": "Creating dynamic fee tier", - "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", + "fee.tier.description": "Likidite sağlayarak kazanılan tutar. Risk toleransınıza ve stratejinize uygun bir tutar seçin.", + "fee.tier.description.v2": "Likidite sağlayarak kazanılan tutar. Tüm v2 havuzlarının sabit %0,3 ücreti vardır. Daha fazla seçenek için v4'te likidite sağlayın.", + "fee.tier.dynamic": "Dinamik ücret kademesi", + "fee.tier.dynamic.create": "Dinamik ücret kademesi oluşturuluyor", + "fee.tier.dynamic.create.info": "Dinamik ücret kademesine sahip bir havuz oluşturmak üzeresin. Devam etmeden önce, seçilen kancanın dinamik ücretleri desteklediğinden lütfen emin ol.", "fee.tier.label": "Ücretlerden kazanacağın yüzde", "fee.tier.missing.description": "Aradığın kademeyi bulamıyor musun?", "fee.tier.new": "Yeni kademe", @@ -1490,9 +1489,9 @@ "position.protocol": "{{protocol}} pozisyonu", "position.provide.liquidity": "Likidite sağlamak istediğin token'ları seç. Desteklenen tüm ağlardaki token'ları seçebilirsin.", "position.provide.liquidityDescription": "Tam kapsamlı likidite sağlanması, tüm olası fiyatlarda sürekli piyasa katılımını garanti altına alır, basitlik sunar ancak daha yüksek geçici kayıp potansiyeli vardır.", - "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", - "position.removeHook": "Remove hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.provide.liquidityDescription.custom": "Özel aralık, likiditeni belirli fiyat sınırları içinde konsantre etmeni sağlayarak sermaye verimliliğini ve ücret kazançlarını artırır ancak daha aktif bir yönetim gerektirir.", + "position.removeHook": "Kancayı kaldır", + "position.resetDescription": "Token'larınız, fiyat ve aralık seçimleriniz sıfırlanacaktır.", "position.setRange": "Fiyat aralığını belirle", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "Yatırılacak tutarları gir", @@ -1540,7 +1539,7 @@ "revoke.failed.message": "Bu, Uniswap protokolüne alım satım için token'ına erişim izni verir.", "routing.aggregateLiquidity": "Mümkün olduğunda daha iyi fiyatlar ve Gas ücreti alınmayan swap işlemleri için likidite kaynaklarını bir araya getirir.", "routing.cheapest": "Uniswap müşterisi, fiyatı ve ağ maliyetlerini dikkate alarak en ucuz alım satım seçeneğini belirler.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "Uniswap müşterisi, fiyatı ve ağ maliyetlerini dikkate alarak ideal alım satım seçeneğini belirler.", "scantastic.code.expired": "Süresi doldu", "scantastic.code.subtitle": "Bu kodu Uniswap Uzantısına gir. Kurtarma cümlen güvenli bir şekilde şifrelenir ve aktarılır.", "scantastic.code.timeRemaining.shorthand.hours": "{{hours}} sa {{minutes}} dk {{seconds}} sn içinde yeni kod", @@ -1761,7 +1760,7 @@ "swap.approveInWallet": "Cüzdanında onayla", "swap.balance.amount": "Bakiye: {{amount}}", "swap.bestRoute.cost": "En iyi fiyat rotası yaklaşık {{gasPrice}} Gas ücretine mal oluyor.", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "Optimum rota yaklaşık {{gasPrice}} Gas ücretine mal oluyor. ", "swap.bridging.estimatedTime": "Tahmini süre", "swap.bridging.title": "Ağlar arasında swap", "swap.bridging.warning.description": "{{fromNetwork}} ağından {{toNetwork}} ağına swap işlemi gerçekleştiriyorsun. Bu işlem \"köprüleme\" olarak da adlandırılır ve token'larını bir ağdan diğerine taşır.", @@ -1847,8 +1846,8 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} Ağı", "swap.settings.protection.subtitle.unavailable": "{{chainName}} zincirinde mevcut değil", "swap.settings.protection.title": "Swap koruması", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Uniswap müşterisi, fiyatı ve ağ maliyetlerini dikkate alarak en ucuz alım satım seçeneğini belirler.", + "swap.settings.routingPreference.option.default.description.v4": "Uniswap müşterisi, fiyatı ve ağ maliyetlerini dikkate alarak ideal alım satım seçeneğini belirler.", "swap.settings.routingPreference.option.v2.title": "v2 havuzları", "swap.settings.routingPreference.option.v3.title": "v3 havuzları", "swap.settings.routingPreference.option.v4.title": "v4 havuzları", @@ -1877,7 +1876,7 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} ücretleri doğru ve kesin çıkışlara izin vermiyor. Bunun yerine \"Satış\" alanını kullan.", "swap.tokenOwnFees": "Bazı token'lar alınırken veya satılırken token'ı çıkaran tarafça belirlenen bir ücret tahsil edilir. Bu ücretlerin hiçbiri Uniswap tarafından alınmaz.", "swap.total": "Toplam", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "Alım satım rotaları", "swap.transaction.deadline": "İşlem son tarihi", "swap.transaction.revertAfter": "İşlemin bu süreden daha uzun süre beklemede kalırsa geri alınır.", "swap.unsupportedAssets.readMore": "Desteklenmeyen varlıklar hakkında daha fazlasını oku", @@ -1916,6 +1915,7 @@ "swap.warning.rateLimit.title": "Oran limiti aşıldı", "swap.warning.router.message": "Bağlantın kesilmiş veya ağ çökmüş olabilir. Sorun devam ederse lütfen daha sonra tekrar dene.", "swap.warning.router.title": "Bu alım satım şu anda tamamlanamıyor", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Uniswap ile en iyi deneyimi elde etmen için ücretler uygulanır. Bu swap ile ilgili herhangi bir ücret yoktur.", "swap.warning.uniswapFee.message.included": "Uniswap ile en iyi deneyimi elde etmen için ücretler uygulanır ve bu, son fiyata zaten dâhil edilmiştir.", "swap.warning.uniswapFee.title": "Swap ücreti", @@ -1990,33 +1990,37 @@ "token.safety.warning.blocked.description.named": "{{tokenSymbol}} token'ını Uniswap Uygulamasını kullanarak alıp satamazsın.", "token.safety.warning.dontShowWarningAgain": "Bana bu uyarıyı bir daha gösterme", "token.safety.warning.doYourOwnResearch": "Devam etmeden önce mutlaka kendi araştırmanı yap.", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "{{action}} durumunda alıyor", + "token.safety.warning.flaggedAsMalicious": "Kötü amaçlı olarak işaretlendi", + "token.safety.warning.fotHigh.title": "Yüksek ücret tespit edildi", + "token.safety.warning.fotLow.title": "Ücret tespit edildi", + "token.safety.warning.fotVeryHigh.title": "Çok yüksek ücret tespit edildi", "token.safety.warning.honeypot.message": "{{tokenSymbol}} satılamaz olarak işaretlendi. Bu token'ı swap etmek fonlarını kaybetmene neden olabilir.", - "token.safety.warning.honeypot.title": "Bal küpü algılandı", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} kötü amaçlı olarak işaretlendi.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "%100 satış ücreti tespit edildi", + "token.safety.warning.impersonator": "Başka bir token'ı taklit ediyor", + "token.safety.warning.impersonator.title": "Taklitçi token tespit edildi", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}}, Blockaid tarafından kötü amaçlı olarak işaretlendi.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}}, Blockaid tarafından farklı bir token'ı kopyalamaya çalıştığı için işaretlendi. Swap etmek istediğiniz token bu olmayabilir.", + "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}}, swap etmek istediğiniz token olmayabilir.", "token.safety.warning.malicious.title": "Kötü amaçlı token algılandı", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "Swap edilmesi fon kaybına yol açabilir.", "token.safety.warning.medium.heading.default_one": "Bu token, önde gelen ABD merkezi borsalarında işlem görmüyor.", "token.safety.warning.medium.heading.default_other": "Bu token'lar, önde gelen ABD merkezi borsalarında işlem görmüyor.", "token.safety.warning.medium.heading.default_one_also": "Bu token da önde gelen ABD merkezi borsalarında işlem görmüyor.", "token.safety.warning.medium.heading.default_other_also": "Bu token'lar da önde gelen ABD merkezi borsalarında işlem görmüyor.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}}, önde gelen ABD merkezi borsalarında işlem görmüyor.", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} potansiyel bir spam token'ı olarak işaretlendi.", + "token.safety.warning.notListedOnExchanges": "Önde gelen ABD borsalarında işlem görmüyor", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }}, satılamaz olarak işaretlendi.", + "token.safety.warning.sellFee100.title": "%100 satış ücreti tespit edildi", + "token.safety.warning.spam.message": "{{tokenSymbol}}, Blockaid tarafından spam olarak işaretlendi.", "token.safety.warning.spam.title": "Spam token'ı algılandı", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "Kullanıcılara spam gönderiyor", "token.safety.warning.strong.heading.default_one": "Bu token önde gelen ABD merkezi borsalarında işlem görmüyor veya Uniswap'ta sıklıkla swap edilmiyor.", "token.safety.warning.strong.heading.default_other": "Bu token'lar önde gelen ABD merkezi borsalarında işlem görmüyor veya Uniswap'ta sıklıkla swap edilmiyor.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}}, önde gelen ABD merkezi borsalarında işlem görmüyor veya Uniswap'ta sıklıkla swap edilmiyor.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} satın alındığında {{buyFeePercent}} ücret, satıldığında ise {{sellFeePercent}} ücret tahsil edilir.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}}, satın alındığında {{feePercent}} ücret tahsil edilir.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}}, satıldığında {{feePercent}} ücret tahsil edilir.", "token.safetyLevel.blocked.header": "Mevcut değil", "token.safetyLevel.blocked.message": "Uniswap Cüzdan'ı kullanarak bu token'ı alıp satamazsın.", "token.safetyLevel.medium.header": "Dikkat", diff --git a/packages/uniswap/src/i18n/locales/translations/uk-UA.json b/packages/uniswap/src/i18n/locales/translations/uk-UA.json index f8fdfdec68f..3bef07c9f99 100644 --- a/packages/uniswap/src/i18n/locales/translations/uk-UA.json +++ b/packages/uniswap/src/i18n/locales/translations/uk-UA.json @@ -177,7 +177,6 @@ "common.approvePending": "Очікується на схвалення...", "common.approveSpend": "Затвердити {{symbol}} витрати", "common.approving": "Схвалення", - "common.areYouSure": "Ти впевнений?", "common.automatic": "Авто", "common.availableIn": "Uniswap доступний у: ", "common.availableOnIOSAndroid": "Доступно на iOS і Android", @@ -650,7 +649,6 @@ "common.unwrap.failed": "Не вдалося розгорнути", "common.unwrapped": "Розгорнутий", "common.unwrapping": "Розгортання", - "common.version": "Версія", "common.view.profile": "Переглянути профіль", "common.viewOnBlockExplorer": "Переглянути в Block Explorer", "common.viewOnExplorer": "Переглянути в Провіднику", @@ -837,8 +835,8 @@ "fee.tier.create": "Створіть рівень комісії", "fee.tier.create.button": "Створіть новий рівень комісії", "fee.tier.create.description": "Створення нового рівня ініціалізується в новому пулі та призведе до вищих, ніж зазвичай, мережевих витрат.", - "fee.tier.description": "Сума, зароблена під час угод. Виберіть суму, яка відповідає вашій толерантності до ризику та стратегії.", - "fee.tier.description.v2": "Сума, зароблена під час угод. Усі пули v2 мають фіксовану комісію 0,3%. Щоб отримати більше можливостей, надайте ліквідність на v4.", + "fee.tier.description": "Зароблена сума, що забезпечує ліквідність. Виберіть суму, яка відповідає вашій толерантності до ризику та стратегії.", + "fee.tier.description.v2": "Зароблена сума, що забезпечує ліквідність. Усі пули v2 мають фіксовану комісію 0,3%. Щоб отримати більше можливостей, надайте ліквідність на v4.", "fee.tier.dynamic": "Динамічний рівень комісії", "fee.tier.dynamic.create": "Створення динамічного рівня комісії", "fee.tier.dynamic.create.info": "Ви збираєтеся створити пул із динамічним рівнем комісії. Перш ніж продовжити, переконайтеся, що вибраний хук підтримує динамічні комісії.", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "Забезпечення повної ліквідності забезпечує безперервну участь у ринку за всіма можливими цінами, пропонуючи простоту, але з потенційними значними непостійними втратами.", "position.provide.liquidityDescription.custom": "Спеціальний діапазон дозволяє зосередити вашу ліквідність у певних цінових межах, підвищуючи ефективність капіталу та прибутки від комісій, але вимагаючи більш активного управління.", "position.removeHook": "Зняти гачок", - "position.resetDescription": "Вибрані токени, ціну та діапазон буде скинуто.", "position.setRange": "Встановити діапазон цін", "position.setRange.inputsBelow": "Використовуйте дані нижче, щоб установити свій діапазон.", "position.step.deposit": "Введіть суму депозиту", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "Це забезпечує доступ протоколу Uniswap до вашого токена для торгівлі.", "routing.aggregateLiquidity": "Якщо доступно, агрегує джерела ліквідності для кращих цін і свопів без газу.", "routing.cheapest": "Клієнт Uniswap вибирає найдешевший варіант торгівлі з урахуванням ціни та вартості мережі.", - "routing.cheapest.v4": "Клієнт Uniswap вибирає оптимальний варіант торгівлі з урахуванням ціни та вартості мережі.", "scantastic.code.expired": "Термін дії минув", "scantastic.code.subtitle": "Введіть цей код у розширення Uniswap. Ваша фраза відновлення буде безпечно зашифрована та передана.", "scantastic.code.timeRemaining.shorthand.hours": "Новий код через {{hours}}год {{minutes}}м {{seconds}}с", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "Підтвердити в гаманці", "swap.balance.amount": "Баланс: {{amount}}", "swap.bestRoute.cost": "Найкращий маршрут коштує ~{{gasPrice}} газу. ", - "swap.bestRoute.cost.v4": "Оптимальний маршрут коштує ~{{gasPrice}} газу. ", "swap.bridging.estimatedTime": "Приблизно час", "swap.bridging.title": "Перемикання між мережами", "swap.bridging.warning.description": "Ви міняєтеся з {{fromNetwork}} на {{toNetwork}}. Це також відоме як «перемикання», яке переміщує ваші токени з однієї мережі в іншу.", @@ -1848,7 +1843,6 @@ "swap.settings.protection.subtitle.unavailable": "Недоступно на {{chainName}}", "swap.settings.protection.title": "Захист від обміну", "swap.settings.routingPreference.option.default.description": "Клієнт Uniswap вибирає найдешевший варіант торгівлі з урахуванням ціни та вартості мережі.", - "swap.settings.routingPreference.option.default.description.v4": "Клієнт Uniswap вибирає оптимальний варіант торгівлі з урахуванням ціни та вартості мережі.", "swap.settings.routingPreference.option.v2.title": "v2 пули", "swap.settings.routingPreference.option.v3.title": "v3 пули", "swap.settings.routingPreference.option.v4.title": "v4 пули", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} комісії не дозволяють отримати точні результати. Натомість використовуйте поле \"Продати\".", "swap.tokenOwnFees": "Деякі токени беруть комісію під час їх купівлі або продажу, яка встановлюється емітентом токенів. Uniswap не отримує жодної з цих комісій.", "swap.total": "Всього", - "swap.tradeRoutes": "Торгові шляхи", "swap.transaction.deadline": "Кінцевий термін транзакції", "swap.transaction.revertAfter": "Ваша трансакція буде скасована, якщо вона очікує на розгляд більше цього періоду часу.", "swap.unsupportedAssets.readMore": "Докладніше про непідтримувані активи", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "Ліміт швидкості перевищено", "swap.warning.router.message": "Можливо, ви втратили з’єднання або мережа не працює. Якщо проблема не зникає, спробуйте пізніше.", "swap.warning.router.title": "Цю торгівлю зараз неможливо завершити", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} заблоковано", "swap.warning.uniswapFee.message.default": "Комісія стягується, щоб забезпечити найкращий досвід використання Uniswap. За цей обмін не стягується комісія.", "swap.warning.uniswapFee.message.included": "Комісії застосовуються для забезпечення найкращого досвіду використання Uniswap і вже враховані в цій пропозиції.", "swap.warning.uniswapFee.title": "Комісія за обмін", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "Виявлено плату", "token.safety.warning.fotVeryHigh.title": "Виявлено дуже високу комісію", "token.safety.warning.honeypot.message": "{{tokenSymbol}} позначено як непридатний для продажу. Обмін цього токена може призвести до втрати ваших коштів.", - "token.safety.warning.honeypot.title": "Honeypot виявлено", + "token.safety.warning.honeypot.title": "Виявлено 100% комісію за продаж", "token.safety.warning.impersonator": "Видає себе за інший маркер", "token.safety.warning.impersonator.title": "Виявлено маркер імітатора", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} позначено як шкідливий.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} було позначено як спробу скопіювати інший маркер. Можливо, це не той маркер, який ви хочете обміняти.", + "token.safety.warning.malicious.general.message": "Blockaid позначив {{tokenSymbol}} як шкідливий.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} було позначено Blockaid за спробу скопіювати інший маркер. Можливо, це не той маркер, який ви хочете обміняти.", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} може бути не тим токеном, який ви хочете обміняти.", "token.safety.warning.malicious.title": "Виявлено шкідливий маркер", "token.safety.warning.mayResultInLoss": "Його заміна може призвести до втрати коштів.", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "Цей токен також не торгується на провідних централізованих біржах США.", "token.safety.warning.medium.heading.default_other_also": "Ці токени також не торгуються на провідних централізованих біржах США.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} не торгується на провідних централізованих біржах США.", + "token.safety.warning.notAvailableToTrade": "Не доступний для торгівлі", "token.safety.warning.notListedOnExchanges": "Не котирується на провідних біржах США", - "token.safety.warning.spam.message": "{{tokenSymbol}} було позначено як потенційний маркер спаму.", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} позначено як непридатний для продажу.", + "token.safety.warning.sellFee100.title": "Виявлено 100% комісію за продаж", + "token.safety.warning.spam.message": "Blockaid позначив {{tokenSymbol}} як спам.", "token.safety.warning.spam.title": "Виявлено маркер спаму", "token.safety.warning.spamsUsers": "Спам користувачів", "token.safety.warning.strong.heading.default_one": "Цей токен не торгується на провідних централізованих біржах США або часто обмінюється на Uniswap.", "token.safety.warning.strong.heading.default_other": "Ці токени не торгуються на провідних централізованих біржах США або часто обмінюються на Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} не торгується на провідних централізованих біржах США або часто обмінюється на Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} стягує комісію {{feePercent}} під час купівлі чи продажу.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} стягує комісію {{buyFeePercent}} за купівлю та {{sellFeePercent}} за продаж.", + "token.safety.warning.tokenChargesFee.buy.message": "При покупці {{tokenSymbol}} стягує комісію {{feePercent}} .", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} стягує комісію {{feePercent}} під час продажу.", "token.safetyLevel.blocked.header": "Недоступний", "token.safetyLevel.blocked.message": "Ви не можете торгувати цим токеном за допомогою гаманця Uniswap.", "token.safetyLevel.medium.header": "Обережно", diff --git a/packages/uniswap/src/i18n/locales/translations/ur-PK.json b/packages/uniswap/src/i18n/locales/translations/ur-PK.json index f325490bc4b..05a4e410e32 100644 --- a/packages/uniswap/src/i18n/locales/translations/ur-PK.json +++ b/packages/uniswap/src/i18n/locales/translations/ur-PK.json @@ -177,7 +177,6 @@ "common.approvePending": "ابھی منظور نہیں ہوا...", "common.approveSpend": "{{symbol}} خرچ کی منظوری دیں۔", "common.approving": "منظور کرنا", - "common.areYouSure": "کیا تمہیں یقین ہے؟", "common.automatic": "آٹو", "common.availableIn": "ان کی تبدیلی دستیاب ہے اس میں: ", "common.availableOnIOSAndroid": "iOS اور Android پر دستیاب ہے۔", @@ -650,7 +649,6 @@ "common.unwrap.failed": "کھولنا ناکام ہو گیا۔", "common.unwrapped": "لپیٹے ہوئے ۔", "common.unwrapping": "کھولنا", - "common.version": "ورژن", "common.view.profile": "پروفائل دیکھیں", "common.viewOnBlockExplorer": "بلاک ایکسپلورر پر دیکھیں", "common.viewOnExplorer": "ایکسپلورر پر دیکھیں", @@ -837,8 +835,8 @@ "fee.tier.create": "فیس کی سطح بنائیں", "fee.tier.create.button": "فیس کا نیا درجہ بنائیں", "fee.tier.create.description": "ایک نئے درجے کی تخلیق ایک نئے پول میں شروع ہوگی اور اس کے نتیجے میں نیٹ ورک کے معمول کے اخراجات سے زیادہ ہوں گے۔", - "fee.tier.description": "تجارت کو آسان بنانے کے لیے کمائی گئی رقم۔ ایسی رقم کا انتخاب کریں جو آپ کے خطرے کی برداشت اور حکمت عملی کے مطابق ہو۔", - "fee.tier.description.v2": "تجارت کو آسان بنانے کے لیے کمائی گئی رقم۔ تمام v2 پولز نے 0.3% فیس مقرر کی ہے۔ مزید اختیارات کے لیے، v4 پر لیکویڈیٹی فراہم کریں۔", + "fee.tier.description": "رقم جو لیکویڈیٹی فراہم کرتی ہے۔ ایسی رقم کا انتخاب کریں جو آپ کے خطرے کی برداشت اور حکمت عملی کے مطابق ہو۔", + "fee.tier.description.v2": "رقم جو لیکویڈیٹی فراہم کرتی ہے۔ تمام v2 پولز نے 0.3% فیس مقرر کی ہے۔ مزید اختیارات کے لیے، v4 پر لیکویڈیٹی فراہم کریں۔", "fee.tier.dynamic": "متحرک فیس کا درجہ", "fee.tier.dynamic.create": "متحرک فیس ٹائر بنانا", "fee.tier.dynamic.create.info": "آپ متحرک فیس ٹائر کے ساتھ ایک پول بنانے والے ہیں۔ آگے بڑھنے سے پہلے، براہ کرم یقینی بنائیں کہ منتخب کردہ ہک متحرک فیس کو سپورٹ کرتا ہے۔", @@ -1492,7 +1490,6 @@ "position.provide.liquidityDescription": "مکمل رینج لیکویڈیٹی فراہم کرنا تمام ممکنہ قیمتوں میں مسلسل مارکیٹ کی شرکت کو یقینی بناتا ہے، سادگی کی پیشکش کرتا ہے لیکن زیادہ غیر مستقل نقصان کے امکانات کے ساتھ۔", "position.provide.liquidityDescription.custom": "کسٹم رینج آپ کو اپنی لیکویڈیٹی کو مخصوص قیمت کی حدود کے اندر مرکوز کرنے کی اجازت دیتی ہے، جس سے سرمائے کی کارکردگی اور فیس کی آمدنی میں اضافہ ہوتا ہے لیکن زیادہ فعال انتظام کی ضرورت ہوتی ہے۔", "position.removeHook": "ہک کو ہٹا دیں۔", - "position.resetDescription": "آپ کے ٹوکن، قیمت، اور رینج کے انتخاب کو دوبارہ ترتیب دیا جائے گا۔", "position.setRange": "قیمت کی حد مقرر کریں۔", "position.setRange.inputsBelow": "اپنی رینج سیٹ کرنے کے لیے نیچے دیے گئے ان پٹس کا استعمال کریں۔", "position.step.deposit": "ڈپازٹ کی رقم درج کریں۔", @@ -1540,7 +1537,6 @@ "revoke.failed.message": "یہ تجارت کے لیے آپ کے ٹوکن تک یونی سویپ پروٹوکول تک رسائی فراہم کرتا ہے۔", "routing.aggregateLiquidity": "دستیاب ہونے پر، بہتر قیمتوں اور گیس سے پاک تبادلہ کے لیے لیکویڈیٹی ذرائع کو جمع کرتا ہے۔", "routing.cheapest": "Uniswap کلائنٹ سب سے سستا تجارتی آپشن فیکٹرنگ قیمت اور نیٹ ورک کے اخراجات کا انتخاب کرتا ہے۔", - "routing.cheapest.v4": "Uniswap کلائنٹ قیمت اور نیٹ ورک کی لاگت کے لحاظ سے بہترین تجارتی آپشن کا انتخاب کرتا ہے۔", "scantastic.code.expired": "میعاد ختم", "scantastic.code.subtitle": "یونی سویپ ایکسٹینشن میں یہ کوڈ درج کریں۔ آپ کی بازیابی کے جملہ کو محفوظ طریقے سے خفیہ اور منتقل کیا جائے گا۔", "scantastic.code.timeRemaining.shorthand.hours": "نیا کوڈ {{hours}}h {{minutes}}m {{seconds}}s میں", @@ -1761,7 +1757,6 @@ "swap.approveInWallet": "اپنے بٹوے میں منظور کریں۔", "swap.balance.amount": "بیلنس: {{amount}}", "swap.bestRoute.cost": "بہترین قیمت کے راستے کی قیمت گیس میں{{gasPrice}} ۔ ", - "swap.bestRoute.cost.v4": "گیس میں بہترین راستے کی قیمت ~{{gasPrice}} ۔ ", "swap.bridging.estimatedTime": "تخمینہ وقت", "swap.bridging.title": "نیٹ ورکس میں تبادلہ", "swap.bridging.warning.description": "آپ {{fromNetwork}} سے {{toNetwork}}میں تبدیل ہو رہے ہیں۔ اسے \"برجنگ\" کے نام سے بھی جانا جاتا ہے، جو آپ کے ٹوکنز کو ایک نیٹ ورک سے دوسرے نیٹ ورک میں منتقل کرتا ہے۔", @@ -1847,8 +1842,7 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} نیٹ ورک", "swap.settings.protection.subtitle.unavailable": "{{chainName}}پر دستیاب نہیں ہے۔", "swap.settings.protection.title": "تبادلہ تحفظ", - "swap.settings.routingPreference.option.default.description": "Uniswap کلائنٹ قیمت اور نیٹ ورک کی لاگت کے لحاظ سے سب سے سستے تجارتی آپشن کا انتخاب کرتا ہے۔", - "swap.settings.routingPreference.option.default.description.v4": "Uniswap کلائنٹ قیمت اور نیٹ ورک کی لاگت کے لحاظ سے بہترین تجارتی آپشن کا انتخاب کرتا ہے۔", + "swap.settings.routingPreference.option.default.description": "Uniswap کلائنٹ سب سے سستا تجارتی آپشن فیکٹرنگ قیمت اور نیٹ ورک کے اخراجات کا انتخاب کرتا ہے۔", "swap.settings.routingPreference.option.v2.title": "v2 تالاب", "swap.settings.routingPreference.option.v3.title": "v3 تالاب", "swap.settings.routingPreference.option.v4.title": "v4 تالاب", @@ -1877,7 +1871,6 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} فیس درست درست نتائج کی اجازت نہیں دیتی ہے۔ اس کے بجائے 'بیچیں' فیلڈ کا استعمال کریں۔", "swap.tokenOwnFees": "کچھ ٹوکن جب خریدے یا بیچے جاتے ہیں تو فیس لیتے ہیں، جو ٹوکن جاری کرنے والے کی طرف سے مقرر کیا جاتا ہے۔ Uniswap ان میں سے کوئی فیس وصول نہیں کرتا ہے۔", "swap.total": "کل", - "swap.tradeRoutes": "تجارتی راستے", "swap.transaction.deadline": "لین دین کی آخری تاریخ", "swap.transaction.revertAfter": "اگر آپ کا لین دین اس مدت سے زیادہ عرصے سے زیر التوا ہے تو وہ واپس آجائے گا۔", "swap.unsupportedAssets.readMore": "غیر تعاون یافتہ اثاثوں کے بارے میں مزید پڑھیں", @@ -1916,6 +1909,7 @@ "swap.warning.rateLimit.title": "شرح کی حد سے تجاوز کر گیا۔", "swap.warning.router.message": "ہو سکتا ہے آپ کا کنکشن ختم ہو گیا ہو یا نیٹ ورک بند ہو جائے۔ اگر مسئلہ برقرار رہتا ہے، تو براہ کرم بعد میں دوبارہ کوشش کریں۔", "swap.warning.router.title": "یہ تجارت ابھی مکمل نہیں ہو سکتی", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} مسدود ہے۔", "swap.warning.uniswapFee.message.default": "Uniswap کے ساتھ بہترین تجربہ کو یقینی بنانے کے لیے فیس کا اطلاق ہوتا ہے۔ اس تبادلہ کے ساتھ کوئی فیس وابستہ نہیں ہے۔", "swap.warning.uniswapFee.message.included": "Uniswap کے ساتھ بہترین تجربہ کو یقینی بنانے کے لیے فیس کا اطلاق کیا جاتا ہے، اور اس اقتباس میں پہلے ہی شامل کیا جا چکا ہے۔", "swap.warning.uniswapFee.title": "تبادلہ فیس", @@ -1996,11 +1990,11 @@ "token.safety.warning.fotLow.title": "فیس کا پتہ چلا", "token.safety.warning.fotVeryHigh.title": "بہت زیادہ فیس کا پتہ چلا", "token.safety.warning.honeypot.message": "{{tokenSymbol}} کو ناقابل فروخت کے طور پر جھنڈا لگایا گیا ہے۔ اس ٹوکن کو تبدیل کرنے سے آپ کے فنڈز ضائع ہو سکتے ہیں۔", - "token.safety.warning.honeypot.title": "ہنی پاٹ کا پتہ چلا", + "token.safety.warning.honeypot.title": "100% سیل فیس کا پتہ چلا", "token.safety.warning.impersonator": "دوسرے ٹوکن کی نقالی کرتا ہے۔", "token.safety.warning.impersonator.title": "نقالی ٹوکن کا پتہ چلا", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} کو نقصان دہ کے طور پر نشان زد کیا گیا ہے۔", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} کو ایک مختلف ٹوکن کاپی کرنے کی کوشش کے طور پر جھنڈا لگایا گیا ہے۔ یہ وہ ٹوکن نہیں ہوسکتا ہے جسے آپ تبدیل کرنا چاہتے ہیں۔", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} کو بلاک ایڈ کے ذریعہ نقصان دہ کے طور پر جھنڈا لگایا گیا ہے۔", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} کو بلاک ایڈ نے ایک مختلف ٹوکن کاپی کرنے کی کوشش کرنے پر جھنڈا لگایا ہے۔ یہ وہ ٹوکن نہیں ہوسکتا ہے جسے آپ تبدیل کرنا چاہتے ہیں۔", "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} وہ ٹوکن نہیں ہو سکتا جسے آپ تبدیل کرنا چاہتے ہیں۔", "token.safety.warning.malicious.title": "نقصان دہ ٹوکن کا پتہ چلا", "token.safety.warning.mayResultInLoss": "اسے تبدیل کرنے سے فنڈز کا نقصان ہو سکتا ہے۔", @@ -2009,14 +2003,19 @@ "token.safety.warning.medium.heading.default_one_also": "اس ٹوکن کی تجارت امریکہ کے معروف مرکزی تبادلے پر بھی نہیں ہوتی ہے۔", "token.safety.warning.medium.heading.default_other_also": "یہ ٹوکن امریکہ کے معروف مرکزی تبادلے پر بھی ٹریڈ نہیں ہوتے ہیں۔", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} معروف امریکی مرکزی تبادلے پر تجارت نہیں کی جاتی ہے۔", + "token.safety.warning.notAvailableToTrade": "تجارت کے لیے دستیاب نہیں۔", "token.safety.warning.notListedOnExchanges": "معروف امریکی تبادلے میں درج نہیں ہے۔", - "token.safety.warning.spam.message": "{{tokenSymbol}} کو ممکنہ سپیم ٹوکن کے طور پر جھنڈا لگایا گیا ہے۔", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} کو ناقابل فروخت کے طور پر جھنڈا لگایا گیا ہے۔", + "token.safety.warning.sellFee100.title": "100% سیل فیس کا پتہ چلا", + "token.safety.warning.spam.message": "{{tokenSymbol}} کو بلاک ایڈ کے ذریعہ اسپام کے طور پر جھنڈا لگایا گیا ہے۔", "token.safety.warning.spam.title": "اسپام ٹوکن کا پتہ چلا", "token.safety.warning.spamsUsers": "سپیم صارفین", "token.safety.warning.strong.heading.default_one": "اس ٹوکن کی تجارت امریکہ کے معروف سنٹرلائزڈ ایکسچینجز پر نہیں کی جاتی ہے یا اسے اکثر یونی سویپ پر تبدیل نہیں کیا جاتا ہے۔", "token.safety.warning.strong.heading.default_other": "ان ٹوکنز کی تجارت امریکہ کے معروف مرکزی تبادلے پر نہیں کی جاتی ہے اور نہ ہی ان کو یونی سویپ پر اکثر تبدیل کیا جاتا ہے۔", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} کی تجارت امریکہ کے معروف مرکزی تبادلے پر نہیں کی جاتی ہے یا اکثر یونی سویپ پر تبدیل نہیں ہوتی ہے۔", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} خریدنے یا بیچنے پر {{feePercent}} فیس لیتا ہے۔", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} خریدے جانے پر {{buyFeePercent}} اور بیچنے پر {{sellFeePercent}} فیس لیتا ہے۔", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} خریدنے پر {{feePercent}} فیس لیتا ہے۔", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} فروخت ہونے پر {{feePercent}} فیس لیتا ہے۔", "token.safetyLevel.blocked.header": "دستیاب نہیں ہے", "token.safetyLevel.blocked.message": "آپ Unswap Wallet کا استعمال کرتے ہوئے اس ٹوکن کی تجارت نہیں کر سکتے۔", "token.safetyLevel.medium.header": "احتیاط", diff --git a/packages/uniswap/src/i18n/locales/translations/vi-VN.json b/packages/uniswap/src/i18n/locales/translations/vi-VN.json index 83a64182d9b..4f0aa8ab182 100644 --- a/packages/uniswap/src/i18n/locales/translations/vi-VN.json +++ b/packages/uniswap/src/i18n/locales/translations/vi-VN.json @@ -177,7 +177,7 @@ "common.approvePending": "Đang chờ phê duyệt...", "common.approveSpend": "Phê duyệt sử dụng {{symbol}}", "common.approving": "Đang phê duyệt", - "common.areYouSure": "Are you sure?", + "common.areYouSure": "Bạn có chắc chắn không?", "common.automatic": "Tự động", "common.availableIn": "Uniswap khả dụng tại: ", "common.availableOnIOSAndroid": "Khả dụng trên iOS và Android", @@ -490,11 +490,11 @@ "common.price": "Giá", "common.priceImpact": "Cảnh báo tác động giá", "common.priceUpdated": "Đã cập nhật giá", - "common.privacyChoices": "Your Privacy Choices", - "common.privacyChoices.checkbox.description": "When checked, we will not share your data with third-party partners for personalized advertising. You can enable sharing anytime by unchecking this box.", - "common.privacyChoices.checkbox.label": "Do not share my information", - "common.privacyChoices.description": "We may share device identifiers with our advertising partners to promote our services on other websites and platforms. Where this qualifies as selling, sharing or targeted advertising under applicable laws, you can opt out by checking the \"do not share my information\" box. For more information about our privacy practices please review our Privacy Policy.", - "common.privacyChoices.disclaimer": "Please note that your selection will apply only to this browser on this device. You can also opt out by enabling the Global Privacy Control setting within the browser that you use to access our services. To see more options, go to your settings.", + "common.privacyChoices": "Lựa chọn quyền riêng tư của bạn", + "common.privacyChoices.checkbox.description": "Sau khi chọn, chúng tôi sẽ không chia sẻ dữ liệu của bạn với các đối tác bên thứ ba cho việc cá nhân hóa quảng cáo. Bạn có thể cho phép chia sẻ bất cứ lúc nào bằng cách bỏ chọn ô này.", + "common.privacyChoices.checkbox.label": "Không chia sẻ thông tin của tôi", + "common.privacyChoices.description": "Có thể chúng tôi sẽ chia sẻ mã nhận dạng thiết bị với các đối tác quảng cáo nhằm quảng cáo dịch vụ của mình trên các trang web và nền tảng khác. Nếu việc này bị xem là buôn bán, chia sẻ hay quảng cáo nhắm mục tiêu theo luật hiện hành, bạn có thể từ chối bằng cách chọn ô \"Không chia sẻ thông tin của tôi\". Để biết thêm thông tin về việc thực hành quyền riêng tư của chúng tôi, vui lòng xem Chính sách quyền riêng tư.", + "common.privacyChoices.disclaimer": "Vui lòng lưu ý rằng lựa chọn của bạn sẽ chỉ áp dụng cho trình duyệt trên thiết bị này. Bạn cũng có thể bỏ chọn bằng cách bật thiết lập Kiểm soát quyền riêng tư toàn cầu trong trình duyệt mà bạn dùng để truy cập dịch vụ của chúng tôi. Để xem thêm lựa chọn, hãy đi đến cài đặt của bạn.", "common.privacyPolicy": "Chính sách về quyền riêng tư", "common.proceed": "Tiếp tục", "common.proceedInWallet": "Tiếp tục trong ví của bạn", @@ -650,7 +650,6 @@ "common.unwrap.failed": "Hủy bao bọc không thành công", "common.unwrapped": "Đã hủy bao bọc", "common.unwrapping": "Đang hủy bao bọc", - "common.version": "Phiên bản", "common.view.profile": "Xem hồ sơ", "common.viewOnBlockExplorer": "Xem trên Trình khám phá Blockchain", "common.viewOnExplorer": "Xem trên Trình khám phá", @@ -837,8 +836,8 @@ "fee.tier.create": "Tạo bậc phí", "fee.tier.create.button": "Tạo bậc phí mới", "fee.tier.create.description": "Tạo bậc mới sẽ khởi tạo trong một pool mới và dẫn đến phí mạng cao hơn bình thường.", - "fee.tier.description": "Số tiền kiếm được tạo điều kiện cho giao dịch. Chọn số tiền phù hợp với khả năng chịu rủi ro và chiến lược của bạn.", - "fee.tier.description.v2": "Số tiền kiếm được tạo điều kiện cho giao dịch. Tất cả pool v2 có phí cố định là 0,3%. Để có thêm lựa chọn, hãy cung cấp thanh khoản trên v4.", + "fee.tier.description": "Số tiền kiếm được cung cấp thanh khoản. Chọn số tiền phù hợp với khả năng chịu rủi ro và chiến lược của bạn.", + "fee.tier.description.v2": "Số tiền kiếm được cung cấp thanh khoản. Mọi pool v2 có phí cố định là 0,3%. Để có thêm tùy chọn, hãy cung cấp thanh khoản ở v4.", "fee.tier.dynamic": "Bậc phí linh hoạt", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", @@ -1492,7 +1491,7 @@ "position.provide.liquidityDescription": "Việc cung cấp thanh khoản khoảng giá đầy đủ đảm bảo sự tham gia thị trường liên tục ở mọi mức giá có thể, mang lại sự đơn giản nhưng có khả năng gây ra tổn thất tạm thời cao hơn.", "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", "position.removeHook": "Xóa hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.resetDescription": "Token, giá và lựa chọn khoảng giá của bạn sẽ được đặt lại.", "position.setRange": "Đặt khoảng giá", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "Nhập số tiền nạp", @@ -1540,7 +1539,7 @@ "revoke.failed.message": "Điều này cung cấp cho giao thức Uniswap quyền truy cập vào token của bạn để mua bán.", "routing.aggregateLiquidity": "Khi khả dụng, tổng hợp các nguồn thanh khoản để có giá tốt hơn và hoán đổi có miễn phí gas.", "routing.cheapest": "Ứng dụng Uniswap chọn tùy chọn giao dịch rẻ nhất có tính đến giá và phí mạng.", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "Ứng dụng Uniswap sẽ chọn tùy chọn giao dịch tối ưu dựa trên giá và phí mạng.", "scantastic.code.expired": "Đã hết hạn", "scantastic.code.subtitle": "Nhập mã này vào Tiện ích mở rộng Uniswap. Cụm từ khôi phục của bạn sẽ được mã hóa an toàn và chuyển đi.", "scantastic.code.timeRemaining.shorthand.hours": "Mã mới sau {{hours}} giờ {{minutes}} phút {{seconds}} giây", @@ -1761,7 +1760,7 @@ "swap.approveInWallet": "Phê duyệt trong ví của bạn", "swap.balance.amount": "Số dư: {{amount}}", "swap.bestRoute.cost": "Tuyến giá tốt nhất tốn ~{{gasPrice}} phí gas. ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "Phí tuyến tối ưu là ~{{gasPrice}} gas. ", "swap.bridging.estimatedTime": "Thời gian ước tính", "swap.bridging.title": "Hoán đổi trên các mạng", "swap.bridging.warning.description": "Bạn đang hoán đổi từ {{fromNetwork}} sang {{toNetwork}}. Điều này còn được gọi là \"kết nối cầu\", tức là di chuyển token của bạn từ mạng này sang mạng khác.", @@ -1847,8 +1846,8 @@ "swap.settings.protection.subtitle.supported": "Mạng {{chainName}}", "swap.settings.protection.subtitle.unavailable": "Không khả dụng trên {{chainName}}", "swap.settings.protection.title": "Bảo vệ hoán đổi", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Ứng dụng Uniswap sẽ chọn tùy chọn giao dịch rẻ nhất dựa trên giá và phí mạng.", + "swap.settings.routingPreference.option.default.description.v4": "Ứng dụng Uniswap sẽ chọn tùy chọn giao dịch tối ưu dựa trên giá và phí mạng.", "swap.settings.routingPreference.option.v2.title": "Pool v2", "swap.settings.routingPreference.option.v3.title": "Pool v3", "swap.settings.routingPreference.option.v4.title": "Pool v4", @@ -1877,7 +1876,7 @@ "swap.taxTooltip.tokenSelected": "Phí {{tokenSymbol}} không cho phép đầu ra chính xác. Hãy thay bằng sử dụng trường \"Bán\".", "swap.tokenOwnFees": "Một số token có thu phí khi được mua hoặc bán, do nhà phát hành token đặt ra. Uniswap không nhận bất kỳ khoản phí nào trong số này.", "swap.total": "Tổng cộng", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "Tuyến giao dịch", "swap.transaction.deadline": "Thời hạn giao dịch", "swap.transaction.revertAfter": "Giao dịch của bạn sẽ hoàn tác nếu đang chờ xử lý quá thời gian này.", "swap.unsupportedAssets.readMore": "Đọc thêm về tài sản không được hỗ trợ", @@ -1916,6 +1915,7 @@ "swap.warning.rateLimit.title": "Đã vượt quá giới hạn tỷ lệ", "swap.warning.router.message": "Bạn có thể đã mất kết nối hoặc mạng có thể gặp sự cố. Nếu vấn đề vẫn tiếp diễn, vui lòng thử lại sau.", "swap.warning.router.title": "Giao dịch này không thể hoàn tất ngay bây giờ", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} is blocked", "swap.warning.uniswapFee.message.default": "Phí được áp dụng để đảm bảo trải nghiệm tốt nhất với Uniswap. Không có phí liên quan đến hoán đổi này.", "swap.warning.uniswapFee.message.included": "Phí được áp dụng để đảm bảo trải nghiệm tốt nhất với Uniswap và đã được tính vào giá yết này.", "swap.warning.uniswapFee.title": "Phí hoán đổi", @@ -1990,33 +1990,37 @@ "token.safety.warning.blocked.description.named": "Bạn không thể giao dịch {{tokenSymbol}} bằng Ứng dụng Uniswap.", "token.safety.warning.dontShowWarningAgain": "Không hiển thị cảnh báo này nữa", "token.safety.warning.doYourOwnResearch": "Luôn tự nghiên cứu trước khi tiếp tục.", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "Tính khi {{action}}", + "token.safety.warning.flaggedAsMalicious": "Gắn cờ độc hại", + "token.safety.warning.fotHigh.title": "Phát hiện phí cao", + "token.safety.warning.fotLow.title": "Phát hiện có phí", + "token.safety.warning.fotVeryHigh.title": "Phát hiện phí rất cao", "token.safety.warning.honeypot.message": "{{tokenSymbol}} đã bị gắn cờ là không thể bán. Hoán đổi token này có thể dẫn đến mất tiền của bạn.", - "token.safety.warning.honeypot.title": "Đã phát hiện honeypot", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} đã bị gắn cờ là độc hại.", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "Phát hiện phí bán 100%", + "token.safety.warning.impersonator": "Mạo danh một token khác", + "token.safety.warning.impersonator.title": "Phát hiện mạo danh một token khác", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} bị Blockaid gắn cờ độc hại.", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} bị Blockaid gắn cờ vì tìm cách sao chép một token khác. Đây có thể không phải là token mà bạn định hoán đổi.", + "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} có thể không phải là token mà bạn định hoán đổi.", "token.safety.warning.malicious.title": "Đã phát hiện token độc hại", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "Hoán đổi token này có thể khiến bạn mất quỹ.", "token.safety.warning.medium.heading.default_one": "Token này không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Mỹ.", "token.safety.warning.medium.heading.default_other": "Các token này không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Mỹ.", "token.safety.warning.medium.heading.default_one_also": "Token này cũng không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Mỹ.", "token.safety.warning.medium.heading.default_other_also": "Các token này cũng không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Mỹ.", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Mỹ.", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} đã bị gắn cờ là token có khả năng là spam.", + "token.safety.warning.notListedOnExchanges": "Không được niêm yết trên các sàn giao dịch hàng đầu của Hoa Kỳ", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} bị gắn cờ không thể bán.", + "token.safety.warning.sellFee100.title": "Phát hiện phí bán 100%", + "token.safety.warning.spam.message": "{{tokenSymbol}} bị Blockaid gắn cờ spam.", "token.safety.warning.spam.title": "Đã phát hiện token spam", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "Người dùng spam", "token.safety.warning.strong.heading.default_one": "Token này không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Mỹ hoặc thường xuyên hoán đổi trên Uniswap.", "token.safety.warning.strong.heading.default_other": "Các token này không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Mỹ hoặc thường xuyên hoán đổi trên Uniswap.", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} không được giao dịch trên các sàn giao dịch tập trung hàng đầu của Mỹ hoặc thường xuyên hoán đổi trên Uniswap.", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} tính phí {{buyFeePercent}} khi mua và {{sellFeePercent}} khi bán.", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} sẽ tính phí {{feePercent}} khi mua.", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} sẽ tính phí {{feePercent}} khi bán.", "token.safetyLevel.blocked.header": "Không khả dụng", "token.safetyLevel.blocked.message": "Bạn không thể giao dịch token này bằng Ví Uniswap.", "token.safetyLevel.medium.header": "Thận trọng", diff --git a/packages/uniswap/src/i18n/locales/translations/zh-CN.json b/packages/uniswap/src/i18n/locales/translations/zh-CN.json index c3a32cfa58a..10b38f60cc0 100644 --- a/packages/uniswap/src/i18n/locales/translations/zh-CN.json +++ b/packages/uniswap/src/i18n/locales/translations/zh-CN.json @@ -177,7 +177,7 @@ "common.approvePending": "待批准...", "common.approveSpend": "批准 {{symbol}} 支出", "common.approving": "正在批准", - "common.areYouSure": "Are you sure?", + "common.areYouSure": "你确定吗?", "common.automatic": "自动", "common.availableIn": "Uniswap 可用于:", "common.availableOnIOSAndroid": "适用于 iOS 和 Android", @@ -490,11 +490,11 @@ "common.price": "价格", "common.priceImpact": "价格影响警告", "common.priceUpdated": "价格已更新", - "common.privacyChoices": "Your Privacy Choices", - "common.privacyChoices.checkbox.description": "When checked, we will not share your data with third-party partners for personalized advertising. You can enable sharing anytime by unchecking this box.", - "common.privacyChoices.checkbox.label": "Do not share my information", - "common.privacyChoices.description": "We may share device identifiers with our advertising partners to promote our services on other websites and platforms. Where this qualifies as selling, sharing or targeted advertising under applicable laws, you can opt out by checking the \"do not share my information\" box. For more information about our privacy practices please review our Privacy Policy.", - "common.privacyChoices.disclaimer": "Please note that your selection will apply only to this browser on this device. You can also opt out by enabling the Global Privacy Control setting within the browser that you use to access our services. To see more options, go to your settings.", + "common.privacyChoices": "你的隐私选择", + "common.privacyChoices.checkbox.description": "选中后,我们不会将你的数据与第三方合作伙伴共享以用于个性化广告。你随时可以取消选中此框,启用共享。", + "common.privacyChoices.checkbox.label": "请勿分享我的信息", + "common.privacyChoices.description": "我们可能会与广告合作伙伴共享设备标识符,以便在其他网站和平台上推广我们的服务。如果根据适用法律,此行为属于销售、共享或定向广告,你可以通过勾选“请勿分享我的信息”框来选择退出。有关我们隐私惯例的更多信息,请查看我们的隐私政策。", + "common.privacyChoices.disclaimer": "请注意,你的选择仅适用于本设备上的此浏览器。你也可以在用于访问我们服务的浏览器中启用“全局隐私控制”设置来选择退出。要查看更多选项,请转到你的设置。", "common.privacyPolicy": "隐私政策", "common.proceed": "继续", "common.proceedInWallet": "进入你的钱包", @@ -650,7 +650,6 @@ "common.unwrap.failed": "拆封失败", "common.unwrapped": "已拆封", "common.unwrapping": "正在拆封", - "common.version": "版本", "common.view.profile": "查看个人资料", "common.viewOnBlockExplorer": "在区块 Explorer 上查看", "common.viewOnExplorer": "在 Explorer 上查看", @@ -837,8 +836,8 @@ "fee.tier.create": "创建费用等级", "fee.tier.create.button": "创建新费用等级", "fee.tier.create.description": "创建新等级将在新资金池中初始化,并导致网络费用比平常高。", - "fee.tier.description": "通过交易赚取的金额。选择适合你的风险承受能力和策略的金额。", - "fee.tier.description.v2": "通过促成交易赚取的金额。所有 v2 资金池都采用固定的 0.3% 费用。如需更多选择,请在 v4 上提供流动性。", + "fee.tier.description": "通过提供流动性赚取的金额。选择适合你风险承受能力和投资策略的金额。", + "fee.tier.description.v2": "通过提供流动性赚取的金额。所有 v2 资金池均收取 0.3% 的固定费用。如需更多选择,请在 v4 上提供流动性。", "fee.tier.dynamic": "动态费用等级", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", @@ -1490,9 +1489,9 @@ "position.protocol": "{{protocol}} 头寸", "position.provide.liquidity": "选择你想要提供流动性的代币。你可以在所有支持的网络上选择代币。", "position.provide.liquidityDescription": "提供全方位的流动性可以确保在所有可能的价格范围内持续参与市场,虽然提供了简单性,但有可能产生更高的无常损失。", - "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", - "position.removeHook": "移除 Hook", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.provide.liquidityDescription.custom": "自定义区间可让你将流动性集中在特定的价格范围内,从而提高资本效率和费用收入,但这样做需要更加积极的管理。", + "position.removeHook": "移除挂钩", + "position.resetDescription": "你的代币、价格和区间选择将会重置。", "position.setRange": "设定价格范围", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "输入存款金额", @@ -1540,7 +1539,7 @@ "revoke.failed.message": "这样,Uniswap 协议就可以访问你的代币进行交易。", "routing.aggregateLiquidity": "在可用时,聚合流动资金来源,以获得更优惠的价格和免 Gas 交换。", "routing.cheapest": "Uniswap 客户端根据价格和网络费用选择最便宜的交易选项。", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "Uniswap 客户端根据价格和网络费用选择最佳交易选项。", "scantastic.code.expired": "已到期", "scantastic.code.subtitle": "在 Uniswap 扩展中输入此代码。将安全地加密和传输恢复短语。", "scantastic.code.timeRemaining.shorthand.hours": "在 {{hours}} 小时 {{minutes}} 分 {{seconds}} 秒后新建代码", @@ -1761,7 +1760,7 @@ "swap.approveInWallet": "在钱包中批准", "swap.balance.amount": "余额:{{amount}}", "swap.bestRoute.cost": "最优价格路线的 Gas 费用约为 {{gasPrice}}。 ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "最佳路径的 Gas 费约为 {{gasPrice}}。 ", "swap.bridging.estimatedTime": "估计时间", "swap.bridging.title": "正在跨网络交换", "swap.bridging.warning.description": "你正在从 {{fromNetwork}} 交换到 {{toNetwork}}。这也被称为“桥接”,将你的代币从一个网络移动到另一个网络。", @@ -1847,8 +1846,8 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} 网络", "swap.settings.protection.subtitle.unavailable": "在 {{chainName}} 上不可用", "swap.settings.protection.title": "兑换保护", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Uniswap 客户端根据价格和网络费用选择最便宜的交易选项。", + "swap.settings.routingPreference.option.default.description.v4": "Uniswap 客户端根据价格和网络费用选择最佳交易选项。", "swap.settings.routingPreference.option.v2.title": "v2 资金池", "swap.settings.routingPreference.option.v3.title": "v3 资金池", "swap.settings.routingPreference.option.v4.title": "v4 资金池", @@ -1877,7 +1876,7 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} 费用不允许完全精确的输出。请改用“出售”字段。", "swap.tokenOwnFees": "在购买或出售某些代币时收取由代币发行者设置的费用。Uniswap 不收取任何此类费用。", "swap.total": "总计", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "交易路径", "swap.transaction.deadline": "交易截止日期", "swap.transaction.revertAfter": "如果你的交易等待时间超过此时间段,则交易将撤销。", "swap.unsupportedAssets.readMore": "阅读更多关于不受支持资产的信息", @@ -1916,6 +1915,7 @@ "swap.warning.rateLimit.title": "超出费率限制", "swap.warning.router.message": "你可能失去了连接或网络可能出现故障。如果问题仍然存在,请稍后重试。", "swap.warning.router.title": "目前无法完成这笔交易", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} 已被屏蔽", "swap.warning.uniswapFee.message.default": "收取费用是为了确保你获得 Uniswap 最佳使用体验。此交换无关联的费用。", "swap.warning.uniswapFee.message.included": "收取费用是为了确保获得 Uniswap 最佳使用体验,并且已计入此报价中。", "swap.warning.uniswapFee.title": "兑换费用", @@ -1990,33 +1990,37 @@ "token.safety.warning.blocked.description.named": "你无法使用 Uniswap 应用交易 {{tokenSymbol}}。", "token.safety.warning.dontShowWarningAgain": "不要再向我显示此警告", "token.safety.warning.doYourOwnResearch": "在继续之前务必自行调查研究。", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "{{action}} 时收取 ", + "token.safety.warning.flaggedAsMalicious": "标记为恶意", + "token.safety.warning.fotHigh.title": "检测到高额费用", + "token.safety.warning.fotLow.title": "检测到费用", + "token.safety.warning.fotVeryHigh.title": "检测到极高费用", "token.safety.warning.honeypot.message": "{{tokenSymbol}} 已被标记为不可出售。交换此代币可能会导致你的资金损失。", - "token.safety.warning.honeypot.title": "检测到蜜罐", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} 已被标记为恶意。", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "检测到 100% 出售费用", + "token.safety.warning.impersonator": "冒充其他代币", + "token.safety.warning.impersonator.title": "检测到冒充代币", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} 已被 Blockaid 标记为恶意代币。", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} 已因尝试复制不同的代币被 Blockaid 标记。它可能不是你想要交换的代币。", + "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} 可能不是你想要交换的代币。", "token.safety.warning.malicious.title": "检测到恶意代币", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "交换它可能会导致资金损失。", "token.safety.warning.medium.heading.default_one": "此代币并未在美国的主要中心化交易所交易。", "token.safety.warning.medium.heading.default_other": "这些代币并未在美国的主要中心化交易所进行交易。", "token.safety.warning.medium.heading.default_one_also": "此代币也没有在美国领先的中心化交易所进行交易。", "token.safety.warning.medium.heading.default_other_also": "这些代币也没有在美国领先的中心化交易所进行交易。", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} 并未在美国的主要中心化交易所交易。", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} 已被标记为潜在垃圾代币。", + "token.safety.warning.notListedOnExchanges": "未在美国主要交易所上市", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} 已被标记为不可出售。", + "token.safety.warning.sellFee100.title": "检测到 100% 出售费用", + "token.safety.warning.spam.message": "{{tokenSymbol}} 已被 Blockaid 标记为垃圾代币。", "token.safety.warning.spam.title": "检测到垃圾代币", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "垃圾代币用户", "token.safety.warning.strong.heading.default_one": "此代币并未在美国的主要中心化交易所交易,也不常在 Uniswap 上交换。", "token.safety.warning.strong.heading.default_other": "这些代币并未在美国的主要中心化交易所交易,也不常在 Uniswap 上交换。", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} 并未在美国的主要中心化交易所交易,也不常在 Uniswap 上交换。", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} 买入时收取 {{buyFeePercent}} 费用,出售时收取 {{sellFeePercent}} 费用。", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} 买入时收取 {{feePercent}} 费用。", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} 出售时收取 {{feePercent}} 费用。", "token.safetyLevel.blocked.header": "不可用", "token.safetyLevel.blocked.message": "你无法使用 Uniswap 钱包交易此代币。", "token.safetyLevel.medium.header": "小心", diff --git a/packages/uniswap/src/i18n/locales/translations/zh-TW.json b/packages/uniswap/src/i18n/locales/translations/zh-TW.json index 442fa3c7b3e..f927d358919 100644 --- a/packages/uniswap/src/i18n/locales/translations/zh-TW.json +++ b/packages/uniswap/src/i18n/locales/translations/zh-TW.json @@ -177,7 +177,7 @@ "common.approvePending": "待核准...", "common.approveSpend": "核准 {{symbol}} 支出", "common.approving": "正在核准", - "common.areYouSure": "Are you sure?", + "common.areYouSure": "確定繼續?", "common.automatic": "自動", "common.availableIn": "Uniswap 適用於:", "common.availableOnIOSAndroid": "適用於 iOS 和 Android", @@ -490,11 +490,11 @@ "common.price": "價格", "common.priceImpact": "價格影響警告", "common.priceUpdated": "價格已更新", - "common.privacyChoices": "Your Privacy Choices", - "common.privacyChoices.checkbox.description": "When checked, we will not share your data with third-party partners for personalized advertising. You can enable sharing anytime by unchecking this box.", - "common.privacyChoices.checkbox.label": "Do not share my information", - "common.privacyChoices.description": "We may share device identifiers with our advertising partners to promote our services on other websites and platforms. Where this qualifies as selling, sharing or targeted advertising under applicable laws, you can opt out by checking the \"do not share my information\" box. For more information about our privacy practices please review our Privacy Policy.", - "common.privacyChoices.disclaimer": "Please note that your selection will apply only to this browser on this device. You can also opt out by enabling the Global Privacy Control setting within the browser that you use to access our services. To see more options, go to your settings.", + "common.privacyChoices": "你的隱私權選擇", + "common.privacyChoices.checkbox.description": "如果你勾選此項,則我們不會與第三方合作夥伴分享你的資料以進行個人化廣告推廣。你可隨時取消勾選此方塊以啟用分享。", + "common.privacyChoices.checkbox.label": "請勿分享我的資訊", + "common.privacyChoices.description": "我們可能會與我們的廣告合作夥伴分享裝置標識符資訊,以便在其他網站和平台上推廣我們的服務。如果根據適用法律,此行為屬於銷售、分享或定向廣告,你可以勾選「請勿分享我的資訊」方塊以選擇退出。有關我們隱私權實務操作的更多資訊,請查閱我們的隱私權政策。", + "common.privacyChoices.disclaimer": "請注意,你的選擇僅適用於此裝置上的當前瀏覽器。你也可在用於存取我們服務的瀏覽器中啟用全域私隱權控制設定以選擇退出。如需查看更多選項,請前往你的設定。", "common.privacyPolicy": "私隱權政策", "common.proceed": "繼續", "common.proceedInWallet": "在你的錢包中進行", @@ -650,8 +650,7 @@ "common.unwrap.failed": "拆封失敗", "common.unwrapped": "已拆封", "common.unwrapping": "正在拆封", - "common.version": "版本", - "common.view.profile": "查看個人資料", + "common.view.profile": "檢視個人資料", "common.viewOnBlockExplorer": "在 Block Explorer 上檢視", "common.viewOnExplorer": "在 Explorer 上檢視", "common.volume": "成交量", @@ -837,8 +836,8 @@ "fee.tier.create": "建立交易費用等級", "fee.tier.create.button": "建立新交易費用等級", "fee.tier.create.description": "建立新等級將在新資產池中初始化,並導致比平常更高的網路費。", - "fee.tier.description": "促進交易所賺取的金額。選擇適合你的風險承受能力和策略的金額。", - "fee.tier.description.v2": "進行交易所賺取的金額。所有 v2 資產池都有固定的 0.3% 交易費用。如需更多選擇,請在 v4 上提供流動資產。", + "fee.tier.description": "提供流動資產所賺取的金額。選擇適合你的風險承受能力和策略的金額。", + "fee.tier.description.v2": "提供流動資產所賺取的金額。所有 v2 資產池都有固定的 0.3% 交易費用。如需更多選擇,請在 v4 上提供流動資產。", "fee.tier.dynamic": "動態交易費用等級", "fee.tier.dynamic.create": "Creating dynamic fee tier", "fee.tier.dynamic.create.info": "You are about to create a pool with a dynamic fee tier. Before proceeding, please ensure that the selected hook supports dynamic fees.", @@ -1490,9 +1489,9 @@ "position.protocol": "{{protocol}} 部位", "position.provide.liquidity": "選擇你想要為其提供流動資產的代幣。你可以在所有支援的網路上選擇代幣。", "position.provide.liquidityDescription": "提供全方位的流動資產可確保在所有可能的價格範圍內持續參與市場,提供簡單性,但有可能帶來更高的無常損失。", - "position.provide.liquidityDescription.custom": "Custom range allows you to concentrate your liquidity within specific price bounds, enhancing capital efficiency and fee earnings but requiring more active management.", - "position.removeHook": "刪除掛鉤", - "position.resetDescription": "Your tokens, price, and range selections will be reset.", + "position.provide.liquidityDescription.custom": "你可透過自訂範圍將流動資產集中在特定的價格範圍內,提高資本效率和交易費用收益,但需要更積極的管理。", + "position.removeHook": "移除掛鉤", + "position.resetDescription": "你的代幣、價格和範圍選擇將會重設。", "position.setRange": "設定價格範圍", "position.setRange.inputsBelow": "Use the inputs below to set your range.", "position.step.deposit": "輸入存款金額", @@ -1540,7 +1539,7 @@ "revoke.failed.message": "這為 Uniswap 通訊協定提供了對你的代幣進行交易的存取權。", "routing.aggregateLiquidity": "如果可以,請聚合流動資產來源,以獲得更優惠的價格以及免 Gas 費的交換。", "routing.cheapest": "Uniswap 用戶端考慮價格和網路費來選擇最便宜的交易選項。", - "routing.cheapest.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "routing.cheapest.v4": "Uniswap 用戶端根據價格和網路費來選擇最佳交易選項。", "scantastic.code.expired": "已到期", "scantastic.code.subtitle": "在 Uniswap Extension 中輸入此代碼。你的助記詞將會安全地加密和轉移。", "scantastic.code.timeRemaining.shorthand.hours": "在 {{hours}} 小時 {{minutes}} 分鐘 {{seconds}} 秒後產生新代碼", @@ -1761,7 +1760,7 @@ "swap.approveInWallet": "在你的錢包中核准", "swap.balance.amount": "餘額:{{amount}}", "swap.bestRoute.cost": "最佳價格路徑的 Gas 費用約為 {{gasPrice}}。 ", - "swap.bestRoute.cost.v4": "Optimal route costs ~{{gasPrice}} in gas. ", + "swap.bestRoute.cost.v4": "最佳路徑的燃料費約為 {{gasPrice}}。 ", "swap.bridging.estimatedTime": "預計時間", "swap.bridging.title": "跨網路交換", "swap.bridging.warning.description": "你正在從 {{fromNetwork}} 交換到 {{toNetwork}}。這也稱為「橋接」,它將你的代幣從一個網路移動到另一個網路。", @@ -1847,8 +1846,8 @@ "swap.settings.protection.subtitle.supported": "{{chainName}} 網路", "swap.settings.protection.subtitle.unavailable": "不適用於 {{chainName}}", "swap.settings.protection.title": "交換保護", - "swap.settings.routingPreference.option.default.description": "The Uniswap client selects the cheapest trade option factoring in price and network costs.", - "swap.settings.routingPreference.option.default.description.v4": "The Uniswap client selects the optimal trade option factoring in price and network costs.", + "swap.settings.routingPreference.option.default.description": "Uniswap 用戶端根據價格和網路費來選擇最便宜的交易選項。", + "swap.settings.routingPreference.option.default.description.v4": "Uniswap 用戶端根據價格和網路費來選擇最佳交易選項。", "swap.settings.routingPreference.option.v2.title": "v2 資產池", "swap.settings.routingPreference.option.v3.title": "v3 資產池", "swap.settings.routingPreference.option.v4.title": "v4 資產池", @@ -1877,7 +1876,7 @@ "swap.taxTooltip.tokenSelected": "{{tokenSymbol}} 交易費用不允許精確的轉出。請改用「出售」欄位。", "swap.tokenOwnFees": "有些代幣在購買或出售時會收取交易費用,該交易費用由代幣發行者設定。Uniswap 不收取任何此類交易費用。", "swap.total": "總計", - "swap.tradeRoutes": "Trade routes", + "swap.tradeRoutes": "交易路徑", "swap.transaction.deadline": "交易截止日期", "swap.transaction.revertAfter": "如果你的交易等待處理時間超過此時段,你的交易將會還原。", "swap.unsupportedAssets.readMore": "了解有關不支援的資產的更多資訊", @@ -1916,6 +1915,7 @@ "swap.warning.rateLimit.title": "超過速率限制", "swap.warning.router.message": "連線可能已中斷,或網路可能已關閉。如果問題仍然存在,請稍後再試。", "swap.warning.router.title": "目前無法完成此交易", + "swap.warning.tokenBlocked.button": "{{tokenSymbol}} 已被封鎖", "swap.warning.uniswapFee.message.default": "收取交易費用是為了確保 Uniswap 的最佳體驗。此交換不收取任何費用。", "swap.warning.uniswapFee.message.included": "收取交易費用是為了確保 Uniswap 的最佳體驗,並已計入此報價中。", "swap.warning.uniswapFee.title": "交換交易費⽤", @@ -1990,33 +1990,37 @@ "token.safety.warning.blocked.description.named": "你無法使用 Uniswap 應用程式進行交易 {{tokenSymbol}}。", "token.safety.warning.dontShowWarningAgain": "不要再向我顯示此警告", "token.safety.warning.doYourOwnResearch": "在繼續之前一定要先盡責調查。", - "token.safety.warning.feeDescription": "Charges a when {{action}}", - "token.safety.warning.flaggedAsMalicious": "Flagged as malicious", - "token.safety.warning.fotHigh.title": "High fee detected", - "token.safety.warning.fotLow.title": "Fee detected", - "token.safety.warning.fotVeryHigh.title": "Very high fee detected", + "token.safety.warning.feeDescription": "當 {{action}} 時收取 ", + "token.safety.warning.flaggedAsMalicious": "標記為惡意", + "token.safety.warning.fotHigh.title": "偵測到高額交易費用", + "token.safety.warning.fotLow.title": "偵測到交易費用", + "token.safety.warning.fotVeryHigh.title": "偵測到非常高的交易費用", "token.safety.warning.honeypot.message": "{{tokenSymbol}} 已標示為不可售。交換此代幣可能會導致你的資金損失。", - "token.safety.warning.honeypot.title": "偵測到蜜罐", - "token.safety.warning.impersonator": "Impersonates another token", - "token.safety.warning.impersonator.title": "Impersonator token detected", - "token.safety.warning.malicious.general.message": "{{tokenSymbol}} 已被標記為惡意。", - "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} has been flagged as an attempt to copy a different token. It may not be the token you are looking to swap.", - "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} may not be the token you are looking to swap.", + "token.safety.warning.honeypot.title": "偵測到 100% 出售交易費用", + "token.safety.warning.impersonator": "冒充其他代幣", + "token.safety.warning.impersonator.title": "偵測到冒充代幣", + "token.safety.warning.malicious.general.message": "{{tokenSymbol}} 已被 Blockaid 標記為惡意。", + "token.safety.warning.malicious.impersonator.message": "{{tokenSymbol}} 已因嘗試複製不同的代幣而被 Blockaid 標記。它可能不是你要交換的代幣。", + "token.safety.warning.malicious.impersonator.message.short": "{{tokenSymbol}} 可能不是你想要交換的代幣。", "token.safety.warning.malicious.title": "偵測到惡意代幣", - "token.safety.warning.mayResultInLoss": "Swapping it may result in a loss of funds.", + "token.safety.warning.mayResultInLoss": "交換它可能會導致資金損失。", "token.safety.warning.medium.heading.default_one": "此代幣未在美國的主要中心化交易所上市。", "token.safety.warning.medium.heading.default_other": "這些代幣不在美國領先的中心化交易所進行交易。", "token.safety.warning.medium.heading.default_one_also": "該代幣也不在美國領先的中心化交易所進行交易。", "token.safety.warning.medium.heading.default_other_also": "這些代幣也不在美國領先的中心化交易所進行交易。", "token.safety.warning.medium.heading.named": "{{tokenSymbol}} 不在美國主要集中交易所進行交易。", - "token.safety.warning.notListedOnExchanges": "Not listed on leading U.S. exchanges", - "token.safety.warning.spam.message": "{{tokenSymbol}} 已遭到標記為潛在的垃圾代幣。", + "token.safety.warning.notListedOnExchanges": "未在美國的主要交易所上市", + "token.safety.warning.sellFee100.message": "{{ tokenSymbol }} 已被標記為不可售。", + "token.safety.warning.sellFee100.title": "偵測到 100% 出售交易費用", + "token.safety.warning.spam.message": "{{tokenSymbol}} 已被 Blockaid 標記為垃圾代幣。", "token.safety.warning.spam.title": "偵測到垃圾代幣", - "token.safety.warning.spamsUsers": "Spams users", + "token.safety.warning.spamsUsers": "垃圾代幣使用者", "token.safety.warning.strong.heading.default_one": "此代幣未在美國的主要中心化交易所上市,也未在 Uniswap 上經常交換。", "token.safety.warning.strong.heading.default_other": "這些代幣未在美國的主要中心化交易所上市,也未在 Uniswap 上經常交換。", "token.safety.warning.strong.heading.named": "{{tokenSymbol}} 未在美國的主要中心化交易所上市,也未在 Uniswap 上經常交換。", - "token.safety.warning.tokenChargesFee.percent.message": "{{tokenSymbol}} charges a {{feePercent}} fee when bought or sold.", + "token.safety.warning.tokenChargesFee.both.message": "{{tokenSymbol}} 購買時收取 {{buyFeePercent}} 交易費用,出售時收取 {{sellFeePercent}}。", + "token.safety.warning.tokenChargesFee.buy.message": "{{tokenSymbol}} 購買時收取 {{feePercent}} 交易費用。", + "token.safety.warning.tokenChargesFee.sell.message": "{{tokenSymbol}} 出售時收取 {{feePercent}} 交易費用。", "token.safetyLevel.blocked.header": "無法使用", "token.safetyLevel.blocked.message": "你無法使用 Uniswap 錢包進行交易此代幣。", "token.safetyLevel.medium.header": "警告", diff --git a/packages/uniswap/src/test/fixtures/wallet/transactions/helpers.ts b/packages/uniswap/src/test/fixtures/wallet/transactions/helpers.ts index 38c7684c3a6..10a552f5041 100644 --- a/packages/uniswap/src/test/fixtures/wallet/transactions/helpers.ts +++ b/packages/uniswap/src/test/fixtures/wallet/transactions/helpers.ts @@ -41,6 +41,7 @@ export const getTxFixtures = (transaction?: hash: faker.datatype.uuid(), options: { request: ethersTransactionRequest(), + submittedTimestampMs: Date.now(), }, }), transaction, diff --git a/packages/wallet/src/features/transactions/sendTransactionSaga.test.ts b/packages/wallet/src/features/transactions/sendTransactionSaga.test.ts index b0f5dea79bd..1664a233617 100644 --- a/packages/wallet/src/features/transactions/sendTransactionSaga.test.ts +++ b/packages/wallet/src/features/transactions/sendTransactionSaga.test.ts @@ -145,6 +145,7 @@ describe(sendTransaction, () => { maxPriorityFeePerGas: undefined, maxFeePerGas: undefined, }, + submittedTimestampMs: Date.now(), timeoutTimestampMs: undefined, }, }), diff --git a/packages/wallet/src/features/transactions/sendTransactionSaga.ts b/packages/wallet/src/features/transactions/sendTransactionSaga.ts index d54d17063d2..1c6811988c9 100644 --- a/packages/wallet/src/features/transactions/sendTransactionSaga.ts +++ b/packages/wallet/src/features/transactions/sendTransactionSaga.ts @@ -176,9 +176,10 @@ function* updateSubmittedTransaction( analytics?: ReturnType, ) { const request = getSerializableTransactionRequest(populatedRequest, transaction.chainId) + const submittedTimestampMs = Date.now() const timeoutTimestampMs = transaction.typeInfo.gasEstimates || transaction.options.submitViaPrivateRpc - ? Date.now() + getTransactionTimeoutMs(transaction.chainId) + ? submittedTimestampMs + getTransactionTimeoutMs(transaction.chainId) : undefined const updatedTransaction: OnChainTransactionDetails = { @@ -188,6 +189,7 @@ function* updateSubmittedTransaction( options: { ...transaction.options, request, + submittedTimestampMs, timeoutTimestampMs, }, } @@ -275,6 +277,7 @@ export function* getPendingPrivateTxCount(address: Address, chainId: number) { tx.chainId === chainId && tx.status === TransactionStatus.Pending && isClassic(tx) && - Boolean(tx.options.submitViaPrivateRpc), + Boolean(tx.options.submitViaPrivateRpc) && + tx.hash, ).length } diff --git a/packages/wallet/src/features/transactions/transactionWatcherSaga.ts b/packages/wallet/src/features/transactions/transactionWatcherSaga.ts index 1dd7d604d3c..b70012660a6 100644 --- a/packages/wallet/src/features/transactions/transactionWatcherSaga.ts +++ b/packages/wallet/src/features/transactions/transactionWatcherSaga.ts @@ -317,7 +317,7 @@ function* waitForRemoteUpdate(transaction: TransactionDetails, provider: provide } } - if ((isBridge(transaction) || isClassic(transaction)) && !transaction.options?.request) { + if ((isBridge(transaction) || isClassic(transaction)) && !transaction.options?.submittedTimestampMs) { // Transaction was not submitted yet, ignore it for now // Once it's submitted, it'll be updated and the watcher will pick it up return undefined @@ -579,8 +579,8 @@ export function logTransactionEvent(actionData: ReturnType