diff --git a/src/actions/buildSetIsBatchPoster.ts b/src/actions/buildSetIsBatchPoster.ts index 209eef67..a4bbe4c3 100644 --- a/src/actions/buildSetIsBatchPoster.ts +++ b/src/actions/buildSetIsBatchPoster.ts @@ -20,7 +20,7 @@ export type BuildSetIsBatchPosterParameters = P export type BuildSetIsBatchPosterReturnType = PrepareTransactionRequestReturnTypeWithChainId; -async function buildSetIsBatchPoster( +export async function buildSetIsBatchPoster( client: PublicClient, params: BuildSetIsBatchPosterParameters & { enable: boolean }, ): Promise {