Skip to content

Commit

Permalink
fix: tx
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadybcgo committed Dec 24, 2024
1 parent 85196dc commit 097400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/mint-intract/src/mint-intract.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class MintIntractService extends ActionDto<FieldTypes> {
);
console.log('Contract Object : ', contract);

const mintTx = await contract.claim(
const mintTx = await contract.claim.populateTransaction(
recipient,
1,
'0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE',
Expand Down

0 comments on commit 097400b

Please sign in to comment.