Typescript error while attempting stage testing using hardhat on Sepolia testnet #5483
Unanswered
emeka-richard
asked this question in
Troubleshooting
Replies: 1 comment
-
I am unsure as there is a lot going on there, but one line that looks suspicious to me is:
I expected the second arg to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into an error trying to execute a stage test (with TypeScript) for the contract I deployed on the Sepolia test network.
Stage test file code (FundMe.staging.test.ts):
Issues:
tsc && npx hardhat test --network sepolia
Please I wish someone could help me identify where I got it wrong.
Additionally, my package.json 👇
My contract code 👇
Beta Was this translation helpful? Give feedback.
All reactions