Skip to content

Commit

Permalink
[PLA-708] Release v1.5.4 (#273)
Browse files Browse the repository at this point in the history
v1.5.4
  • Loading branch information
leonardocustodio authored Feb 20, 2023
1 parent e5c1fb4 commit e0c5ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
indexer_processor:
container_name: indexer_processor
restart: unless-stopped
image: ghcr.io/efinity/indexer-processor:1.5.4
build:
context: .
target: processor
Expand All @@ -28,6 +29,7 @@ services:
indexer_graphql:
container_name: indexer_graphql
restart: unless-stopped
image: ghcr.io/efinity/indexer-graphql:1.5.4
build:
context: .
target: query-node
Expand Down
2 changes: 1 addition & 1 deletion squid.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
manifestVersion: subsquid.io/v0.1
name: efinity
version: 1053
version: 1054
description: |-
An explorer-like indexer for the Efinity network.
Expand Down

0 comments on commit e0c5ecb

Please sign in to comment.