Update 0g.sh

This commit is contained in:
smeb y 2024-04-09 16:52:07 +08:00 committed by GitHub
parent b6b3bb7a43
commit 4e77ed2bc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -269,6 +269,8 @@ read -p "请输入质押代币数量: " math
read -p "请输入钱包名称: " wallet_name
evmosd tx staking delegate $(evmosd keys show wallet --bech val -a) ${math}evmos --from $wallet_name --gas=500000 --gas-prices=99999aevmos -y
}
# 主菜单
function main_menu() {
while true; do