Skip to content

Commit

Permalink
English.md
Browse files Browse the repository at this point in the history
  • Loading branch information
molla202 authored Jun 26, 2023
1 parent 17ff5f9 commit 3913305
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions English.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ echo "export MONIKER="moniker-name"" >> $HOME/.bash_profile
echo "export BABYLON_CHAIN_ID="bbn-test-2"" >> $HOME/.bash_profile
echo "export BABYLON_PORT="311"" >> $HOME/.bash_profile
source $HOME/.bash_profile
```
```
cd || return
rm -rf babylon
git clone https://github.com/babylonchain/babylon
Expand All @@ -58,7 +59,7 @@ babylond version # v0.7.2
babylond config keyring-backend test
babylond config chain-id bbn-test-2
babylond init "$NODE_MONIKER" --chain-id bbn-test-2
babylond init "$MONIKER" --chain-id bbn-test-2
curl -Ls https://raw.githubusercontent.com/Core-Node-Team/Testnet-TR/main/Babylon/genesis.json > $HOME/.babylond/config/genesis.json
Expand Down

0 comments on commit 3913305

Please sign in to comment.