- 22 Mar, 2023 6 commits
-
-
Jordan Frankfurt authored
* fix: improve fetch-schema logging and platform support * don't use async/await because linter doesn't like it
-
Vignesh Mohankumar authored
-
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>
-
eddie authored
* fix: NPE when connector is undefined * feat: retain input token when switching Token Detail Page * fix: remove logic from string template
-
Jordan Frankfurt authored
* feat: bnb network notif badge in search * add chainname check
-
Jordan Frankfurt authored
-
- 21 Mar, 2023 4 commits
-
-
eddie authored
-
Jordan Frankfurt authored
* feat: add BNB Chain placeholder to token explore network menu * don't make badge .6 opacity
-
lynn authored
* init * add todo
-
Charles Bachmeier authored
* undisable 1155s and add nftStandard to CollectionRow * working OS 1155 listing * amend OS listing to handle 0 creator fee * handle no royalties set * disable already listed protection for 1155s * can list to LR * stuck on x2 * working x2y2 * remove comment * add listing issue finding to helper fn --------- Co-authored-by:
Charles Bachmeier <charlie@genie.xyz>
-
- 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 3 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)
-