From 9d12215684b3355d77839293a850d5437e07236f Mon Sep 17 00:00:00 2001 From: gcranju <134275268+gcranju@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:20:29 +0545 Subject: [PATCH] fix: xcall to 0x0 --- contracts/sui/xcall/Move.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/sui/xcall/Move.toml b/contracts/sui/xcall/Move.toml index ad470fa1..81c74078 100644 --- a/contracts/sui/xcall/Move.toml +++ b/contracts/sui/xcall/Move.toml @@ -1,5 +1,5 @@ [addresses] - xcall = '0x33b671df9935cf6ad0f48e81c28891ffcdae068fff8b7266d7b6890c71ce31ad' + xcall = '0x0' [dependencies] [dependencies.Sui]