diff --git a/.github/workflows/deposit.yml b/.github/workflows/deposit.yml index 55eca4c9..9c62d4b9 100644 --- a/.github/workflows/deposit.yml +++ b/.github/workflows/deposit.yml @@ -118,6 +118,8 @@ jobs: - name: Transfer all left ETH tokens run: | set -x + # wait for the blockchain to propagate info about the transaction + sleep 30 erc20_processor transfer --account-no 1 --recipient 0x5b984629E2Cc7570cBa7dD745b83c3dD23Ba6d0f --token eth --all erc20_processor transfer --account-no 2 --recipient 0x5b984629E2Cc7570cBa7dD745b83c3dD23Ba6d0f --token eth --all erc20_processor run \ No newline at end of file diff --git a/.github/workflows/deposit2.yml b/.github/workflows/deposit2.yml index 712b7ce4..ce65887c 100644 --- a/.github/workflows/deposit2.yml +++ b/.github/workflows/deposit2.yml @@ -115,6 +115,8 @@ jobs: - name: Transfer all left ETH tokens run: | set -x + # wait for the blockchain to propagate info about the transaction + sleep 30 erc20_processor transfer --account-no 1 --recipient 0x5b984629E2Cc7570cBa7dD745b83c3dD23Ba6d0f --token eth --all erc20_processor transfer --account-no 2 --recipient 0x5b984629E2Cc7570cBa7dD745b83c3dD23Ba6d0f --token eth --all erc20_processor run \ No newline at end of file