18 lines
402 B
TOML
18 lines
402 B
TOML
[package]
|
|
name = "Pyth"
|
|
version = "0.0.1"
|
|
|
|
[dependencies.Sui]
|
|
git = "https://github.com/MystenLabs/sui.git"
|
|
subdir = "crates/sui-framework/packages/sui-framework"
|
|
rev = "a63f425b9999c7fdfe483598720a9effc0acdc9e"
|
|
|
|
[dependencies.Wormhole]
|
|
git = "https://github.com/wormhole-foundation/wormhole.git"
|
|
subdir = "sui/wormhole"
|
|
rev = "sui/integration_v2_stable"
|
|
|
|
[addresses]
|
|
pyth = "0x250"
|
|
wormhole = "0x200"
|