Skip to content

Commit

Permalink
Allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jan 22, 2024
1 parent 30458b1 commit 97a7213
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/allocation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,18 @@ jobs:
erc20_processor check-allocation --allocation-id $ALLOCATION_ID0
erc20_processor check-allocation --allocation-id $ALLOCATION_ID1
- name: Make single transfer from allocation
run: |
set -x
erc20_processor transfer --allocation-id $ALLOCATION_ID0 --account-no 2 --amount 0.0001 --recipient $ETH_ADDRESS_4 --use-internal
erc20_processor run
- name: Make multiple transfers from allocation
run: |
set -x
erc20_processor transfer --allocation-id $allocationId --account-no 2 --amount 0.0001 --recipient $ETH_ADDRESS_0 --use-internal
erc20_processor transfer --allocation-id $allocationId --account-no 2 --amount 0.0001 --recipient $ETH_ADDRESS_3 --use-internal
erc20_processor transfer --allocation-id $allocationId --account-no 2 --amount 0.0001 --recipient $ETH_ADDRESS_4 --use-internal
erc20_processor transfer --allocation-id $ALLOCATION_ID1 --account-no 2 --amount 0.0001 --recipient $ETH_ADDRESS_0 --use-internal
erc20_processor transfer --allocation-id $ALLOCATION_ID1 --account-no 2 --amount 0.0001 --recipient $ETH_ADDRESS_3 --use-internal
erc20_processor transfer --allocation-id $ALLOCATION_ID1 --account-no 2 --amount 0.0001 --recipient $ETH_ADDRESS_4 --use-internal
erc20_processor run
erc20_processor balance
Expand Down

0 comments on commit 97a7213

Please sign in to comment.