Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: remaining changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 11, 2023
1 parent 23d8323 commit 99db812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions e2e/scripts/start_core0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ fi
VAL_ADDRESS=$(celestia-appd keys show core0 --keyring-backend test --bech=val --home /opt -a)

# Register the validator EVM address
celestia-appd tx blobstream register \
celestia-appd tx qgb register \
"${VAL_ADDRESS}" \
0x966e6f22781EF6a6A82BBB4DB3df8E225DfD9488 \
--from core0 \
--home /opt \
--fees "30000utia" \
-b block \
--chain-id="qgb-e2e" \
--chain-id="blobstream-e2e" \
--yes
} &

Expand Down
4 changes: 2 additions & 2 deletions e2e/scripts/start_node_and_create_validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
--amount="${AMOUNT}" \
--pubkey="$(celestia-appd tendermint show-validator --home "${CELESTIA_HOME}")" \
--moniker="${MONIKER}" \
--chain-id="qgb-e2e" \
--chain-id="blobstream-e2e" \
--commission-rate=0.1 \
--commission-max-rate=0.2 \
--commission-max-change-rate=0.01 \
Expand All @@ -70,7 +70,7 @@ fi
--from "${MONIKER}" \
--home "${CELESTIA_HOME}" \
--fees "30000utia" -b block \
--chain-id="qgb-e2e" \
--chain-id="blobstream-e2e" \
--yes
} &

Expand Down

0 comments on commit 99db812

Please sign in to comment.