Browse Source

bump testnet

pull/139/merge
Jae Kwon 9 years ago
parent
commit
65ecf4b3a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/tendermint/config.go

+ 1
- 1
config/tendermint/config.go View File

@ -102,7 +102,7 @@ func defaultConfig(moniker string) (defaultConfig string) {
} }
var defaultGenesis = `{ var defaultGenesis = `{
"chain_id": "tendermint_testnet_10",
"chain_id": "tendermint_testnet_11",
"accounts": [ "accounts": [
{ {
"address": "9FCBA7F840A0BFEBBE755E853C9947270A912D04", "address": "9FCBA7F840A0BFEBBE755E853C9947270A912D04",


Loading…
Cancel
Save