From ee25bc204c61715006f8af5b9398a9c797d62245 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:19:49 +0800 Subject: [PATCH] Update 0g.sh --- 0g.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/0g.sh b/0g.sh index 123b9c5..a357cea 100644 --- a/0g.sh +++ b/0g.sh @@ -70,14 +70,13 @@ function install_node() { # 配置evmosd echo 'export MONIKER="My_Node"' >> ~/.bash_profile - echo 'export CHAIN_ID="zgtendermint_9000-1"' >> ~/.bash_profile echo 'export WALLET_NAME="wallet"' >> ~/.bash_profile echo 'export RPC_PORT="26657"' >> ~/.bash_profile source $HOME/.bash_profile # 获取初始文件和地址簿 cd $HOME - evmosd init $MONIKER --chain-id $CHAIN_ID + evmosd init $MONIKER --chain-id zgtendermint_9000-1 evmosd config chain-id $CHAIN_ID evmosd config node tcp://localhost:$RPC_PORT evmosd config keyring-backend os