Skip to content
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

use pyth oracle for price calc #57

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

use pyth oracle for price calc #57

wants to merge 20 commits into from

Conversation

0xaslan
Copy link
Contributor

@0xaslan 0xaslan commented Mar 20, 2024

@0xaslan 0xaslan marked this pull request as ready for review March 25, 2024 13:22
scripts/day_one/setup.ts Outdated Show resolved Hide resolved
@manolisliolios
Copy link
Collaborator

@0xaslan can we actually convert all of this into move 2024 syntax?

@@ -14,7 +14,8 @@
"disable-discounts": "ts-node transactions/quest3/disable_discounts.ts",
"create-deepbook-pools": "ts-node transactions/deepbook/create_pools.ts",
"authorize-renewals": "ts-node transactions/renewals/authorize_renewals.ts",
"renew-reserved-names": "ts-node transactions/reserved_names/extend_reserved_names.ts"
"renew-reserved-names": "ts-node transactions/reserved_names/extend_reserved_names.ts",
"register-with-oracle": "ts-node register_with_oracle/register_with_oracle.ts"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this one, this is only for multi-sig operations!

@@ -25,6 +26,7 @@
"@mysten/sui.js": "0.51.0",
"@noble/hashes": "^1.4.0",
"@pythnetwork/pyth-sui-js": "2.0.0",
"bn.js": "^5.2.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this dependency do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants