export type Allocation = {
    profileOwner: `0x${string}`;
    amount: bigint;
    token: `0x${string}`;
    nonce: bigint;
};
