Type Alias UpdateContractParams
UpdateContractParams: {
contractId: string;
creatorFeeAddress?: `0x${string}` | null;
dropDescription?: string;
dropFeeInfo?: Record<`0x${string}`, number>;
dropName?: string;
dropUrls?: string[];
isCreatorFee?: boolean;
}