mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 05:31:20 +00:00
change genesis addr for testnet testing
This commit is contained in:
parent
aada207092
commit
4ee387d077
@ -57,7 +57,7 @@ func GetConfig(rootDir string) cfg.Config {
|
||||
if mapConfig.IsSet("version") {
|
||||
Exit("Cannot set 'version' via config.toml")
|
||||
}
|
||||
mapConfig.SetDefault("chain_id", "tendermint_testnet_8")
|
||||
mapConfig.SetDefault("chain_id", "tendermint_testnet_9")
|
||||
mapConfig.SetDefault("version", "0.5.0") // JAE: encrypted p2p!
|
||||
mapConfig.SetDefault("genesis_file", rootDir+"/genesis.json")
|
||||
mapConfig.SetDefault("moniker", "anonymous")
|
||||
@ -98,10 +98,10 @@ func defaultConfig(moniker string) (defaultConfig string) {
|
||||
}
|
||||
|
||||
var defaultGenesis = `{
|
||||
"chain_id": "tendermint_testnet_8",
|
||||
"chain_id": "tendermint_testnet_9",
|
||||
"accounts": [
|
||||
{
|
||||
"address": "F81CB9ED0A868BD961C4F5BBC0E39B763B89FCB6",
|
||||
"address": "9FCBA7F840A0BFEBBE755E853C9947270A912D04",
|
||||
"amount": 690000000000
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user