holic / web3-scaffold

Quickly get up and running on web3
148 stars 19 forks source link

Only use specific versions for crypto-related libs #48

Closed jamiew closed 2 years ago

jamiew commented 2 years ago

AKA "^ considered harmful"

Locking rainbowkit, wagmi and ethers.js specifically. I assume UI-related libs are less sensitive?

holic commented 2 years ago

Great call! Thank you.

I think locking other libs could make sense too, since this is a template and folks can optionally upgrade their deps if they need (would be harder if this were a library that is imported).