Uniswap / v3-info

Interface for Uniswap V3 analytics. 📊
https://info.uniswap.org/#/
GNU General Public License v3.0
382 stars 305 forks source link

feat: update react and add amplitude logging #304

Closed just-toby closed 1 year ago

just-toby commented 1 year ago
  1. adds @Uniswap/analytics to this package to send page view data to amplitude
  2. to achieve 1, we needed to upgrade our React version (which means a bunch of other upgrades are needed too)
  3. after the packages above were upgraded and types were resolved, many errors and warnings needed to be fixed a. this is why the PR is so big- but most changed files are just lint fixes or small syntax updates
  4. since we're adding Amplitude logging, i also removed GA logging from the app.
  5. I removed a bunch of dead code related to wallet connections from the app