soupy
Results
2
comments of
soupy
Experiencing the same issue. NextJs app, error occurs when calling this: ``` const router = new AlphaRouter({ chainId: 123 as ChainId, provider, }); ``` Issue occurs whether I try to...
> Modify the version = "4" at the top of the Cargo.lock file to version = "3". Only solution that worked for me, thanks @kaka527