Import cic-eth cli sources

This commit is contained in:
lash
2022-04-24 15:25:58 +00:00
parent b2421cce8a
commit c55716cb9b
16 changed files with 398 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
[celery]
broker_url =
result_url =
queue = cic-eth
debug = 0
worker_pool = prefork
worker_count = 0
debug_log = 0

View File

@@ -0,0 +1,6 @@
[cic]
registry_address =
trust_address =
default_token_symbol =
health_modules = cic_eth.check.db,cic_eth.check.redis,cic_eth.check.signer,cic_eth.check.gas,cic_eth.check.start
run_dir = /run

View File

@@ -0,0 +1,10 @@
[database]
engine =
driver =
host =
port =
name =
user =
password =
debug = 0
pool_size = 0

View File

@@ -0,0 +1,8 @@
[eth]
gas_holder_minimum_units = 180000
gas_holder_refill_units = 15
gas_holder_refill_threshold = 3
gas_gifter_refill_buffer = 3
gas_gift_min_price_buffer = 20
min_fee_price = 1
max_fee_units = 8000000

View File

@@ -0,0 +1,5 @@
[redis]
host = localhost
port = 6379
db = 0
timeout = 20.0

View File

@@ -0,0 +1,5 @@
[server]
port=5000
host="0.0.0.0"
workers=1
config=

View File

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