Skip to content

Commit

Permalink
chore: use db-sync 13.2.0.1 for non-sanchonet networks
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed Mar 28, 2024
1 parent d892dad commit 395fb35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/common.yml
Expand Up @@ -116,7 +116,7 @@ services:
timeout: 1s
retries: 120
start_period: 100ms
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-sancho-4-0-0}
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.2.0.1}
restart: on-failure
stop_signal: SIGINT
volumes:
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services/package.json
Expand Up @@ -48,7 +48,7 @@
"preview:up": "NETWORK=preview SUBMIT_API_ARGS='--testnet-magic 2' yarn compose:up",
"preview:down": "NETWORK=preview yarn compose:down",
"sanchonet:dev": "FILES='-f ../../compose/dev.yml -f dev.yml' yarn sanchonet:up",
"sanchonet:up": "NETWORK=sanchonet SUBMIT_API_ARGS='--testnet-magic 4' yarn compose:up",
"sanchonet:up": "CARDANO_DB_SYNC_VERSION=sancho-4.1.0 NETWORK=sanchonet SUBMIT_API_ARGS='--testnet-magic 4' yarn compose:up",
"sanchonet:down": "NETWORK=sanchonet yarn compose:down",
"test": "jest --runInBand -c ./jest.config.js --selectProjects unit",
"test:build:verify": "tsc --build ./test",
Expand Down
3 changes: 3 additions & 0 deletions packages/e2e/.env.example
Expand Up @@ -42,3 +42,6 @@ SMASH_URL="http://cardano-smash:3100/api/v1"

# Required by test:long-running
STAKE_POOL_PROJECTOR_URL='http://localhost:4002/'

# Default e2e tests will run on conway-era
CARDANO_DB_SYNC_VERSION=sancho-4.1.0

0 comments on commit 395fb35

Please sign in to comment.