diff --git a/target_chains/aptos/examples/fetch_btc_price/Move.toml b/target_chains/aptos/examples/fetch_btc_price/Move.toml index 83926a5c..0f7b05c3 100644 --- a/target_chains/aptos/examples/fetch_btc_price/Move.toml +++ b/target_chains/aptos/examples/fetch_btc_price/Move.toml @@ -4,7 +4,7 @@ version = "0.0.1" upgrade_policy = "compatible" [dependencies] -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] example = "0xac74082dfffb80824955aaefb2b0a98634b1368e37f42cbff14564ea430b97dc" diff --git a/target_chains/aptos/examples/mint_nft/Move.toml b/target_chains/aptos/examples/mint_nft/Move.toml index 311b5b92..4b4e789e 100644 --- a/target_chains/aptos/examples/mint_nft/Move.toml +++ b/target_chains/aptos/examples/mint_nft/Move.toml @@ -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