File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
target_chains/aptos/examples Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.0.1"
4
4
upgrade_policy = " compatible"
5
5
6
6
[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" }
8
8
9
9
[addresses ]
10
10
example = " 0xac74082dfffb80824955aaefb2b0a98634b1368e37f42cbff14564ea430b97dc"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ upgrade_policy = "compatible"
6
6
[dependencies ]
7
7
AptosFramework = { git = " https://github.com/aptos-labs/aptos-core.git" , subdir = " aptos-move/framework/aptos-framework/" , rev = " main" }
8
8
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" }
10
10
11
11
[addresses ]
12
12
# These are testnet addresses https://docs.pyth.network/documentation/pythnet-price-feeds/aptos#addresses
You can’t perform that action at this time.
0 commit comments