Compare commits

...

1 Commits

Author SHA1 Message Date
nolash bc3b4facfb
Reduce version scope of contract migrations 2021-10-13 14:00:31 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cic-eth[tools]==0.12.4a8
chainlib-eth>=0.0.9rc1,<0.1.0
chainlib-eth>=0.0.9rc4,<0.0.10
chainlib==0.0.9rc1,<0.1.0
eth-erc20>=0.1.2a3,<0.2.0
erc20-demurrage-token>=0.0.5a2,<0.1.0

View File

@ -121,6 +121,9 @@ export CIC_DEFAULT_TOKEN_SYMBOL=$CIC_DEFAULT_TOKEN_SYMBOL
export TOKEN_NAME=$TOKEN_NAME
" >> "${DEV_DATA_DIR}"/env_reset
confini-dump --schema-dir ./config
eth-contract-registry-list -i $CIC_CHAIN_SPEC -p $RPC_PROVIDER -e $CIC_REGISTRY_ADDRESS -u
set +a
set +e