Skip to content

Commit 2074af1

Browse files
authored
Bump explorer and explorer-api to latest v1.0.0-alpha tags
1 parent 579e341 commit 2074af1

File tree

3 files changed

+24
-13
lines changed

3 files changed

+24
-13
lines changed

.changeset/gold-weeks-add.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/cli": minor
3+
---
4+
5+
bump explorer-api to v1.0.0-alpha.3

.changeset/lazy-walls-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/cli": minor
3+
---
4+
5+
bump explorer to v1.0.0-alpha.2

apps/cli/src/compose/rollups/docker-compose-explorer.yaml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
x-explorer_db_env: &explorer_db_env
2+
DB_NAME: explorer
3+
DB_PORT: 5432
4+
DB_HOST: database
5+
DB_PASS: password
6+
17
services:
28
explorer_api:
3-
image: cartesi/rollups-explorer-api:0.5.0
9+
image: cartesi/rollups-explorer-api:1.0.0-alpha.3
410
environment:
5-
DB_NAME: ${PGDATABASE:-squid}
6-
DB_PORT: ${PGPORT:-5432}
7-
DB_HOST: ${PGHOST:-database}
8-
DB_PASS: ${PGPASSWORD:-password}
11+
<<: *explorer_db_env
912
GQL_PORT: 4350
1013
expose:
1114
- 4350
@@ -28,22 +31,20 @@ services:
2831
condition: service_healthy
2932

3033
squid_processor:
31-
image: cartesi/rollups-explorer-api:0.5.0
34+
image: cartesi/rollups-explorer-api:1.0.0-alpha.3
3235
environment:
33-
CHAIN_ID: ${CHAIN_ID:-13370}
34-
RPC_URL_31337: ${RPC_URL:-http://anvil:8545}
36+
<<: *explorer_db_env
37+
CHAIN_IDS: ${CARTESI_BLOCKCHAIN_ID:-13370}
38+
RPC_URL_13370: ${RPC_URL:-http://anvil:8545}
3539
BLOCK_CONFIRMATIONS_13370: 0
36-
DB_NAME: ${PGDATABASE:-squid}
37-
DB_PORT: ${PGPORT:-5432}
38-
DB_HOST: ${PGHOST:-database}
39-
DB_PASS: ${PGPASSWORD:-password}
40+
GENESIS_BLOCK_13370: 1
4041
command: ["sqd", "process:prod"]
4142
depends_on:
4243
database:
4344
condition: service_healthy
4445

4546
explorer:
46-
image: cartesi/rollups-explorer:0.12.0
47+
image: cartesi/rollups-explorer:1.0.0-alpha.2
4748
expose:
4849
- 3000
4950
depends_on:

0 commit comments

Comments
 (0)