23 lines
590 B
TOML
23 lines
590 B
TOML
[package]
|
|
name = "Pyth"
|
|
version = "0.0.2"
|
|
published-at = "0xf7114cc10266d90c0c9e4b84455bddf29b40bd78fe56832c7ac98682c3daa95b"
|
|
|
|
[dependencies.Sui]
|
|
git = "https://github.com/MystenLabs/sui.git"
|
|
subdir = "crates/sui-framework/packages/sui-framework"
|
|
rev = "041c5f2bae2fe52079e44b70514333532d69f4e6"
|
|
|
|
[dependencies.Wormhole]
|
|
git = "https://github.com/wormhole-foundation/wormhole.git"
|
|
subdir = "sui/wormhole"
|
|
rev = "sui-upgrade-testnet"
|
|
|
|
[addresses]
|
|
pyth = "0x0"
|
|
wormhole = "0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94"
|
|
|
|
[dev-addresses]
|
|
pyth = "0x100"
|
|
wormhole = "0x200"
|