type ClaimERC1155Params = { recipient: string; tokenAddress: string };
type recipient = string;
type tokenAddress = string;