Skip to content

Commit

Permalink
Adding identity mint
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed May 31, 2024
1 parent baf51ff commit 2061244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/callData/registrationCalls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export const getFreeRegistrationCalls = (
txMetadataHash: string
) => {
return [
mint(newTokenId),
{
contractAddress: process.env.NEXT_PUBLIC_DOMAIN_GIFT_CONTRACT as string,
entrypoint: "get_free_domain",
Expand Down

0 comments on commit 2061244

Please sign in to comment.