diff --git a/apps/cic-eth/requirements.txt b/apps/cic-eth/requirements.txt index 8d2cdf5d..b87831c4 100644 --- a/apps/cic-eth/requirements.txt +++ b/apps/cic-eth/requirements.txt @@ -1,7 +1,7 @@ celery==4.4.7 -chainlib-eth~=0.0.14 semver==2.13.0 +chainlib-eth~=0.0.14 urlybird~=0.0.1 -cic-eth-registry==0.6.3 -cic-types==0.2.1a8 -cic-eth-aux-erc20-demurrage-token~=0.0.3 \ No newline at end of file +cic-eth-registry~=0.6.4 +cic-types~=0.2.1a8 +cic-eth-aux-erc20-demurrage-token~=0.0.3 diff --git a/apps/cic-eth/setup.cfg b/apps/cic-eth/setup.cfg index 16848557..51ea1b9b 100644 --- a/apps/cic-eth/setup.cfg +++ b/apps/cic-eth/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = cic-eth #version = attr: cic_eth.version.__version_string__ -version = 0.12.6 +version = 0.12.7 description = CIC Network Ethereum interaction author = Louis Holbrook author_email = dev@holbrook.no diff --git a/apps/contract-migration/2_deploy_contract_instance.sh b/apps/contract-migration/2_deploy_contract_instance.sh index 6d3bcd1d..1c3c5e85 100644 --- a/apps/contract-migration/2_deploy_contract_instance.sh +++ b/apps/contract-migration/2_deploy_contract_instance.sh @@ -70,7 +70,7 @@ add_pending_tx_hash $r >&2 echo -e "\033[;96mEnable token index writer $DEV_ETH_ACCOUNT_CONTRACT_DEPLOYER to write to accounts index contract at $DEV_TOKEN_INDEX_ADDRESS\033[;39m" advance_nonce debug_rpc -r=`eth-accounts-index-writer -s -u -i $CHAIN_SPEC -p $RPC_PROVIDER --fee-limit 1000000 -e $DEV_TOKEN_INDEX_ADDRESS $DEV_DEBUG_FLAG $DEV_ETH_ACCOUNT_CONTRACT_DEPLOYER` +r=`eth-accounts-index-writer -s -u -i $CHAIN_SPEC -p $RPC_PROVIDER --nonce $nonce --fee-limit 1000000 -e $DEV_TOKEN_INDEX_ADDRESS $DEV_DEBUG_FLAG $DEV_ETH_ACCOUNT_CONTRACT_DEPLOYER` add_pending_tx_hash $r check_wait 2 diff --git a/apps/contract-migration/requirements.txt b/apps/contract-migration/requirements.txt index 94988fa8..209d1121 100644 --- a/apps/contract-migration/requirements.txt +++ b/apps/contract-migration/requirements.txt @@ -1,12 +1,12 @@ -cic-eth[tools]==0.12.6 +cic-eth[tools]==0.12.7 cic-types~=0.2.1a8 -chainlib-eth~=0.0.14 -eth-erc20~=0.1.4 -erc20-demurrage-token~=0.0.6 +chainlib-eth~=0.0.15 +eth-erc20~=0.1.5 +erc20-demurrage-token~=0.0.7 eth-address-index~=0.2.4 -cic-eth-registry~=0.6.3 +cic-eth-registry~=0.6.4 erc20-faucet==0.3.2 sarafu-faucet==0.0.7 confini~=0.5.3 eth-token-index==0.2.4 -okota==0.2.5a1 \ No newline at end of file +okota==0.2.5a1