From 9fe2b3337f8002bc78a30cbd39310687f7a05164 Mon Sep 17 00:00:00 2001 From: Account Date: Fri, 4 Apr 2025 16:50:24 +0300 Subject: [PATCH] fix: correct Wormhole subdir path for IOTA in Move.toml --- pages/price-feeds/use-real-time-data/iota.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/price-feeds/use-real-time-data/iota.mdx b/pages/price-feeds/use-real-time-data/iota.mdx index 9db1bef6..0c801b09 100644 --- a/pages/price-feeds/use-real-time-data/iota.mdx +++ b/pages/price-feeds/use-real-time-data/iota.mdx @@ -19,7 +19,7 @@ rev = "iota-contract-testnet" [dependencies.Wormhole] git = "https://github.com/pyth-network/pyth-crosschain.git" -subdir = "target_chains/sui/contracts/vendor/wormhole_iota_testnet/wormhole" +subdir = "target_chains/sui/vendor/wormhole_iota_testnet/wormhole" rev = "iota-contract-testnet" [dependencies.Iota]