Skip to content

Commit b779975

Browse files
authored
Update aptos examples pyth dependency subdir (#1020)
1 parent 71ce456 commit b779975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

target_chains/aptos/examples/fetch_btc_price/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
upgrade_policy = "compatible"
55

66
[dependencies]
7-
Pyth = { git = "https://github.com/pyth-network/pyth-crosschain.git", subdir = "aptos/contracts", rev = "main" }
7+
Pyth = { git = "https://github.com/pyth-network/pyth-crosschain.git", subdir = "target_chains/aptos/contracts", rev = "main" }
88

99
[addresses]
1010
example = "0xac74082dfffb80824955aaefb2b0a98634b1368e37f42cbff14564ea430b97dc"

target_chains/aptos/examples/mint_nft/Move.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ upgrade_policy = "compatible"
66
[dependencies]
77
AptosFramework = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-framework/", rev = "main" }
88
AptosToken = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-token/", rev = "main" }
9-
Pyth = { git = "https://github.com/pyth-network/pyth-crosschain.git", subdir = "aptos/contracts", rev = "main" }
9+
Pyth = { git = "https://github.com/pyth-network/pyth-crosschain.git", subdir = "target_chains/aptos/contracts", rev = "main" }
1010

1111
[addresses]
1212
# These are testnet addresses https://docs.pyth.network/documentation/pythnet-price-feeds/aptos#addresses

0 commit comments

Comments
 (0)