diff --git a/03-account-parser/README.md b/03-account-parser/README.md index c773083..674016d 100644 --- a/03-account-parser/README.md +++ b/03-account-parser/README.md @@ -23,7 +23,7 @@ const request: SubscribeRequest = { blocks: {}, blocksMeta: {}, entry: {}, - accountsDataSlice: [], + accountsDataSlice: [ { offset: "253", length: "16" } ], commitment: CommitmentLevel.PROCESSED, ping: undefined, };