Move.mainnet.toml 590 B

12345678910111213141516171819202122
  1. [package]
  2. name = "Pyth"
  3. version = "0.0.2"
  4. published-at = "0x04e20ddf36af412a4096f9014f4a565af9e812db9a05cc40254846cf6ed0ad91"
  5. [dependencies.Sui]
  6. git = "https://github.com/MystenLabs/sui.git"
  7. subdir = "crates/sui-framework/packages/sui-framework"
  8. rev = "041c5f2bae2fe52079e44b70514333532d69f4e6"
  9. [dependencies.Wormhole]
  10. git = "https://github.com/wormhole-foundation/wormhole.git"
  11. subdir = "sui/wormhole"
  12. rev = "sui-upgrade-mainnet"
  13. [addresses]
  14. pyth = "0x0"
  15. wormhole = "0x5306f64e312b581766351c07af79c72fcb1cd25147157fdc2f8ad76de9a3fb6a"
  16. [dev-addresses]
  17. pyth = "0x100"
  18. wormhole = "0x200"