File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ tasks:
103
103
- docker run
104
104
-p 8080:8080
105
105
-v $(pwd)/config.docker.yaml:/app/config.yaml
106
- ghcr.io/pinax-network/blob-service :v0.6.2
106
+ ghcr.io/pinax-network/eth-blobs :v0.6.2
107
107
-config /app/config.yaml
108
108
109
109
protogen :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ This substreams package offers two sink map modules:
3
3
- ` kv_out ` - to sink into KV store
4
4
- ` graph_out ` - to sink into [ substreams-based Subgraph] ( ../subgraph )
5
5
6
- ### [ Latest Releases] ( https://github.com/pinax-network/blob-service /releases )
6
+ ### [ Latest Releases] ( https://github.com/pinax-network/eth-blobs /releases )
7
7
8
8
### Quick Start
9
9
Original file line number Diff line number Diff line change 73
73
inject
74
74
$ENDPOINT
75
75
badger3:///app/blobs.db
76
- https://github.com/pinax-network/blob-service /releases/download/v0.6.2/eth-blobs-v0.6.2.spkg
76
+ https://github.com/pinax-network/eth-blobs /releases/download/v0.6.2/eth-blobs-v0.6.2.spkg
77
77
--server-listen-addr=:8000
78
78
--undo-buffer-size=1
You can’t perform that action at this time.
0 commit comments