Refactor import scripts
This commit is contained in:
3
apps/contract-migration/scripts/config/celery.ini
Normal file
3
apps/contract-migration/scripts/config/celery.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[celery]
|
||||
broker_url = redis://localhost:63379
|
||||
result_url = redis://localhost:63379
|
||||
9
apps/contract-migration/scripts/config/cic.ini
Normal file
9
apps/contract-migration/scripts/config/cic.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[cic]
|
||||
registry_address = 0x32E860c2A0645d1B7B005273696905F5D6DC5D05
|
||||
token_index_address =
|
||||
accounts_index_address =
|
||||
declarator_address =
|
||||
approval_escrow_address =
|
||||
chain_spec = evm:bloxberg:8996
|
||||
tx_retry_delay =
|
||||
trust_address = 0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C
|
||||
5
apps/contract-migration/scripts/config/database.ini
Normal file
5
apps/contract-migration/scripts/config/database.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[database]
|
||||
name = sempo
|
||||
host = localhost
|
||||
port = 5432
|
||||
user = postgres
|
||||
8
apps/contract-migration/scripts/config/eth.ini
Normal file
8
apps/contract-migration/scripts/config/eth.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[eth]
|
||||
#ws_provider = ws://localhost:8546
|
||||
#ttp_provider = http://localhost:8545
|
||||
provider = http://localhost:63545
|
||||
gas_provider_address =
|
||||
#chain_id =
|
||||
abi_dir = /usr/local/share/cic/solidity/abi
|
||||
account_accounts_index_writer =
|
||||
2
apps/contract-migration/scripts/config/meta.ini
Normal file
2
apps/contract-migration/scripts/config/meta.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[meta]
|
||||
url = http://localhost:63380
|
||||
5
apps/contract-migration/scripts/config/pgp.ini
Normal file
5
apps/contract-migration/scripts/config/pgp.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[pgp]
|
||||
exports_dir = ../testdata/pgp
|
||||
private_key_file = privatekeys_meta.asc
|
||||
public_key_file = publickeys_meta.asc
|
||||
passphrase = merman
|
||||
4
apps/contract-migration/scripts/config/redis.ini
Normal file
4
apps/contract-migration/scripts/config/redis.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[redis]
|
||||
host = localhost
|
||||
port = 63379
|
||||
db = 0
|
||||
4
apps/contract-migration/scripts/config/traffic.ini
Normal file
4
apps/contract-migration/scripts/config/traffic.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[traffic]
|
||||
#local.noop_traffic = 2
|
||||
local.account = 2
|
||||
local.transfer = 2
|
||||
Reference in New Issue
Block a user