Do a better job of updating the create script

This commit is contained in:
nolash
2021-02-20 20:28:14 +01:00
parent d8adcd47e1
commit fdb16130a2
5 changed files with 13 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
psycopg2==2.8.6
chainlib~=0.0.1a15
chainsyncer~=0.0.1a9
cic-eth~=0.10.0a28
cic-eth~=0.10.0a30
cic-registry~=0.5.3a19
confini~=0.3.6rc3
celery==4.4.7

View File

@@ -30,7 +30,8 @@ truncate $env_out_file -s 0
set -e
set -a
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL cic-eth==0.10.0a29 chainlib==0.0.1a16
# We need to not install these here...
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL cic-eth==0.10.0a30 chainlib==0.0.1a16
>&2 echo "create account for gas gifter"
old_gas_provider=$DEV_ETH_ACCOUNT_GAS_PROVIDER