We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcea4b commit f48fc0cCopy full SHA for f48fc0c
pages/price-feeds/use-real-time-data/iota.mdx
@@ -14,12 +14,12 @@ Use the following dependency in your `Move.toml` file to use the latest Pyth IOT
14
```sh copy
15
[dependencies.Pyth]
16
git = "https://github.com/pyth-network/pyth-crosschain.git"
17
-subdir = "target_chains/iota/contracts"
+subdir = "target_chains/sui/contracts"
18
rev = "iota-contract-testnet"
19
20
[dependencies.Wormhole]
21
22
-subdir = "target_chains/iota/contracts/vendor/wormhole_iota_testnet/wormhole"
+subdir = "target_chains/sui/contracts/vendor/wormhole_iota_testnet/wormhole"
23
24
25
[dependencies.Iota]
0 commit comments