Skip to content

Commit 156f3a0

Browse files
committed
update docker registry name
1 parent 388a41b commit 156f3a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-service/Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ tasks:
103103
- docker run
104104
-p 8080:8080
105105
-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
107107
-config /app/config.yaml
108108

109109
protogen:

substreams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This substreams package offers two sink map modules:
33
- `kv_out` - to sink into KV store
44
- `graph_out` - to sink into [substreams-based Subgraph](../subgraph)
55

6-
### [Latest Releases](https://github.com/pinax-network/blob-service/releases)
6+
### [Latest Releases](https://github.com/pinax-network/eth-blobs/releases)
77

88
### Quick Start
99

substreams/Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ tasks:
7373
inject
7474
$ENDPOINT
7575
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
7777
--server-listen-addr=:8000
7878
--undo-buffer-size=1

0 commit comments

Comments
 (0)