fix: nonce order fix during contract deployment

- bloxberg logs: 1 -> 2 -> 8 -> 19 -> 20 -> 19
This commit is contained in:
Mohamed Sohail 2021-12-20 09:11:53 +03:00
parent b15cfee1c9
commit 6b18865018
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ fi
check_wait 3
>&2 echo -e "\033[;96mWriting token metadata and proofs\033[;39m"
advance_nonce
advance_nonce
python scripts/proofs.py --token-symbol $TOKEN_SYMBOL -e $TOKEN_ADDRESS --address-declarator $DEV_ADDRESS_DECLARATOR --signer-address $DEV_ETH_ACCOUNT_CONTRACT_DEPLOYER
>&2 echo -e "\033[;96mWriting env_reset file\033[;39m"