1. 04 Aug, 2021 2 commits
  2. 03 Aug, 2021 4 commits
  3. 02 Aug, 2021 5 commits
  4. 31 Jul, 2021 6 commits
  5. 30 Jul, 2021 5 commits
  6. 29 Jul, 2021 5 commits
  7. 28 Jul, 2021 4 commits
  8. 26 Jul, 2021 5 commits
  9. 24 Jul, 2021 1 commit
  10. 23 Jul, 2021 3 commits
    • Justin Domingue's avatar
      fix: better support decimal overflow (#2075) · e07599ef
      Justin Domingue authored
      * better support decimal overflow
      
      * improve tests
      
      * explicitly define num digits in toSignificant
      
      * add tests for 0 decimals
      
      * undo change to tryParseAmount and instead compute price without relying on parse
      
      * remove console log and add test
      
      * removed comment
      
      * addressed pr feedback
      
      * improve parsing logic
      
      * addressed pr feedback
      e07599ef
    • Ian Lapham's avatar
      add UniH to unsupported list (#2097) · 311bdc19
      Ian Lapham authored
      311bdc19
    • Moody Salem's avatar
      feat: support connecting to a gnosis safe (#2096) · a6342d40
      Moody Salem authored
      * feat: support connecting to a gnosis safe
      
      * add the manifest.json attributes required by gnosis safe
      
      * remove background fill
      
      * copy
      
      * only try injected provider if not active after trying safe
      a6342d40