-
Notifications
You must be signed in to change notification settings - Fork 20
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
P-58 Use Chopsticks to fork live parachain chain #3221
Conversation
Do you have action run where forking-launching-upgrade simulation is successfully exucted? |
Yes. https://github.com/litentry/heima/actions/runs/12352509926/job/34469706642
|
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.
Thanks!
.github/runtime.json
Outdated
}, | ||
{ | ||
"name": "litentry", | ||
"package": "litentry-parachain-runtime", | ||
"path": "runtime/litentry", | ||
"uri": "wss://rpc.litentry-parachain.litentry.io:443" | ||
} | ||
"uri": "wss://rpc2.litentry-parachain-de.litentry.io:443" |
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.
We'd better not expose this URL for now - we can use dwellir's
as title, use chopsticks to fork live parachain.
It's worth to have the "fork" part merged.
"try-runtime" error is being taken care in another PR: #3220