| 12345678910111213141516171819 |
- [package]
- name = "Pyth"
- version = "0.0.1"
- [dependencies.Sui]
- git = "https://github.com/MystenLabs/sui.git"
- subdir = "crates/sui-framework/packages/sui-framework"
- rev = "09b2081498366df936abae26eea4b2d5cafb2788"
- [dependencies.Wormhole]
- local = "../../../../wormhole/sui/wormhole"
- [addresses]
- pyth = "0x0"
- wormhole = "0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94"
- [dev-addresses]
- pyth = "0x100"
- wormhole = "0x200"
|