From be12809aeb6975f385a0733b00cbeb7126f39039 Mon Sep 17 00:00:00 2001 From: nolash Date: Sun, 5 Dec 2021 08:46:02 +0100 Subject: [PATCH] Add cic cli --- README.md | 1 + requirements.txt | 6 ++++-- root_requirements.txt | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25634aa..47ab878 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The examples below assume working directory of the cic-staff-installer repositor To use against the cic-stack docker-compose local cluster: ``` +export RPC_PROVIDER=http://localhost:63545 export CIC_ROOT_URL=file://`pwd`/var ``` diff --git a/requirements.txt b/requirements.txt index c4b063b..445503c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ amqp==2.6.1 asn1crypto==1.4.0 attrs==21.2.0 billiard==3.6.4.0 +cbor2==5.4.1 celery==4.4.7 certifi==2021.10.8 cffi==1.14.6 @@ -10,8 +11,9 @@ chainlib==0.0.13 chainlib-eth==0.0.13 chainsyncer==0.0.7 charset-normalizer==2.0.7 +cic==0.0.2 cic-cache==0.3.0a2 -cic-eth-registry==0.6.1 +cic-eth-registry==0.6.2 cic-types==0.2.1a5 clicada==0.0.1a9 coincurve==15.0.0 @@ -21,7 +23,7 @@ cytoolz==0.11.0 erc20-faucet==0.3.2 eth-accounts-index==0.1.2 eth-address-index==0.2.4 -eth-contract-registry==0.6.3 +eth-contract-registry==0.7.2 eth-erc20==0.1.2 eth-hash==0.3.2 eth-token-index==0.2.4 diff --git a/root_requirements.txt b/root_requirements.txt index 30d2e16..e336501 100644 --- a/root_requirements.txt +++ b/root_requirements.txt @@ -1,2 +1,3 @@ cic-cache==0.3.0a2 clicada==0.0.1a9 +cic==0.0.2