From 39de1837c265a333c8b8fe331ed2acf0ee5f07c2 Mon Sep 17 00:00:00 2001 From: nolash Date: Mon, 15 Nov 2021 14:23:24 +0100 Subject: [PATCH] Upgrade deps to non-prerelease (temporarily removed transfer-auth) --- apps/contract-migration/2_deploy_contract_instance.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/contract-migration/2_deploy_contract_instance.sh b/apps/contract-migration/2_deploy_contract_instance.sh index 5dc0fa73..6d3bcd1d 100644 --- a/apps/contract-migration/2_deploy_contract_instance.sh +++ b/apps/contract-migration/2_deploy_contract_instance.sh @@ -66,6 +66,13 @@ debug_rpc r=`eth-contract-registry-set $DEV_WAIT_FLAG $fee_price_arg --nonce $nonce -s -u -y $WALLET_KEY_FILE -e $CIC_REGISTRY_ADDRESS -i $CHAIN_SPEC -p $RPC_PROVIDER $DEV_DEBUG_FLAG --identifier TokenRegistry $DEV_TOKEN_INDEX_ADDRESS` add_pending_tx_hash $r +# Assign writer for token index +>&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` +add_pending_tx_hash $r + check_wait 2 echo -e "\033[;96mWriting env_reset file\033[;39m"