Compare commits

...

1 Commits

Author SHA1 Message Date
Mohamed Sohail 6b18865018
fix: nonce order fix during contract deployment
- bloxberg logs: 1 -> 2 -> 8 -> 19 -> 20 -> 19
2021-12-20 09:11:53 +03:00
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"