ClaimTokenParams

type ClaimTokenParams = {
  amount: Amount;
  checkERC20Allowance: boolean;
  to: WalletAddress;
};