Move.mainnet.toml 438 B

12345678910111213141516171819
  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 = "09b2081498366df936abae26eea4b2d5cafb2788"
  8. [dependencies.Wormhole]
  9. local = "../../../../wormhole/sui/wormhole"
  10. [addresses]
  11. pyth = "0x0"
  12. wormhole = "0x5306f64e312b581766351c07af79c72fcb1cd25147157fdc2f8ad76de9a3fb6a"
  13. [dev-addresses]
  14. pyth = "0x100"
  15. wormhole = "0x200"