Add missing import scripts
This commit is contained in:
parent
32e578e96f
commit
8819a5d976
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
|
8
apps/contract-migration/scripts/config/cic.ini
Normal file
8
apps/contract-migration/scripts/config/cic.ini
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[cic]
|
||||||
|
registry_address = 0x32E860c2A0645d1B7B005273696905F5D6DC5D05
|
||||||
|
token_index_address =
|
||||||
|
accounts_index_address =
|
||||||
|
declarator_address =
|
||||||
|
approval_escrow_address =
|
||||||
|
chain_spec = Bloxberg:8996
|
||||||
|
tx_retry_delay =
|
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 = ge.priv.asc
|
||||||
|
public_key_file = ge.pub.asc
|
||||||
|
passphrase = ge
|
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
|
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
6b69c14ec8e6b622aedfcaaa86ffa959e64f832e {"key":"make-fetch-happen:request-cache:https://registry.npmjs.org/-/npm/v1/security/audits/quick","integrity":null,"time":1613156363320}
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
|||||||
|
{"metricId":"ea11447f-da1c-49e6-b0a2-8a988a99e3ce","metrics":{"from":"2021-02-12T18:59:21.666Z","to":"2021-02-12T18:59:21.666Z","successfulInstalls":0,"failedInstalls":1}}
|
1
apps/contract-migration/scripts/import_balance.sh
Normal file
1
apps/contract-migration/scripts/import_balance.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
python import_balance.py -c config -i Bloxberg:8996 -y /home/lash/tmp/d/keystore/UTC--2021-02-07T09-58-35.341813355Z--eb3907ecad74a0013c259d5874ae7f22dcbcc95c -v $@
|
1
apps/contract-migration/scripts/import_users.sh
Normal file
1
apps/contract-migration/scripts/import_users.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
python import_users.py -c config --redis-host-callback redis -vv $@
|
1
apps/contract-migration/scripts/node_modules/cic-client-meta
generated
vendored
Symbolic link
1
apps/contract-migration/scripts/node_modules/cic-client-meta
generated
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../cic-meta
|
Loading…
Reference in New Issue
Block a user