diff --git a/crawlers/deploy/zksync-era-testnet-historical-crawl-events.service b/crawlers/deploy/zksync-era-sepolia-historical-crawl-events.service similarity index 65% rename from crawlers/deploy/zksync-era-testnet-historical-crawl-events.service rename to crawlers/deploy/zksync-era-sepolia-historical-crawl-events.service index d905bcb8..21005e14 100644 --- a/crawlers/deploy/zksync-era-testnet-historical-crawl-events.service +++ b/crawlers/deploy/zksync-era-sepolia-historical-crawl-events.service @@ -1,5 +1,5 @@ [Unit] -Description=ZkSync Era testnet historical crawler events +Description=ZkSync Era Sepolia historical crawler events After=network.target StartLimitIntervalSec=300 StartLimitBurst=3 @@ -9,9 +9,9 @@ WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env Restart=on-failure RestartSec=15s -ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.moonworm_crawler.cli historical-crawl --blockchain-type zksync_era_testnet --find-deployed-blocks --end 0 --tasks-journal --only-events +ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.moonworm_crawler.cli historical-crawl --blockchain-type zksync_era_sepolia --find-deployed-blocks --end 0 --tasks-journal --only-events CPUWeight=70 -SyslogIdentifier=zksync-era-testnet-historical-crawl-events +SyslogIdentifier=zksync-era-sepolia-historical-crawl-events [Install] WantedBy=multi-user.target \ No newline at end of file diff --git a/crawlers/deploy/zksync-era-testnet-historical-crawl-events.timer b/crawlers/deploy/zksync-era-sepolia-historical-crawl-events.timer similarity index 57% rename from crawlers/deploy/zksync-era-testnet-historical-crawl-events.timer rename to crawlers/deploy/zksync-era-sepolia-historical-crawl-events.timer index e46e3fae..27fb0d0b 100644 --- a/crawlers/deploy/zksync-era-testnet-historical-crawl-events.timer +++ b/crawlers/deploy/zksync-era-sepolia-historical-crawl-events.timer @@ -1,5 +1,5 @@ [Unit] -Description=Runs events historical crawler on ZkSync Era testnet +Description=Runs events historical crawler on ZkSync Era Sepolia [Timer] OnBootSec=60s diff --git a/crawlers/deploy/zksync-era-testnet-historical-crawl-transactions.service b/crawlers/deploy/zksync-era-sepolia-historical-crawl-transactions.service similarity index 64% rename from crawlers/deploy/zksync-era-testnet-historical-crawl-transactions.service rename to crawlers/deploy/zksync-era-sepolia-historical-crawl-transactions.service index 4286c408..2c3736fa 100644 --- a/crawlers/deploy/zksync-era-testnet-historical-crawl-transactions.service +++ b/crawlers/deploy/zksync-era-sepolia-historical-crawl-transactions.service @@ -1,5 +1,5 @@ [Unit] -Description=ZkSync Era testnet historical crawler transactions +Description=ZkSync Era Sepolia historical crawler transactions After=network.target StartLimitIntervalSec=300 StartLimitBurst=3 @@ -9,9 +9,9 @@ WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env Restart=on-failure RestartSec=15s -ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.moonworm_crawler.cli historical-crawl --blockchain-type zksync_era_testnet --find-deployed-blocks --end 0 --tasks-journal --only-functions +ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.moonworm_crawler.cli historical-crawl --blockchain-type zksync_era_sepolia --find-deployed-blocks --end 0 --tasks-journal --only-functions CPUWeight=70 -SyslogIdentifier=zksync-era-testnet-historical-crawl-transactions +SyslogIdentifier=zksync-era-sepolia-historical-crawl-transactions [Install] WantedBy=multi-user.target \ No newline at end of file diff --git a/crawlers/deploy/zksync-era-testnet-historical-crawl-transactions.timer b/crawlers/deploy/zksync-era-sepolia-historical-crawl-transactions.timer similarity index 54% rename from crawlers/deploy/zksync-era-testnet-historical-crawl-transactions.timer rename to crawlers/deploy/zksync-era-sepolia-historical-crawl-transactions.timer index 46f07f14..9c3c142f 100644 --- a/crawlers/deploy/zksync-era-testnet-historical-crawl-transactions.timer +++ b/crawlers/deploy/zksync-era-sepolia-historical-crawl-transactions.timer @@ -1,5 +1,5 @@ [Unit] -Description=Runs transactions historical crawler on ZkSync Era testnet +Description=Runs transactions historical crawler on ZkSync Era Sepolia [Timer] OnBootSec=60s