Skip to content

Commit 8222a88

Browse files
author
Andrey
committed
Update deploy files content.
1 parent a574971 commit 8222a88

10 files changed

+26
-26
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[Unit]
2-
Description=Execute Game7 state crawler
2+
Description=Execute Arbitrum one state crawler
33
After=network.target
44

55
[Service]
66
Type=oneshot
77
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
88
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
9-
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain game7
9+
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain arbitrum_one
1010
CPUWeight=60
11-
SyslogIdentifier=game7-state
11+
SyslogIdentifier=arbitrum-one-state

crawlers/deploy/arbitrum-one-state.timer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=Execute Game7 state crawler each 5m
2+
Description=Execute Arbitrum one state crawler each 5m
33

44
[Timer]
55
OnBootSec=15s
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[Unit]
2-
Description=Execute Game7 state crawler
2+
Description=Execute Arbitrum Sepolia state crawler
33
After=network.target
44

55
[Service]
66
Type=oneshot
77
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
88
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
9-
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain game7
9+
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain arbitrum_sepolia
1010
CPUWeight=60
11-
SyslogIdentifier=game7-state
11+
SyslogIdentifier=arbitrum-sepolia-state

crawlers/deploy/arbitrum-sepolia-state.timer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=Execute Game7 state crawler each 5m
2+
Description=Execute Arbitrum Sepolia state crawler each 5m
33

44
[Timer]
55
OnBootSec=15s
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[Unit]
2-
Description=Execute Ethereum state crawler each 10m
2+
Description=Execute Ethereum state crawler each 5m
33

44
[Timer]
55
OnBootSec=15s
6-
OnUnitActiveSec=10m
6+
OnUnitActiveSec=5m
77

88
[Install]
99
WantedBy=timers.target
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[Unit]
2-
Description=Execute Game7 state crawler
2+
Description=Execute Game7 testnet state crawler
33
After=network.target
44

55
[Service]
66
Type=oneshot
77
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
88
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
9-
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain game7
9+
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain game7_testnet
1010
CPUWeight=60
11-
SyslogIdentifier=game7-state
11+
SyslogIdentifier=game7-testnet-state

crawlers/deploy/game7-testnet-state.timer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=Execute Game7 state crawler each 5m
2+
Description=Execute Game7 testnet state crawler each 5m
33

44
[Timer]
55
OnBootSec=15s

crawlers/deploy/sepolia-metadata.service

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Unit]
2+
Description=Execute Sepolia state crawler
3+
After=network.target
4+
5+
[Service]
6+
Type=oneshot
7+
WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl
8+
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
9+
ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.state_crawler.cli crawl-jobs --moonstream-token "${MOONSTREAM_PUBLIC_QUERIES_DATA_ACCESS_TOKEN}" --blockchain sepolia
10+
CPUWeight=60
11+
SyslogIdentifier=sepolia-state

crawlers/deploy/sepolia-state.timer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Unit]
2-
Description=Execute Game7 state crawler each 5m
2+
Description=Execute Sepolia state crawler each 5m
33

44
[Timer]
55
OnBootSec=15s

0 commit comments

Comments
 (0)