Closed juliopavila closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
zodiac-safe-app-ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 24, 2024 0:52am |
Summary:
This pull request aims to update the Zodiac Safe App to utilize ethers v6, upgrade React to version 18, and switch the build system from
react-app-rewired
toVite
.Changes:
Libraries Migration:
ethers
from version 5.7.2 to 6.13.1.ethcall
from version 3.4.1 to 6.0.6.react
to 18.3.1react-dom
to 18.3.1@reduxjs/toolkit
to 2.2.6@snapshot-labs/snapshot.js
to 0.11.39styled-components
to 6.1.11viem
,vite
, andvite-plugin-*
.Build System Migration:
react-app-rewired
withVite
.package.json
to use Vite commands:start
: "vite"build
: "tsc && vite build"preview
: "vite preview"REACT_APP_*
toVITE_*
.Code Refactoring:
Configuration Changes:
.gitignore
and.env.sample
to align with Vite.build
todist
.Testing:
Additional Notes:
REACT_APP_*
toVITE_*
.