-
Notifications
You must be signed in to change notification settings - Fork 202
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
Update SUI SDK from @mysten/sui.js to @mysten/sui #1797
Conversation
Update SUI SDK from @mysten/sui.js to @mysten/sui
@karangoraniya is attempting to deploy a commit to the pyth-web Team on Vercel. A member of the Team first needs to authorize it. |
gm gm, the formatting changes make it super hard to review... can you use |
gm! I am already using Prettier. Let me change the setting for single quotes |
Thanks a lot, we've taken your work and added them in #1802 |
Description
This PR updates the project to use the latest SUI SDK, migrating from @mysten/sui.js to @mysten/sui. The change involves updating import statements and adjusting function calls to align with the new SDK version across multiple folders in the project.
Changes made:
Folders and files changed:
1. target_chains/sui/cli
cli.ts
pyth_deploy.ts
upgrade_pyth.ts
package.json
2. target_chains/sui/sdk
examples/SuiRelay.ts
client.ts
package.json
3. apps/price_pusher
command.ts
sui.ts
package.json
Additional Notes
Please review the changes carefully, particularly in areas where SDK function calls have been modified.