1. 18 Aug, 2022 2 commits
  2. 17 Aug, 2022 13 commits
  3. 16 Aug, 2022 13 commits
  4. 15 Aug, 2022 8 commits
  5. 12 Aug, 2022 4 commits
    • lynn's avatar
      feat: token selector design update (#4333) · 1d96961f
      lynn authored
      * init
      
      * selected base currency button
      
      * add check icon
      
      * theme background module change
      
      * hover changes
      
      * theme none
      
      * additional padding
      
      * hover default color from phil + feature flag
      
      * checkmark style fixes
      1d96961f
    • Vignesh Mohankumar's avatar
    • Eric Zhong's avatar
      feat: Add protcol.MIXED to protocols (#4334) · 1dbd3240
      Eric Zhong authored
      Add protcol.MIXED to protocols
      1dbd3240
    • Eric Zhong's avatar
      feat: Add support for mixed routes in the interface (#4181) · 47e6c089
      Eric Zhong authored
      * Expand typing to match new QuoteResponse from routing api
      
      * lint autofix
      
      * Expand InterfaceTrade class to match router-sdk and allow mixedroutes
      
      * Add new routing-api poolInRoute logic for client side trade
      
      * eslint fix ==
      
      * Add custom mxiedProtocolBadge and add into badgeDiagram
      
      * Bump router-sdk to published version, and install latest local SOR
      
      * git checkout main yarn.lock && yarn && npx yarn-deduplicate
      
      * Bump SOR to 2.9.2
      
      * bump SOR to 2.9.2
      
      * Update yarn.lock
      
      * revert slice.ts
      
      * Add guesstimate logic for mixedRoutes
      
      * Oops wrong pool import lol
      
      * Add beta url + expand protocols array
      
      * Add forceMixedRoutes for testing
      
      * Fix cyrpress build issue: no-loop-func
      
      * Change to prod url and remove testing param
      
      * remove protocol flag
      
      * Revisions: getRouteProtocol helper, fix gas acc for mixed route
      
      * revert protocols array abck
      
      * Remove :Protocol
      47e6c089