Skip to content

Commit

Permalink
fix: single node script (#929)
Browse files Browse the repository at this point in the history
fixes a left pver `--ethereum-address`

(cherry picked from commit eb5fe09)
  • Loading branch information
evan-forbes authored and rach-id committed Jul 13, 2023
1 parent 4a0ac5d commit b9ad416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/single-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ celestia-appd gentx validator 5000000000utia \
--keyring-backend="test" \
--chain-id $CHAINID \
--orchestrator-address $(celestia-appd keys show validator -a --keyring-backend="test") \
--ethereum-address 0x966e6f22781EF6a6A82BBB4DB3df8E225DfD9488 # private key: da6ed55cb2894ac2c9c10209c09de8e8b9d109b910338d5bf3d747a7e1fc9eb9
--evm-address 0x966e6f22781EF6a6A82BBB4DB3df8E225DfD9488 # private key: da6ed55cb2894ac2c9c10209c09de8e8b9d109b910338d5bf3d747a7e1fc9eb9

celestia-appd collect-gentxs

Expand Down

0 comments on commit b9ad416

Please sign in to comment.