Skip to content

Commit

Permalink
feat(cli): update explorer (fix processing bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed May 7, 2024
1 parent e999bd5 commit 2dda8af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-knives-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/cli": patch
---

update explorer (fix processing bug)
8 changes: 5 additions & 3 deletions apps/cli/src/node/docker-compose-explorer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
PGDATABASE: ${PGDATABASE:-postgres}

explorer_api:
image: cartesi/rollups-explorer-api:0.4.0
image: cartesi/rollups-explorer-api:0.5.0
environment:
DB_NAME: ${PGDATABASE:-squid}
DB_PORT: ${PGPORT:-5432}
Expand All @@ -25,10 +25,12 @@ services:
condition: service_completed_successfully

squid_processor:
image: cartesi/rollups-explorer-api:0.4.0
image: cartesi/rollups-explorer-api:0.5.0
environment:
CHAIN_ID: ${CHAIN_ID:-31337}
RPC_URL_31337: ${RPC_URL:-http://anvil:8545}
BLOCK_CONFIRMATIONS_31337: 0
GENESIS_BLOCK_31337: 22
DB_NAME: ${PGDATABASE:-squid}
DB_PORT: ${PGPORT:-5432}
DB_HOST: ${PGHOST:-database}
Expand All @@ -39,7 +41,7 @@ services:
condition: service_completed_successfully

explorer:
image: cartesi/rollups-explorer:0.9.0
image: cartesi/rollups-explorer:0.12.0
expose:
- 3000
depends_on:
Expand Down

0 comments on commit 2dda8af

Please sign in to comment.