Skip to content

Commit

Permalink
Merge pull request #32 from bcnmy/dev
Browse files Browse the repository at this point in the history
Fix abi svm demo
  • Loading branch information
joepegler authored Mar 13, 2024
2 parents 8cfe28e + 1dde69c commit f438575
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 f438575

Please sign in to comment.