Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/main/resources/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -108,57 +108,57 @@ genesis.block = {
{
address: 27cEZa99jVaDkujPwzZuHYgkYNqv6zzYLSP
url = "http://Mercury.org",
voteCount = 0
voteCount = 105
},
{
address: 27anh4TDZJGYpsn4BjXzb7uEArNALxwiZZW
url = "http://Venus.org",
voteCount = 0
voteCount = 104
},
{
address: 27Wkfa5iEJtsKAKdDzSmF1b2gDm5s49kvdZ
url = "http://Earth.org",
voteCount = 0
voteCount = 103
},
{
address: 27bqKYX9Bgv7dgTY7xBw5SUHZ8EGaPSikjx
url = "http://Mars.org",
voteCount = 0
voteCount = 102
},
{
address: 27fASUY6qKtsaAEPz6QxhZac2KYVz2ZRTXW
url = "http://Jupiter.org",
voteCount = 0
voteCount = 101
},
{
address: 27Q3RSbiqm59VXcF8shQWHKbyztfso5FwvP
url = "http://Saturn.org",
voteCount = 0
voteCount = 100
},
{
address: 27YkUVSuvCK3K84DbnFnxYUxozpi793PTqZ
url = "http://Uranus.org",
voteCount = 0
voteCount = 99
},
{
address: 27kdTBTDJ16hK3Xqr8PpCuQJmje1b94CDJU
url = "http://Neptune.org",
voteCount = 0
voteCount = 98
},
{
address: 27mw9UpRy7inTMQ5kUzsdTc2QZ6KvtCX4uB
url = "http://Pluto.org",
voteCount = 0
voteCount = 97
},
{
address: 27QzC4PeQZJ2kFMUXiCo4S8dx3VWN5U9xcg
url = "http://Altair.org",
voteCount = 0
voteCount = 96
},
{
address: 27VZHn9PFZwNh7o2EporxmLkpe157iWZVkh
url = "http://AlphaLyrae.org",
voteCount = 0
voteCount = 95
}
]

Expand Down