-
Notifications
You must be signed in to change notification settings - Fork 16
Change tutorial to use Shadownet #400
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2703f2c to
9d0ba43
Compare
ed9893d to
1185db0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the very last step (pushing a commit to check the CI), I first had a failed deploy_contract with: unknown variable DEPLOYER_PRIVATE_KEY.
For fixing that, I edited .github/workflow/marketpulse.yml:
to set
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
and it worked fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tim changed the file .github/workflow/marketpulse.yml and after that the CI test still didn't work for me. I managed to executed only one time correctly after renaming the variable used by Tim HARDHAT_VAR_DEPLOYER_PRIVATE_KEY to DEPLOYER_PRIVATE_KEY
But after that one successful shot, it fails again with:
Error: Futures timed out with transactions unconfirmed after maximum fee bumps
IDK what to do...
24d6921 to
f1441cb
Compare
|
Got some issue, right in the beginning: |
a637a36 to
f2d0762
Compare
Even though the message provided by the command is inconsistent, perhaps we should say version 22 should be installed. |
|
I've got weird errors (see below) and access requests to my local photo and music librairies, strange. |
Note, I was running the script from my home directory, which explains probably the access requests. |
Good idea, done |
Consider opening threads for comments requiring an action, to be able to follow the issue. In this case, I guess a comment on the concerned file would have been appropriate. |

Lots of updates needed to this tutorial for the new version of Hardhat, which requires node 22. For the changes to the completed application, see trilitech/tutorial-applications#30.
To verify, I recommend you go through the tutorial from start to finish.
Preview: https://docs-etherlink-git-shadownet-tutorial-trili-tech.vercel.app/tutorials/marketpulse/
Note that there is a lot in this tutorial that I'd like to rewrite and clarify but for now we need to get the tutorial working on Shadownet. I'll clarify or replace it later.
Major changes:
hardhat.config.tsfileApp.tsx