Skip to content

Commit

Permalink
update polaris config (#337)
Browse files Browse the repository at this point in the history
signed-off-by:[email protected]
  • Loading branch information
gasby88 authored and Arbio5zt committed Jun 13, 2018
1 parent da82338 commit 057823b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions common/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,44 +87,44 @@ var PolarisConfig = &GenesisConfig{
Peers: []*VBFTPeerStakeInfo{
{
Index: 1,
PeerPubkey: "12020345912e9e3a8cb57228017003f2683364dbc59eb37e61518a6c9a2cf53f466404",
Address: "AUsS7pqfHbRkvxnJRM9oSbeSe3MqTEY1HG",
PeerPubkey: "037c9e6c6a446b6b296f89b722cbf686b81e0a122444ef05f0f87096777663284b",
Address: "AXmQDzzvpEtPkNwBEFsREzApTTDZFW6frD",
InitPos: 10000,
},
{
Index: 2,
PeerPubkey: "1202033a76bcbcc77f2eec9645d3b337a707b02d23733e128e8e69139a4ea72fd05fa4",
Address: "APctqKc7EQnGQuz7MQpWAYmzDLR1heLNkL",
PeerPubkey: "03dff4c63267ae5e23da44ace1bc47d0da1eb8d36fd71181dcccf0e872cb7b31fa",
Address: "AY5W6p4jHeZG2jjW6nS1p4KDUhcqLkU6jz",
InitPos: 20000,
},
{
Index: 3,
PeerPubkey: "12020360434d718213d977c43619167e3360cd65c02db493079493a8affe612bd8b9a3",
Address: "ATG2JaS4tJ2fcfRxPaCGrd84HU2G9eV7yZ",
PeerPubkey: "0205bc592aa9121428c4144fcd669ece1fa73fee440616c75624967f83fb881050",
Address: "ALZVrZrFqoSvqyi38n7mpPoeDp7DMtZ9b6",
InitPos: 30000,
},
{
Index: 4,
PeerPubkey: "1202035cf8427ba77ab0b765ceef9ac496c9dc24375eb7e124a6abd9dcb670ff5ee2ca",
Address: "AZppss5D5DjWjX1xCZAUbAs35t5bPMCCkv",
PeerPubkey: "030a34dcb075d144df1f65757b85acaf053395bb47b019970607d2d1cdd222525c",
Address: "AMogjmLf2QohTcGST7niV75ekZfj44SKme",
InitPos: 40000,
},
{
Index: 5,
PeerPubkey: "12020205acb1727236ada7a10cb4b72fa96de2493f51a1d3f0bf10a1eac48737b373ff",
Address: "AQyg1SBdKpWeHf1Rt1xEsugZun5HwptDtC",
PeerPubkey: "021844159f97d81da71da52f84e8451ee573c83b296ff2446387b292e44fba5c98",
Address: "AZzQTkZvjy7ih9gjvwU8KYiZZyNoy6jE9p",
InitPos: 30000,
},
{
Index: 6,
PeerPubkey: "120202b54e2093e26d06208fcc7423b34f0a575f0645ce1712effe478c17c2ae0d7635",
Address: "AJSzmGy79uHRgkq4aXrzoCa76LrPgmn9Xx",
PeerPubkey: "020cc76feb375d6ea8ec9ff653bab18b6bbc815610cecc76e702b43d356f885835",
Address: "AKEqQKmxCsjWJz8LPGryXzb6nN5fkK1WDY",
InitPos: 20000,
},
{
Index: 7,
PeerPubkey: "12020251a276e4e25c440307910ab7c1371c606d33ca47a44067d2d6253fa46cb15be0",
Address: "AXKnzkMNZ7o3wkbyh3hg3auBy2U1boFPkg",
PeerPubkey: "03aa4d52b200fd91ca12deff46505c4608a0f66d28d9ae68a342c8a8c1266de0f9",
Address: "AQNpGWz4oHHFBejtBbakeR43DHfen7cm8L",
InitPos: 10000,
},
},
Expand Down

0 comments on commit 057823b

Please sign in to comment.