You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have the following error when compiliing the SimpleStore contract, any clue ?
` SimpleStore
1) SimpleStore
0 passing (601ms)
1 failing
SimpleStore
SimpleStore:
NomicLabsHardhatPluginError: You are trying to create a contract factory from an artifact, but you have not passed a valid artifact parameter.
at getContractFactoryFromArtifact (/home/ubuntu/node_modules/@nomiclabs/hardhat-ethers/src/internal/helpers.ts:132:11)
at getContractFactory (/home/ubuntu/node_modules/@nomiclabs/hardhat-ethers/src/internal/helpers.ts:101:12)
at async Context. (/home/ubuntu/yul/test/test.js:6:25)`
The text was updated successfully, but these errors were encountered:
Hi, I have the following error when compiliing the SimpleStore contract, any clue ?
` SimpleStore
1) SimpleStore
0 passing (601ms)
1 failing
SimpleStore:
NomicLabsHardhatPluginError: You are trying to create a contract factory from an artifact, but you have not passed a valid artifact parameter.
at getContractFactoryFromArtifact (/home/ubuntu/node_modules/@nomiclabs/hardhat-ethers/src/internal/helpers.ts:132:11)
at getContractFactory (/home/ubuntu/node_modules/@nomiclabs/hardhat-ethers/src/internal/helpers.ts:101:12)
at async Context. (/home/ubuntu/yul/test/test.js:6:25)`
The text was updated successfully, but these errors were encountered: