|
|
@@ -6,7 +6,7 @@ upgrade_policy = "compatible"
|
|
|
[dependencies]
|
|
|
AptosFramework = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-framework/", rev = "main" }
|
|
|
AptosToken = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-token/", rev = "main" }
|
|
|
-Pyth = { git = "https://github.com/pyth-network/pyth-crosschain.git", subdir = "aptos/contracts", rev = "main" }
|
|
|
+Pyth = { git = "https://github.com/pyth-network/pyth-crosschain.git", subdir = "target_chains/aptos/contracts", rev = "main" }
|
|
|
|
|
|
[addresses]
|
|
|
# These are testnet addresses https://docs.pyth.network/documentation/pythnet-price-feeds/aptos#addresses
|