Skip to content

Commit

Permalink
Added a step to fund the addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayLevyOfficial committed Aug 16, 2023
1 parent f4d069f commit fd96e82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
go run . config init --home ~/tmp/e2e_roller_config --da mock endtoend_1-${{ github.run_number }} RAX
- name: Fund the RollApp addresses
run: |
HUB_SEQ_ADDR=$(go run . keys list --output json | jq -r '.hub_sequencer')
RELAYER_ROLLAPP_ADDR=$(go run . keys list --output json | jq -r '.relayer-rollapp-key')
/usr/local/bin/dymd tx bank multi-send local-user $HUB_SEQ_ADDR $RELAYER_ROLLAPP_ADDR 1udym --yes -b block --keyring-backend test --home ~/tmp/e2e_roller_config/local-hub
- name: Register the rollapp
run: |
Expand Down

0 comments on commit fd96e82

Please sign in to comment.