Skip to content

Commit

Permalink
fix grpcurl, making it compatible with the new 4844 format (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
bxue-l2 and Ubuntu authored Apr 8, 2024
1 parent 38c72c5 commit c376fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eigenda/rollup-guides/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ gh repo clone Layr-Labs/eigenda
# protobuf defintions correctly
$ cd eigenda
$ grpcurl -import-path ./api/proto -proto ./api/proto/disperser/disperser.proto -d '{"data": "hello"}' disperser-holesky.eigenda.xyz:443 disperser.Disperser/DisperseBlob
$ grpcurl -import-path ./api/proto -proto ./api/proto/disperser/disperser.proto -d '{"data": "LWhlbGxvLQ=="}' disperser-holesky.eigenda.xyz:443 disperser.Disperser/DisperseBlob
```

**Step 2: Validate the blob was stored in a batch**
Expand Down

0 comments on commit c376fe9

Please sign in to comment.