Skip to content

Commit

Permalink
Refactor: Renamed and modify script files
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooblien committed Dec 22, 2023
1 parent 55fc77c commit 1426e53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 51 deletions.
51 changes: 0 additions & 51 deletions local_node.sh

This file was deleted.

7 changes: 7 additions & 0 deletions privateKeyEVM.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
command -v jq > /dev/null 2>&1 || { echo >&2 "jq not installed. More info: https://stedolan.github.io/jq/download/"; exit 1; }
CONFIG_FILE="../config/config.json"
KEY=$(jq -r '.chainInfo.key' $CONFIG_FILE)

./build/aircosmicd keys unsafe-export-eth-key $KEY

0 comments on commit 1426e53

Please sign in to comment.