1. 22 Mar, 2023 6 commits
  2. 21 Mar, 2023 4 commits
  3. 20 Mar, 2023 3 commits
  4. 18 Mar, 2023 1 commit
    • Zach Pomerantz's avatar
      test: parallelize cypress (again) with a consistent container (#6182) · 089fba5d
      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
      089fba5d
  5. 17 Mar, 2023 15 commits
  6. 16 Mar, 2023 8 commits
  7. 15 Mar, 2023 3 commits
    • Jordan Frankfurt's avatar
      feat: Add BNB Network support (#6036) · d3085c1f
      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: default avatarTina <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: default avatarILIA.eth <4621066+ilyamk@users.noreply.github.com>
      Co-authored-by: default avatarTina <59578595+tinaszheng@users.noreply.github.com>
      Co-authored-by: default avatarlynn <41491154+lynnshaoyu@users.noreply.github.com>
      Co-authored-by: default avatarTina Zheng <tina.s.zheng+github@gmail.com>
      Co-authored-by: default avatarEddie Dugan <eddie.dugan@uniswap.org>
      d3085c1f
    • Vignesh Mohankumar's avatar
      feat: use tx formatting for PositionPage cards (#6142) · 813aeda0
      Vignesh Mohankumar authored
      * tooltip
      
      * add numberType
      
      * try again
      
      * eslint
      
      * one more
      813aeda0
    • Tina's avatar
      fix: Eth price fetch cache miss and use default fetch policy to remove extra... · 13d3e75a
      Tina authored
      fix: Eth price fetch cache miss and use default fetch policy to remove extra network requests (#6157)
      
      13d3e75a