- 20 Mar, 2023 3 commits
-
-
dependabot[bot] authored
Bumps [@uniswap/widgets](https://github.com/Uniswap/widgets) from 2.48.5 to 2.49.0. - [Release notes](https://github.com/Uniswap/widgets/releases) - [Changelog](https://github.com/Uniswap/widgets/blob/main/.releaserc.json) - [Commits](https://github.com/Uniswap/widgets/compare/v2.48.5...v2.49.0) --- updated-dependencies: - dependency-name: "@uniswap/widgets" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Jordan Frankfurt authored
feat: update Browser wallet icons
-
- 18 Mar, 2023 1 commit
-
-
Zach Pomerantz authored
* Revert "test: run cypress on one machine (#6181)" This reverts commit a2812fcf. * test: use consistent container across cypress-test-matrix * test: condition cypress-tests on cypress-test-matrix * test: check cypress-test-matrix * debug: cypress-test-matrix.result * test: fix error * test: fix error * test: fix error * test: fix error * test: fix error * test: fix error
-
- 17 Mar, 2023 15 commits
-
-
cartcrom authored
fix: pass thegraph client to ticks query instead of default
-
Zach Pomerantz authored
* feat: maybeTrace * feat: maybeTrace jsonrpc * docs: maybeTrace * test: fix test typing * fix: pr feedback
-
Zach Pomerantz authored
* test: run cypress on one machine * build: turn off parallel cypress
-
Vignesh Mohankumar authored
* fix: update `useIsPoolsPage` hook * rename file
-
Vignesh Mohankumar authored
-
eddie authored
* feat: upgrade widget * test: swap widget integration tests * test: handle conditional token safety warning * fix: yarn dedup * fix: try reformatting cy commands * test: try waiting for page to load * fix: update test * fix: update test * fix: test
-
Vignesh Mohankumar authored
* more * change locally
-
Vignesh Mohankumar authored
-
Vignesh Mohankumar authored
-
eddie authored
* feat: upgrade widget * fix: yarn dedup
-
lynn authored
* fix * use ternary * update
-
Vignesh Mohankumar authored
-
Vignesh Mohankumar authored
* feat: link to token details from /pool/{} * use backend chain names * use fn
-
Jack Short authored
* chore: refactoring bag component to sub components (#6027) * moving totalEthPrice to hook * moving everything from bag to bag footer * moving transaction state to sep hook * explicit type * itemsInBag * fixing transaction tracking * chore: refactor useFetchAssets to make it more readable (#6043) * chore: refactoring useFetchAssets to make it more readable * remvoing eslint stuff * extracting what can be * comments * removing feature flag * changing return type of useUsd hook * zustand shallow
-
Jack Short authored
-
- 16 Mar, 2023 8 commits
-
-
Tina authored
* range auto slippage from [.1% to 5%] and multiply gas by 110% instead of 10% * remove newline * no multiplier on gas, add comments * consolidate constant variables
-
cartcrom authored
* fix: skip when address undefined * fix: add back lowercase * fix: use ms * update loading var name
-
Zach Pomerantz authored
* fix: omit gracefully handled events from sentry * fix: log locale load exception to sentry
-
Charles Bachmeier authored
* chore: remove no longer used anayltics query * Remove from index --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Charles Bachmeier authored
add more null checks for trending collections gql query Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
Zach Pomerantz authored
* feat: trace quote * fix: include more data
-
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 1 commit
-
-
eddie authored
-