Skip to content

Commit

Permalink
Fix abi svm demo
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiDev45 committed Mar 13, 2024
1 parent 23902f4 commit 9a6b2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modules/CreateABISVM.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const CreateABISVM: React.FC<props> = () => {
{
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
},
],
});
Expand Down

0 comments on commit 9a6b2d1

Please sign in to comment.