- 16 Mar, 2023 2 commits
-
-
Zach Pomerantz authored
* feat: trace swap.send * docs: comments * test: sentry transaction trace * fix: tag as non-widget * fix: nits * refactor: brackets * fix: type TraceTags * docs: traceTransaction * chore: transaction->span * docs: even more docs * fix: is_widget
-
Zach Pomerantz authored
* build: alphabetize * fix: rm SENTRY_ENABLED as it defaults to false * feat: enable sentry via .env.production * test: do not send events from e2e tests * fix: negation
-
- 15 Mar, 2023 12 commits
-
-
Jordan Frankfurt authored
* Support BNB Chain * Update Interface with BNB Chain * use SupportedChainId from sdk * yarn-deduplicate * add rpc urls * add support for arbitrum goerli * add arbitrum_goerli to jsonrpc list * remove eslint disables * remove non-existent gql gen Chain type * fix import issues * fix test * Update src/utils/getExplorerLink.ts Co-authored-by:
Tina <59578595+tinaszheng@users.noreply.github.com> * add quicknode rpc as primary * bump universal router sdk to support bnb chain * add correct network name for asset repo indexing * add v3 smart order router * yarn-deduplicate --strategy=highest * let ethersproject stuff update * remove safety test that is no longer relevant * update network info link * fix block explorer stuff, fix light theme * add subgraph support * update quicknode rpc * update the wrapped BNB token symbol to WBNB * update useStablecoinPrice api to support loading states * update useStablecoinPrice api to support loading states * Revert "update useStablecoinPrice api to support loading states" This reverts commit c1fa6297d06fdf5100c1d5dfea6a820f7a0eeb7b. * Revert "update useStablecoinPrice api to support loading states" This reverts commit 2e703552b591fd56d032fe35afab9ead911f2ab2. * fix copy and quote token for non-eth networks * add coingecko bnb list * fix: design treatment from @infredible for bnb support (#6052) merging in current state--can merge again when the rest is ready * fix info site links * fix: don't show a price impact warning if the user is (un)wrapping * finish switching to chains/constants * fix chainId test * fred's bnb background colors * pr feedback from zzmp * update sdk-core * remove unused image * update bnb chain asset url extension * new addresses * fix test and patch sdk-core version to use BNB instead of BSC * checking in this weird schema file--maybe a mistake? * remove temp file * fix bases * fix network bridge alert text color * fix: widget defaultToken resetting on TDP --------- Co-authored-by:
ILIA.eth <4621066+ilyamk@users.noreply.github.com> Co-authored-by:
Tina <59578595+tinaszheng@users.noreply.github.com> Co-authored-by:
lynn <41491154+lynnshaoyu@users.noreply.github.com> Co-authored-by:
Tina Zheng <tina.s.zheng+github@gmail.com> Co-authored-by:
Eddie Dugan <eddie.dugan@uniswap.org>
-
Vignesh Mohankumar authored
* tooltip * add numberType * try again * eslint * one more
-
Tina authored
fix: Eth price fetch cache miss and use default fetch policy to remove extra network requests (#6157)
-
github-actions[bot] authored
* chore(i18n): synchronize translations from crowdin [skip ci] * merge in translations --------- Co-authored-by:
Crowdin Bot <support+bot@crowdin.com> Co-authored-by:
Yannie Yip <yannie.yip@uniswap.org>
-
Charles Bachmeier authored
* add new activity query * add nftactivity hook and fix query * converted activity type to accept optionals, hook should return activity type * single asset activity * relaystylepagination * working on local endpoint * working timestamps * updated endpoint * use correct env var * undo asset testing * forgot last * undo more testing * don't break on null address * working loading state * better loading states * handle marketplace type update * remove types * properly format price and reduce redundancy * handle null price --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Tina authored
* remove block number check * add refetchOnMountOrArgChange
-
Charles Bachmeier authored
add infringing collection to blocklist Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Jack Short authored
* initial setup * forgot border * cta * rough draft * adding marketplace container and selector * removing last sale * details link * marketplace icons * removing hovered * adding icons * removing unused exports * fixing hover * not linking to details * linting * mobile * moving cards to component * linting * profile cards * deleting cards * fixing imports * actually fixing imports * tryingn to fix linting errors * disabling module export for this file * fixing build * seems to hate uppercase C * fixing tests * passing data-testid correctly * tertiary info * removing the extra times * button states * adjusting tertiary * pointer-events * border animation * variance bug * cryptopunks * unavailable for listing * disabled cta * set heihgt * animated slide up * animation * badge changes * shadows * ran yarn * removing eslint comment * removing types and hooks * removing from cache * small tweaks * removing unused tertiary info * initial comment addressing * more comments * translations * refactoring file structure * removing trans tag * reverting to what it prev was * text-shadow * eslint ignore * updating size test
-
Charles Bachmeier authored
don't fire off a graphql query on an empty search Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Jordan Frankfurt authored
* feat: injected -> browser wallet w/ icon updates * update tests
-
Zach Pomerantz authored
* build: add @sentry/tracing * feat: turn on pageload tracing * feat: simple trace abstractions * fix: set sample rate in .env * fix: rm unused trace * fix: bump size for new deps * fix: unnecessary line
-
cartcrom authored
* Revert "fix: "revert feat: Use ETH based pricing instead of USDC based pricing for quote USD values (#6132) (#6150)" This reverts commit 645d9218. * Revert "fix: Use non-subgraph fields for calculating USD prices on explore and token details pages (#6134)" This reverts commit 5c8b45c8.
-
- 14 Mar, 2023 6 commits
-
-
eddie authored
-
Jordan Frankfurt authored
fix: "revert feat: Use ETH based pricing instead of USDC based pricing for quote USD values (#6132) (#6150) * Revert "feat: Use ETH based pricing instead of USDC based pricing for quote USD values (#6132)" This reverts commit a8864614. * revert isLoading api * fix lint errors * fix loading state
-
lynn authored
* init * update unit test * fix hover states, fix landing pg behavior * wip * fix hook * rename tax service hook * fix typo * remove left and right borders on mobile * fix height of inner container on mobile
-
cartcrom authored
* fix: fetch same tokens for topTokens and sparkline queries * fix: updated comment
-
Tina authored
* set loading state in usdc price fetch * remove console log * use 100 for polygon * use 10k for polygon
-
Zach Pomerantz authored
-
- 13 Mar, 2023 3 commits
-
-
Jordan Frankfurt authored
* fix: fix full range LP * make a dedicated hook for syncing query parameters * sync full range button to url * add comment explaining lint rule disable
-
eddie authored
fix: tdp widget bug
-
lynn authored
* fix * incorporate comments from jordan + tina
-
- 12 Mar, 2023 1 commit
-
-
Tina authored
* use non subgraph fields for querying usd prices * undefined check * remove unuecessary logoUrl field * remove outdated test * fix: switch recently fetched tokens to token project market & update missing chart message --------- Co-authored-by:
cartcrom <cartergcromer@gmail.com>
-
- 11 Mar, 2023 7 commits
-
-
Tina authored
fix weth + dont call gql for testnets
-
Tina authored
* add eth denominated usd pricing mecanism * fix usd value change and trade price calculations * remove console log * break out 10k into constant * put back faulty block number check for now - separate PR * add 1 min poll interval * use lib/utils/tryParseCurrencyAmount --------- Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com>
-
Jordan Frankfurt authored
* chore: bump dep versions * drop sdk-core * checkout lock from main, yarn i, dedupe
-
Vignesh Mohankumar authored
-
Vignesh Mohankumar authored
-
Vignesh Mohankumar authored
-
shortcircuit authored
* Use html for linking to tax services * Add target blank * styling * override default styling --------- Co-authored-by:
Lynn Yu <lynn.yu@uniswap.org>
-
- 10 Mar, 2023 7 commits
-
-
Vignesh Mohankumar authored
* fix: use `chain` query param properly when activating * move * Update src/hooks/useSyncChainQuery.ts Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com> --------- Co-authored-by:
Jordan Frankfurt <jordanwfrankfurt@gmail.com>
-
Zach Pomerantz authored
* fix: update test-size * fix: update main size
-
Zach Pomerantz authored
build: gitignore types and hooks
-
Vignesh Mohankumar authored
-
lynn authored
* working * unused export * remove fiat on ramp toast * design feedback tweaks * add test + final design tweaks from fred * add back fiat on ramp modal * temp * remove temp * remove fiat on ramp stuff * add back modal * remove fiat on ramp ack from reducer * respond to jordan * mobile full width * add feature flag * fixes * TESTING FEATURE FLAG * testing w blair * add stat sig server to prod env * testing stat sig, wait for initialization * revert stat sig testing stuff * fix
-
Vignesh Mohankumar authored
* fix: remove full range warning in AddLiquidity * rm button yellow
- 09 Mar, 2023 2 commits
-
-
Jordan Frankfurt authored
* fix: dont fetch a route for wrap transactions * refactor logic into useBestTrade * add mock for useWeb3React * remove unnecessary diff * fix tests * Update src/hooks/useBestTrade.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * Update src/hooks/useBestTrade.ts Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org> * remove unnecessary wethContract reference --------- Co-authored-by:
Zach Pomerantz <zzmp@uniswap.org>
-
Annie Ke authored
* fix: change optimism goerli addresses to actual deploy * Update addresses.ts --------- Co-authored-by:
Vignesh Mohankumar <me@vig.xyz>
-