Move.toml 402 B

1234567891011121314151617
  1. [package]
  2. name = "Pyth"
  3. version = "0.0.1"
  4. [dependencies.Sui]
  5. git = "https://github.com/MystenLabs/sui.git"
  6. subdir = "crates/sui-framework/packages/sui-framework"
  7. rev = "a63f425b9999c7fdfe483598720a9effc0acdc9e"
  8. [dependencies.Wormhole]
  9. git = "https://github.com/wormhole-foundation/wormhole.git"
  10. subdir = "sui/wormhole"
  11. rev = "sui/integration_v2_stable"
  12. [addresses]
  13. pyth = "0x250"
  14. wormhole = "0x200"