Skip to content

Commit f48fc0c

Browse files
authored
iota: update docs (#651)
1 parent 8bcea4b commit f48fc0c

File tree

1 file changed

+2
-2
lines changed
  • pages/price-feeds/use-real-time-data

1 file changed

+2
-2
lines changed

pages/price-feeds/use-real-time-data/iota.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Use the following dependency in your `Move.toml` file to use the latest Pyth IOT
1414
```sh copy
1515
[dependencies.Pyth]
1616
git = "https://github.com/pyth-network/pyth-crosschain.git"
17-
subdir = "target_chains/iota/contracts"
17+
subdir = "target_chains/sui/contracts"
1818
rev = "iota-contract-testnet"
1919

2020
[dependencies.Wormhole]
2121
git = "https://github.com/pyth-network/pyth-crosschain.git"
22-
subdir = "target_chains/iota/contracts/vendor/wormhole_iota_testnet/wormhole"
22+
subdir = "target_chains/sui/contracts/vendor/wormhole_iota_testnet/wormhole"
2323
rev = "iota-contract-testnet"
2424

2525
[dependencies.Iota]

0 commit comments

Comments
 (0)