Skip to content

Commit

Permalink
Update airchainevm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
candy1264 authored Jul 3, 2024
1 parent 96a7c4d commit 3747213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airchainevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ NODE_ID=$(grep 'node_id =' $CONFIG_PATH | awk -F'"' '{print $2}')
LOCAL_IP=$(hostname -I | awk '{print $1}')

# 定义 JSON RPC URL 和其他参数
JSON_RPC="https://airchains-testnet-rpc.cosmonautstakes.com"
JSON_RPC="https://airchains-rpc.kubenode.xyz/"
INFO="EVM Track"
TRACKS="air_address"
BOOTSTRAP_NODE="/ip4/$LOCAL_IP/tcp/2300/p2p/$NODE_ID"
Expand All @@ -241,7 +241,7 @@ BOOTSTRAP_NODE="/ip4/$LOCAL_IP/tcp/2300/p2p/$NODE_ID"
create_station_cmd="go run cmd/main.go create-station \
--accountName wallet \
--accountPath $HOME/.tracks/junction-accounts/keys \
--jsonRPC \"https://airchains-testnet-rpc.cosmonautstakes.com\" \
--jsonRPC \"https://airchains-rpc.kubenode.xyz/" \
--info \"EVM Track\" \
--tracks \"$AIR_ADDRESS\" \
--bootstrapNode \"/ip4/$LOCAL_IP/tcp/2300/p2p/$NODE_ID\""
Expand Down

0 comments on commit 3747213

Please sign in to comment.