From 43b63a6f2c33b67608b34fbb28dab7a9e338333c Mon Sep 17 00:00:00 2001 From: brrruski Date: Mon, 17 Jun 2024 13:08:57 -0400 Subject: [PATCH] chore: update test page --- packages/kit/src/main.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/kit/src/main.tsx b/packages/kit/src/main.tsx index e67c0a7..798d57d 100644 --- a/packages/kit/src/main.tsx +++ b/packages/kit/src/main.tsx @@ -97,7 +97,7 @@ function App() { }); // tx.setGasBudget(1000000); - if (opts?.isCustomExecution) { + if (!opts?.isCustomExecution) { const resData = await wallet.signAndExecuteTransaction({ transaction: tx, }); @@ -114,6 +114,7 @@ function App() { signature: signature, options: { showRawEffects: true, + showObjectChanges: true, }, }); return res; @@ -243,7 +244,11 @@ function App() { )} {nftContractAddr && (