From 8735ebf210f098a8f2306be08c34aba80f9a652d Mon Sep 17 00:00:00 2001 From: scx1332 Date: Mon, 27 May 2024 16:47:05 +0200 Subject: [PATCH] test endpoints for getting balance --- .github/workflows/deposit.yml | 2 ++ .github/workflows/deposit2.yml | 2 ++ 2 files changed, 4 insertions(+) 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