From 9a6b2d162ae58e1518e2a51b15bc8a9cbbaae325 Mon Sep 17 00:00:00 2001 From: GabiDev Date: Wed, 13 Mar 2024 16:23:35 +0200 Subject: [PATCH] Fix abi svm demo --- src/components/Modules/CreateABISVM.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Modules/CreateABISVM.tsx b/src/components/Modules/CreateABISVM.tsx index 34a5a6e..9a41d96 100644 --- a/src/components/Modules/CreateABISVM.tsx +++ b/src/components/Modules/CreateABISVM.tsx @@ -93,7 +93,7 @@ const CreateABISVM: React.FC = () => { { offset: 0, // offset 0 means we are checking first parameter of safeMint (recipient address) condition: 0, // 0 = Condition.EQUAL - referenceValue: ethers.utils.hexZeroPad("0xd3C85Fdd3695Aee3f0A12B3376aCD8DC54020549", 32) // recipient address + referenceValue: ethers.utils.hexZeroPad(address!, 32) // recipient address }, ], });