-
Notifications
You must be signed in to change notification settings - Fork 11
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
[smart contract example] TypeError: this.chips.deployed is not a function #338
Comments
@lostbean yes, just cloned the repo today, and the HEAD points to 352ddfe
|
@h4ck3rk3y do you have context why this still failing on HEAD? |
@sbellem the deploy.ts bit is what our CI everynight runs so this is surprising, can you check if you have cleared your build / node_modules folders? |
@h4ck3rk3y Tried removing all untracked files ( Created a |
Hi, I found the issue with deployed() being replaced with waitForDeployment() opened PR |
FWIW I got the same error just now and @tuky191's fix worked for me a well. |
Following https://docs.kurtosis.com/how-to-local-eth-testnet#deploy-and-test-your-dapp-locally, and got this error:
The text was updated successfully, but these errors were encountered: