diff --git a/packages/indexer-common/src/indexer-management/allocations.ts b/packages/indexer-common/src/indexer-management/allocations.ts index a2a1aa5ee..f46aa29d5 100644 --- a/packages/indexer-common/src/indexer-management/allocations.ts +++ b/packages/indexer-common/src/indexer-management/allocations.ts @@ -79,7 +79,10 @@ export interface ActionStakeUsageSummary { balance: BigNumber } -export type PopulateTransactionResult = PopulatedTransaction | PopulatedTransaction[] | ActionFailure +export type PopulateTransactionResult = + | PopulatedTransaction + | PopulatedTransaction[] + | ActionFailure export type TransactionResult = | ContractReceipt