Skip to content

Commit

Permalink
Now using the correct relayer key
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayLevyOfficial committed Aug 20, 2023
1 parent c5b99b6 commit e5898f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
HUB_SEQ_ADDR=$(go run . keys list --output json | jq -r '.hub_sequencer')
echo "HUB_SEQ_ADDR=$HUB_SEQ_ADDR" >> $GITHUB_ENV
RELAYER_ROLLAPP_ADDR=$(go run . keys list --output json | jq -r '."relayer-rollapp-key"')
RELAYER_ROLLAPP_ADDR=$(go run . keys list --output json | jq -r '."relayer-hub-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 $ROLLER_CONFIG_PATH/local-hub
- name: Register the rollapp
Expand Down

0 comments on commit e5898f3

Please sign in to comment.