WIP bloxberg installer scripts

This commit is contained in:
nolash
2021-11-08 21:39:42 +01:00
commit ee526d0855
11 changed files with 1138 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=CIC transaction cache syncer
After=network.target
[Service]
Environment="RPC_PROVIDER=http://localhost:8545"
Environment="CHAIN_SPEC=evm:byzantium:8995:bloxberg"
Environment="CIC_REGISTRY=ADDRESS={{CIC_REGISTRY_ADDRESS}}"
Environment="CIC_TRUST_ADDRESS={{CIC_TRUST_ADDRESS}}"
ExecStart="cic-cache-trackerd -c %h/.config/cic/cache"
Restart=always
[Install]
After=network.target

2
systemd/env/01-cic-cache-tracker.conf vendored Normal file
View File

@@ -0,0 +1,2 @@
RPC_PROVIDER={{RPC_PROVIDER=http://localhost:8545}}
CHAIN_SPEC={{CHAIN_SPEC=evm:byzantium:8995:bloxberg}}