hemilabs / ui-monorepo

UI monorepo for Hemi Labs
MIT License
2 stars 1 forks source link

Update OP stack (viem, wagmi, op-sdk and rainbox kit) #37

Open gndelia opened 9 months ago

gndelia commented 9 months ago

The optimism-sdk is on maintainance mode. It's not listed in their Npm, but it is on their github readme. They recommend going for op-viem.
This works fine for us because we use viem, however, op-viem requires viem 2.x and we use viem 1.x... and we can't upgrade to that version because that breaks RainboxKit 1.x. We need for the publish of Rainbox Kit 2.x to upgrade viem and wagmi to 2.x and then replace the SDK for the new library

Steps

Blocked until rainbox kit v2 is published

gndelia commented 8 months ago

Rainbow kit v2 has been published

gndelia commented 6 months ago

it seems op-viem does not support erc20 operations