1. 05 Feb, 2022 1 commit
  2. 04 Feb, 2022 5 commits
  3. 03 Feb, 2022 9 commits
  4. 02 Feb, 2022 6 commits
  5. 01 Feb, 2022 2 commits
  6. 31 Jan, 2022 3 commits
  7. 29 Jan, 2022 1 commit
  8. 28 Jan, 2022 7 commits
  9. 27 Jan, 2022 4 commits
  10. 26 Jan, 2022 2 commits
    • Jordan Frankfurt's avatar
      feat(widgets): use default input/output (#3161) · ce96873a
      Jordan Frankfurt authored
      * feat: use default input/output on chain switch
      
      * feat(widgets): ErrorGenerator -> PropValidator
      
      * default prop validation
      
      * useDefaults hook
      
      * pr feedback
      
      * fix cosmos
      
      * drop token map changes
      
      * add default inputs to cosmos fixture
      
      * set up different validation layers for widget and swap
      
      * split widget/swap prop types
      
      * cleanup
      
      * pr feedback
      
      * clear defaults when they're no longer valid on the current chain
      
      * remove state checks on validators
      
      * stop using address in cosmos fixture
      
      * pr feedback
      
      * useMemo on useSwapDefaults args
      
      * tell the user what they gave to error'd props
      Co-authored-by: default avatarZach Pomerantz <zzmp@uniswap.org>
      ce96873a
    • Tina's avatar
      fix: chain parameter should be able to switch chains on initial load (#3180) · 779625a0
      Tina authored
      * fix switch network on load
      
      * dont run useeffect when chainId isnt defined yet
      
      * remove newline
      779625a0