Terry Lee

Results 1 comments of Terry Lee

I tried to deploy using the following Hardhat Ignition script but encountered an error. ```ts import { buildModule } from "@nomicfoundation/hardhat-ignition/modules"; const TokenStakeModule = buildModule("TokenStakeModule", (m) => { const nativeTokenWrapper...