Skip to content

Commit

Permalink
fix typo and buffer undo
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 1, 2024
1 parent 183d8b1 commit c084997
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion substreams/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ tasks:
deps:
- build
cmds:
- substreams-sink-kv inject $ENDPOINT badger3://./blobs.db substreams.yaml --server-listen-addr=:8000 --flush-interval 100
- substreams-sink-kv inject
$ENDPOINT
badger3://./blobs.db
substreams.yaml
--server-listen-addr=:8000
--flush-interval 100
--undo-buffer-size 1

sink:serve:
desc: "Serve sunk data from KV store"
Expand All @@ -60,4 +66,6 @@ tasks:
$ENDPOINT
badger3:///app/blobs.db
https://github.com/pinax-network/blob-service/releases/download/v0.6.1/eth-blobs-v0.6.1.spkg
7733899:8733899
--server-listen-addr=:8000
--undo-buffer-size 1
2 changes: 1 addition & 1 deletion substreams/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
doc: |
This substreams package lets you stream Consensus Layer EIP-4844 blobs with attached meta data.
Amoung the supported chains are:
Among the supported chains are:
- mainnet-cl: eth-cl.substreams.pinax.network:443
- goerli-cl: goerli-cl.substreams.pinax.network:443
- sepolia-cl: sepolia-cl.substreams.pinax.network:443
Expand Down

0 comments on commit c084997

Please sign in to comment.