diff --git a/crawlers/deploy/polygon-synchronize.service b/crawlers/deploy/polygon-synchronize.service index 319f393f..3f002132 100644 --- a/crawlers/deploy/polygon-synchronize.service +++ b/crawlers/deploy/polygon-synchronize.service @@ -8,7 +8,7 @@ Group=www-data WorkingDirectory=/home/ubuntu/moonstream/crawlers/mooncrawl EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env ExecStart=/home/ubuntu/moonstream-env/bin/python -m mooncrawl.crawler blocks synchronize --blockchain polygon -c 6 -j 1 -SyslogIdentifier=ethereum-synchronize +SyslogIdentifier=polygon-synchronize [Install] WantedBy=multi-user.target \ No newline at end of file diff --git a/crawlers/mooncrawl/sample.env b/crawlers/mooncrawl/sample.env index e3e64722..5a2ce208 100644 --- a/crawlers/mooncrawl/sample.env +++ b/crawlers/mooncrawl/sample.env @@ -1,7 +1,7 @@ # Path to IPC socket to use for web3 connections export MOONSTREAM_NODE_ETHEREUM_IPC_ADDR="127.0.0.1" export MOONSTREAM_NODE_ETHEREUM_IPC_PORT="8545" -export MOONSTREAM_NONE_POLYGON_IPC_ADDR="127.0.0.1" +export MOONSTREAM_NODE_POLYGON_IPC_ADDR="127.0.0.1" export MOONSTREAM_NODE_POLYGON_IPC_PORT="8545" export MOONSTREAM_CRAWL_WORKERS=4 export MOONSTREAM_DB_URI="postgresql://:@:/"