diff --git a/centrifuge-js/src/modules/pools.ts b/centrifuge-js/src/modules/pools.ts index a70f61d1b..f27f95f7a 100644 --- a/centrifuge-js/src/modules/pools.ts +++ b/centrifuge-js/src/modules/pools.ts @@ -679,7 +679,7 @@ export interface PoolMetadataInput { maxReserve: number | '' issuerName: string issuerRepName: string - issuerLogo: FileType | null + issuerLogo: FileType issuerShortDescription: string issuerDescription: string website: string @@ -714,6 +714,10 @@ export interface PoolMetadataInput { tranches: { [trancheId: string]: { agreement: FileType | undefined; openForOnboarding: boolean } } taxInfoRequired?: boolean } + + listed?: boolean + epochHours: number | '' + epochMinutes: number | '' } export type WithdrawAddress = {