From 831297b6fc747232438898b5de650ab1cfdc45a5 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 28 Mar 2025 14:56:42 +0100 Subject: [PATCH] iota: update docs --- pages/price-feeds/use-real-time-data/iota.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/price-feeds/use-real-time-data/iota.mdx b/pages/price-feeds/use-real-time-data/iota.mdx index 07eca884..9db1bef6 100644 --- a/pages/price-feeds/use-real-time-data/iota.mdx +++ b/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 ```sh copy [dependencies.Pyth] git = "https://github.com/pyth-network/pyth-crosschain.git" -subdir = "target_chains/iota/contracts" +subdir = "target_chains/sui/contracts" rev = "iota-contract-testnet" [dependencies.Wormhole] git = "https://github.com/pyth-network/pyth-crosschain.git" -subdir = "target_chains/iota/contracts/vendor/wormhole_iota_testnet/wormhole" +subdir = "target_chains/sui/contracts/vendor/wormhole_iota_testnet/wormhole" rev = "iota-contract-testnet" [dependencies.Iota]