Skip to content

Commit

Permalink
update docker registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Mar 4, 2024
1 parent 388a41b commit 156f3a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api-service/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tasks:
- docker run
-p 8080:8080
-v $(pwd)/config.docker.yaml:/app/config.yaml
ghcr.io/pinax-network/blob-service:v0.6.2
ghcr.io/pinax-network/eth-blobs:v0.6.2
-config /app/config.yaml

protogen:
Expand Down
2 changes: 1 addition & 1 deletion substreams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This substreams package offers two sink map modules:
- `kv_out` - to sink into KV store
- `graph_out` - to sink into [substreams-based Subgraph](../subgraph)

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

### Quick Start

Expand Down
2 changes: 1 addition & 1 deletion substreams/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ tasks:
inject
$ENDPOINT
badger3:///app/blobs.db
https://github.com/pinax-network/blob-service/releases/download/v0.6.2/eth-blobs-v0.6.2.spkg
https://github.com/pinax-network/eth-blobs/releases/download/v0.6.2/eth-blobs-v0.6.2.spkg
--server-listen-addr=:8000
--undo-buffer-size=1

0 comments on commit 156f3a0

Please sign in to comment.