optke3 2 éve
szülő
commit
4809a62d16

+ 1 - 1
target_chains/sui/contracts/Move.lock

@@ -22,7 +22,7 @@ dependencies = [
 
 [[move.package]]
 name = "Wormhole"
-source = { local = "../../../../wormhole/sui/wormhole" }
+source = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "d050ad1d67a5b7da9fb65030aad12ef5d774ccad", subdir = "sui/wormhole" }
 
 dependencies = [
   { name = "Sui" },

+ 4 - 6
target_chains/sui/contracts/Move.toml

@@ -8,12 +8,10 @@ subdir = "crates/sui-framework/packages/sui-framework"
 rev = "09b2081498366df936abae26eea4b2d5cafb2788"
 
 [dependencies.Wormhole]
-local = "../../../../wormhole/sui/wormhole"
+git = "https://github.com/wormhole-foundation/wormhole.git"
+subdir = "sui/wormhole"
+rev = "d050ad1d67a5b7da9fb65030aad12ef5d774ccad"
 
 [addresses]
-pyth = "0x0"
+pyth = "0x00b53b0f4174108627fbee72e2498b58d6a2714cded53fac537034c220d26302"
 wormhole = "0x5306f64e312b581766351c07af79c72fcb1cd25147157fdc2f8ad76de9a3fb6a"
-
-[dev-addresses]
-pyth = "0x100"
-wormhole = "0x200"