-
Notifications
You must be signed in to change notification settings - Fork 330
Open
Description
Getting this error trying to use pyth:
My move.toml:
[dependencies]
[dependencies.Pyth]
git = "https://github.com/pyth-network/pyth-crosschain.git"
subdir = "target_chains/sui/contracts"
rev = "sui-contract-mainnet"
[dependencies.Wormhole]
git = "https://github.com/wormhole-foundation/wormhole.git"
subdir = "sui/wormhole"
rev = "sui/mainnet"
[addresses]
my_package="0x0"
# pyth = "0x00b53b0f4174108627fbee72e2498b58d6a2714cded53fac537034c220d26302"
# wormhole = "0x5306f64e312b581766351c07af79c72fcb1cd25147157fdc2f8ad76de9a3fb6a"
[dev-dependencies]
[dev-dependencies.Pyth]
git = "https://github.com/pyth-network/pyth-crosschain.git"
subdir = "target_chains/sui/contracts"
rev = "sui-contract-testnet"
[dev-dependencies.Wormhole]
git = "https://github.com/wormhole-foundation/wormhole.git"
subdir = "sui/wormhole"
rev = "sui/testnet"
[dev-addresses]
I've tried also with and without the pinned sui version, as well as removing .move cache. Still getting the error. Please advise.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels