kopia lustrzana https://github.com/bugout-dev/moonstream
Zksync sepolia services
rodzic
e6989aba3d
commit
f60eb178b9
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=ZkSync Era testnet historical crawler events
|
Description=ZkSync Era Sepolia historical crawler events
|
||||||
After=network.target
|
After=network.target
|
||||||
StartLimitIntervalSec=300
|
StartLimitIntervalSec=300
|
||||||
StartLimitBurst=3
|
StartLimitBurst=3
|
||||||
|
@ -9,9 +9,9 @@ WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
||||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=15s
|
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
|
CPUWeight=70
|
||||||
SyslogIdentifier=zksync-era-testnet-historical-crawl-events
|
SyslogIdentifier=zksync-era-sepolia-historical-crawl-events
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Runs events historical crawler on ZkSync Era testnet
|
Description=Runs events historical crawler on ZkSync Era Sepolia
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=60s
|
OnBootSec=60s
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=ZkSync Era testnet historical crawler transactions
|
Description=ZkSync Era Sepolia historical crawler transactions
|
||||||
After=network.target
|
After=network.target
|
||||||
StartLimitIntervalSec=300
|
StartLimitIntervalSec=300
|
||||||
StartLimitBurst=3
|
StartLimitBurst=3
|
||||||
|
@ -9,9 +9,9 @@ WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
|
||||||
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=15s
|
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
|
CPUWeight=70
|
||||||
SyslogIdentifier=zksync-era-testnet-historical-crawl-transactions
|
SyslogIdentifier=zksync-era-sepolia-historical-crawl-transactions
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Runs transactions historical crawler on ZkSync Era testnet
|
Description=Runs transactions historical crawler on ZkSync Era Sepolia
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=60s
|
OnBootSec=60s
|
Ładowanie…
Reference in New Issue