eth-infinitism/account-abstraction

build: `@typechain/hardhat` is deprecated

pegahcarter opened this issue · 1 comments

Typechain is considered legacy and is no longer actively supported. I suggest migrating the dependency to viem.

"@typechain/hardhat": "^2.3.0",

Basically, you're right.
But this is a test code. we do plan to rewrite the tests using viem (or forge), but we currently don't have the capacity.