Skip to content

Commit

Permalink
docs: update cardano-db-sync snapshot references
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jan 26, 2022
1 parent 4dfeb52 commit fe1d7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -121,7 +121,7 @@ For example:
DOCKER_BUILDKIT=1 \
docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg SNAPSHOT_URL=https://update-cardano-mainnet.iohk.io/cardano-db-sync/12/db-sync-snapshot-schema-12-block-6590499-x86_64.tgz \
--build-arg SNAPSHOT_URL=https://update-cardano-mainnet.iohk.io/cardano-db-sync/12/db-sync-snapshot-schema-12-block-6764999-x86_64.tgz \
--cache-from=inputoutput/cardano-rosetta:master \
-t inputoutput/cardano-rosetta:1.7.0-apply-snapshot \
https://github.com/input-output-hk/cardano-rosetta.git#1.7.0
Expand All @@ -137,7 +137,7 @@ DOCKER_BUILDKIT=1 \
docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \
--build-arg NETWORK=testnet \
--build-arg SNAPSHOT_URL=https://updates-cardano-testnet.s3.amazonaws.com/cardano-db-sync/12/db-sync-snapshot-schema-12-block-3147999-x86_64.tgz \
--build-arg SNAPSHOT_URL=https://updates-cardano-testnet.s3.amazonaws.com/cardano-db-sync/12/db-sync-snapshot-schema-12-block-3185999-x86_64.tgz \
--cache-from=inputoutput/cardano-rosetta:master \
-t inputoutput/cardano-rosetta:1.7.0-testnet-apply-snapshot \
https://github.com/input-output-hk/cardano-rosetta.git#1.7.0
Expand Down

0 comments on commit fe1d7eb

Please sign in to comment.