forked from carameleon/frontier-chain-testnets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69ac082
commit e9a7160
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Please put gentxs in the `gentxs` folder within this directory. | |
## TLDR to submit a gentx: | ||
|
||
``` | ||
chain-id: frontchain-testnet-1 | ||
chain-id: frontier-chain-testnet-0-black-mamba | ||
gentx-amount: 1000000000000front | ||
front version: v0.1.0 | ||
genesis-time: 2021-04-14T15:00:00Z | ||
|
@@ -25,7 +25,7 @@ git clone [email protected]:frontierdotxyz/frontier.git | |
cd frontier && git checkout v0.1.0 && make install | ||
# initialize chain | ||
frontd init my_node --chain-id frontchain-testnet-1 | ||
frontd init my_node --chain-id frontier-chain-testnet-0-black-mamba | ||
# Add validator key | ||
frontcli config keyring-backend test | ||
|