Update 0g.sh

This commit is contained in:
smeb y 2024-04-27 00:06:48 +08:00 committed by GitHub
parent 69a571eb7c
commit 60159f213d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -324,7 +324,7 @@ echo '====================== 启动成功请通过screen -r zgs_node_session
# 转换ETH地址
function transfer_EIP() {
read -p "请输入你的钱包名称: " wallet_name
echo "0x$(evmosd debug addr $(evmosd keys show $wallet_name -a) | grep hex | awk '{print $3}')"
echo "$(evmosd debug addr $(evmosd keys show $wallet_name -a) | grep hex | awk '{print $3}')"
}