Add evm connector

This commit is contained in:
nolash
2021-02-03 20:55:39 +01:00
parent e8370de015
commit 66c0fd0b51
19 changed files with 650 additions and 29 deletions

2
config/cic.ini Normal file
View File

@@ -0,0 +1,2 @@
[cic]
chain_spec =

9
config/database.ini Normal file
View File

@@ -0,0 +1,9 @@
[database]
name = cic_syncer
user = postgres
password =
host = localhost
port = 5432
engine = postgresql
driver = psycopg2
debug = false

2
config/eth.ini Normal file
View File

@@ -0,0 +1,2 @@
[eth]
provider =

2
config/tasks.ini Normal file
View File

@@ -0,0 +1,2 @@
[tasks]
syncer_callbacks = bar:baz