-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hardhat-example project isn't fully functional #488
Comments
@natanasow seems to be the only contributor to any of the 3 examples, none of which seem to run the tests 100%. The
The
|
@georgi-l95 believes this issue might be related to this one. |
HI @mshakeg given the issue is around the |
Thanks for the reply @Nana-EC , starting up the
|
I managed to get a temp workaround, start the |
@mshakeg glad you got a work around. |
Great to hear @Nana-EC , I'll close this issue, given there's already visibility on the earlier issue |
Description
The hardhat-example project appears to have missing/incorrect dependencies/config. Only 1/5 tests pass.
Steps to reproduce
npm i
@hashgraph/[email protected]
in the project:npm i @hashgraph/[email protected]
hedera-local
node in project root:npx @hashgraph/hedera-local start
npx hardhat test
Device:
Additional context
json-rpc-relay
container log for 1 of the failed calls which seems to indicate a network config issue particularly with thechainId
, I did attempt to set thechainId
to298
,200
and1
in the hardhat config for therelay
network, but none worked.Stack traces for failed tests:
Hedera network
other
Version
@hashgraph/[email protected]
Operating system
macOS
The text was updated successfully, but these errors were encountered: