From 297d2be2108feb39250d802f112050da758ff419 Mon Sep 17 00:00:00 2001 From: czarly <379651+czarly@users.noreply.github.com> Date: Thu, 24 Mar 2022 22:27:47 +0400 Subject: [PATCH] update snapshot url and make archive node bootstrapping --- polygon-archive.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/polygon-archive.yml b/polygon-archive.yml index 46f30b80..bf11e204 100644 --- a/polygon-archive.yml +++ b/polygon-archive.yml @@ -8,7 +8,8 @@ services: context: ./polygon/bor dockerfile: Dockerfile environment: - - BOOTSTRAP=0 + - SNAPSHOT_URL=https://matic-blockchain-snapshots.s3-accelerate.amazonaws.com/matic-mainnet/bor-archive-node-snapshot-2022-03-17.tar.gz + - BOOTSTRAP=1 - ARCHIVE=1 volumes: - "bor-archive_data:/datadir" @@ -30,4 +31,4 @@ services: - chains volumes: - bor-archive_data: \ No newline at end of file + bor-archive_data: