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 23, 2024
1 parent f966cb1 commit b6dc51f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions airchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,12 @@ WantedBy=multi-user.target
EOF
systemctl daemon-reload && systemctl enable evmosd
systemctl restart evmosd
#部署eigenda
cd
wget https://github.com/airchains-network/tracks/releases/download/v0.0.2/eigenlayer
./eigenlayer operator keys create --key-type ecdsa node
# 指定 JSON 文件路径
sudo chmod +x eigenlayer
sudo mv eigenlayer /usr/local/bin/eigenlayer
eigenlayer operator keys create -i=true --key-type ecdsa node

json_file="/home/ubuntu/.eigenlayer/operator_keys/node.ecdsa.key.json"

# 使用 jq 工具从 JSON 文件中提取公钥值
Expand Down

0 comments on commit b6dc51f

Please sign in to comment.