-
Notifications
You must be signed in to change notification settings - Fork 222
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
feat(target_chains/ethereum): add arbirum stylus sdk #2041
base: main
Are you sure you want to change the base?
Conversation
v1.9.3
@Ifechukwudaniel is attempting to deploy a commit to the Pyth Network Team on Vercel. A member of the Team first needs to authorize it. |
This is an early draft of the Pyth stylus SDK. Using external calls. I am working on the examples |
#2041 (comment) Do you suggest I just get rid of that function example |
@Riateche all done |
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.
Thank you! Let's work on making the CI pass.
target_chains/ethereum/sdk/stylus/.github/workflows/check-wasm.yml
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,47 @@ | |||
name: foundry-test |
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.
Github is not triggering these workflows for your PR. I'm not sure but I think it may be because there were no more changes in target_chains/ethereum/sdk/stylus
after the workflow files were added. Try changing any file in target_chains/ethereum/sdk/stylus
in a separate commit.
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.
I did that let's see, if it works
target_chains/ethereum/sdk/stylus/pyth-mock-solidity/package-lock.json
Outdated
Show resolved
Hide resolved
done |
I’m currently working on the early draft of the Stylus SDK, focusing on documentation, writing examples, and conducting end-to-end testing for the SDK