gitcoinco / grants-stack

Round Manager & Grant Explorer & Project Builder of the Grants Protocol
Other
315 stars 154 forks source link

Wallet providers dependency updates #3516

Closed codenamejason closed 2 months ago

codenamejason commented 2 months ago

Replaces Issue #3442

Overview Older versions of wagmi, viem, and rainbowkit packages are currently used across the stack. Bring them all up to latest.

Details Wagmi versions (1.4.1 in explorer, ~0.12.18 in manager & builder). Update to latest (currently 2.9.2). Wagmi migration guide Viem is also old on builder & explorer (1.5.3), latest is 2.10.9. Manager is using a weirdly recent version (2.7.1). Viem migration guide Rainbowkit versions (1.0.12 in explorer, 0.12.18 in manager & builder). Update to latest (currently 2.0.8). Rainbowkit migration guide