Add evm connector
This commit is contained in:
2
config/cic.ini
Normal file
2
config/cic.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[cic]
|
||||
chain_spec =
|
||||
9
config/database.ini
Normal file
9
config/database.ini
Normal 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
2
config/eth.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[eth]
|
||||
provider =
|
||||
2
config/tasks.ini
Normal file
2
config/tasks.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[tasks]
|
||||
syncer_callbacks = bar:baz
|
||||
Reference in New Issue
Block a user