Skip to content

Commit

Permalink
obvious-1 testnet chainid
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 4, 2024
1 parent a50e4ec commit dee4df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion network/obvious-1/POST_GENESIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Become a validator
* Install the manifest binary
* manifestd init <moniker> --chain-id manifest-1 --default-denom poastake
* manifestd init <moniker> --chain-id obvious-1 --default-denom poastake
* Replace your genesis with the public one found in this repo
* Find peers and seeds here.
* Update your minimum-gas-prices in the app.toml
Expand Down
4 changes: 2 additions & 2 deletions network/obvious-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ git checkout VERSION
make install # go install ./...
# For ledger support `go install -tags ledger ./...`

manifestd config set client chain-id manifest-1
manifestd config set client chain-id obvious-1
```

### Generate keys
Expand All @@ -88,7 +88,7 @@ WEBSITE="https://domain.com"
MAX_RATE='0.20' # 20%
COMMISSION_RATE='0.00' # 0%
MAX_CHANGE='0.01' # 1%
CHAIN_ID='manifest-1'
CHAIN_ID='obvious-1'
PROJECT_HOME="${HOME}/.manifest"
KEYNAME_ADDR=$(manifestd keys show $KEYNAME -a)

Expand Down

0 comments on commit dee4df7

Please sign in to comment.