21 lines
757 B
TOML
21 lines
757 B
TOML
[package]
|
|
name = "Example Pyth App"
|
|
version = "0.0.1"
|
|
upgrade_policy = "compatible"
|
|
|
|
[dependencies]
|
|
Pyth = { git = "https://github.com/pyth-network/pyth-crosschain.git", subdir = "aptos/contracts", rev = "main" }
|
|
|
|
[addresses]
|
|
example = "0xac74082dfffb80824955aaefb2b0a98634b1368e37f42cbff14564ea430b97dc"
|
|
# On deployment, these should be overridden with --named-addresses using the addresses
|
|
# documented at https://docs.pyth.network/consume-data/aptos#addresses
|
|
pyth = "_"
|
|
deployer = "_"
|
|
wormhole = "_"
|
|
|
|
[dev-addresses]
|
|
pyth = "0xe2f37b8ac45d29d5ea23eb7d16dd3f7a7ab6426f5a998d6c23ecd3ae8d9d29eb"
|
|
deployer = "0x277fa055b6a73c42c0662d5236c65c864ccbf2d4abd21f174a30c8b786eab84b"
|
|
wormhole = "0x251011524cd0f76881f16e7c2d822f0c1c9510bfd2430ba24e1b3d52796df204"
|