Skip to content

Commit

Permalink
Update airchain.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
candy1264 authored Jun 24, 2024
1 parent 39bbf61 commit 4b0e5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ create_station_cmd="$HOME/data/airchains/tracks/build/tracks create-station \
--jsonRPC \"https://airchains-rpc.kubenode.xyz/\" \
--info \"EVM Track\" \
--tracks \"$AIR_ADDRESS\" \
--bootstrapNode \"/ip4/$LOCAL_IP/tcp/2300/p2p/$node_id\""
--bootstrapNode \"/ip4/$LOCAL_IP/tcp/2300/p2p/$NODE_ID\""

echo "Running command:"
echo "$create_station_cmd"
Expand Down Expand Up @@ -274,7 +274,7 @@ function private_key(){
#evmos私钥#
cd $HOME/data/airchains/evm-station/ && /bin/bash ./scripts/local-keys.sh
#airchain助记词#
cat root/.tracks/junction-accounts/keys/node.wallet.json
cat $HOME/.tracks/junction-accounts/keys/node.wallet.json

}
function restart(){
Expand Down

0 comments on commit 4b0e5b5

Please sign in to comment.