Skip to content

Commit

Permalink
feat(near): set gas for claim nft
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Oct 23, 2024
1 parent 470ea24 commit 5bfd999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handlers/near/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export async function nearHandler({
};
}),
},
gas: 300000000000000n,
attachedDeposit: BigInt(claimData.fee),
});
return { hash: () => claimed.transaction.hash, ret: claimed };
Expand Down

0 comments on commit 5bfd999

Please sign in to comment.