eth-infinitism / account-abstraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build: `@typechain/hardhat` is deprecated

pegahcarter opened this issue · 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.