From b53e7baddfc92519aa2edacdb9ab6dd4d098f90e Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Tue, 19 Mar 2024 17:49:55 +0100 Subject: [PATCH] Update config.ts example to match API --- scripts/config.ts.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/config.ts.example b/scripts/config.ts.example index cf5d8704..78d020e0 100644 --- a/scripts/config.ts.example +++ b/scripts/config.ts.example @@ -29,5 +29,6 @@ export const config = { '0x1234123412341234123412341234123412341234', '0x1234512345123451234512345123451234512345', ], - batchPoster: '0x1234123412341234123412341234123412341234', + batchPosters: ['0x1234123412341234123412341234123412341234'], + batchPosterManager: '0x1234123412341234123412341234123412341234' }