Skip to content

Commit

Permalink
Preparing to launch new test net for developers today.
Browse files Browse the repository at this point in the history
Accounts:
0x1f844B1cE32761BB6e509e4eD0224025bC2EB609
0xA464992617A5508d2eA6cb8Ce545390c459105f1
will be the faucet accounts for the community.
  • Loading branch information
bret-fusion committed Jul 10, 2019
1 parent 558189c commit 607aa84
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,10 @@ func DefaultTestnetGenesisBlock() *Genesis {
ExtraData: hexutil.MustDecode("0x00000000000000000000000000000000000000000000000000000000000000000000000100000001000000000101040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"),
GasLimit: 16777216,
Difficulty: big.NewInt(2),
Timestamp: 1559311494, // May 31 2019
Timestamp: 1562744843, // jul 10 2019
TicketCreateInfo: &TicketsCreate{
Owner: common.HexToAddress("0xd2452651834e8f0c19c9d85e0bf09fe99283dabc"),
Time: 1559311494, // May 31 2019
Time: 1562744843, // jul 10 2019
Count: 5,
},
Alloc: decodePrealloc(testnetAllocData),
Expand Down
2 changes: 1 addition & 1 deletion core/genesis_alloc.go

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions genesisTestNet.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"ticketsCreate" : {
"owner" : "0xd2452651834e8f0c19c9d85e0bf09fe99283dabc",
"time" : 1559311494,
"time" : 1562744843,
"count" : 1
},
"nonce": "0x2",
"timestamp": "0x5c3f02f9",
"timestamp": "0x5d25980b",
"extraData": "0x00000000000000000000000000000000000000000000000000000000000000000000000000010000000001020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"gasLimit": "0x47b760",
"difficulty": "0x2",
Expand All @@ -32,6 +32,9 @@

"0x9c48c796cb0bed51a14291bc8cc56dab5aed7b5c" : { "balance" : "0x00000000000000000000000000000000000000000000003635c9adc5dea00000" },

"0x1f844B1cE32761BB6e509e4eD0224025bC2EB609" : { "balance" : "0x00000000000000000000000000000000000000000000aa3635c9adc5dea00000" },
"0xA464992617A5508d2eA6cb8Ce545390c459105f1" : { "balance" : "0x00000000000000000000000000000000000000000000aa3635c9adc5dea00000" },

"0xd2452651834e8f0c19c9d85e0bf09fe99283dabc" : { "balance" : "0x0000000000000000000000000000000000000000000021e19e0c9bab2400000" },
"0x7da669ea4234473e224a8f5a5f6257729e6f03cd" : { "balance" : "0x0000000000000000000000000000000000000000000021e19e0c9bab2400000" },
"0x8e448859d7502b1ecf0c8d18008feeff89a30c60" : { "balance" : "0x0000000000000000000000000000000000000000000021e19e0c9bab2400000" },
Expand Down
4 changes: 2 additions & 2 deletions params/bootnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ var MainnetBootnodes = []string{
// TestnetBootnodes are the enode URLs of the P2P bootstrap nodes running on the
// Ropsten test network.
var TestnetBootnodes = []string{
"enode://dfe72080ee663ea3f95d5fa695d84b572769850046014d40417f175ef5eeb80279b2093c669fbbc80ca15145b130a3ea39362f5464e15a61eb3cd22b1a405870@bootpsn2testnode1.fusionnetwork.io:40407",
"enode://c515710980e9ab965d219a3b132f157c05d6a7e0dfc3d1caa1861d641602c5a9e324ab6aaa47dbc647de5c2a3e344e51af6e8aebf0771acfe3516f534e2fb9a6@bootpsn2testnode2.fusionnetwork.io:40407",
"enode://dfe72080ee663ea3f95d5fa695d84b572769850046014d40417f175ef5eeb80279b2093c669fbbc80ca15145b130a3ea39362f5464e15a61eb3cd22b1a405870@boottestnode1.fusionnetwork.io:40407",
"enode://c515710980e9ab965d219a3b132f157c05d6a7e0dfc3d1caa1861d641602c5a9e324ab6aaa47dbc647de5c2a3e344e51af6e8aebf0771acfe3516f534e2fb9a6@boottestnode2.fusionnetwork.io:40407",
}

// RinkebyBootnodes are the enode URLs of the P2P bootstrap nodes running on the
Expand Down

0 comments on commit 607aa84

Please sign in to comment.