-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1045: Genesis setup for mainnet-release-test-1 network. r=sacherjj a=sacherjj Setup accounts.toml for 4 genesis validating nodes and preloading bitgo's balance. Changed finality_threshold_fraction to [1, 3] instead of [1, 10] to match the changes Andreas made to local. Total supply: 10_000_000_000 . 000_000_000 CSPR This will test first full release of the protocol version by CI. Co-authored-by: Joe Sacher <[email protected]>
- Loading branch information
Showing
4 changed files
with
34 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,42 @@ | ||
[[accounts]] | ||
# Faucet account | ||
public_key = "01054c929d687267a30341c759b4a9cab1238cb2de65546be43dad479c50745724" | ||
balance = "10000000000000000000000000000000000000" | ||
balance = "9950000000000000000" | ||
|
||
[[accounts]] | ||
public_key = "013f774a58f4d40bd9b6cce7e306e53646913860ef2a111d00f0fe7794010c4012" | ||
balance = "1000000000000000000000000" | ||
# mainnet-release-test-1 | ||
public_key = "01c83b002c7a91d83c7313bda8c55ae9f8a1dab64e67c658e28013f4e79721caba" | ||
balance = "1000000000000" | ||
|
||
[accounts.validator] | ||
bonded_amount = "10000000000000000" | ||
bonded_amount = "9999000000000000" | ||
|
||
[[accounts]] | ||
public_key = "01d62fc9b894218bfbe8eebcc4a28a1fc4cb3a5c6120bb0027207ba8214439929e" | ||
balance = "1000000000000000000000000" | ||
# mainnet-release-test-2 | ||
public_key = "010ee8c0e012eb8ec3fa2b8d05bf3298fa61850737130c84a66591ed6c86941344" | ||
balance = "1000000000000" | ||
|
||
[accounts.validator] | ||
bonded_amount = "10000000000000000" | ||
bonded_amount = "9999000000000000" | ||
|
||
[[accounts]] | ||
public_key = "018b15761be0c527117c79b87ca013b014a4628f01e382902a139529406723d86b" | ||
balance = "1000000000000000000000000" | ||
# mainnet-release-test-3 | ||
public_key = "011e6d20756ceb84de9c2e96a849f7d35281f392ecf692f94da1b2f24a504ccdba" | ||
balance = "1000000000000" | ||
|
||
[accounts.validator] | ||
bonded_amount = "9999000000000000" | ||
|
||
[[accounts]] | ||
public_key = "01524a5f3567d7b5ea17ca518c9d0320fb4a75a28a5eab58d06c755c388f20a19f" | ||
balance = "1000000000000000000000000" | ||
|
||
[[delegators]] | ||
validator_public_key = "01524a5f3567d7b5ea17ca518c9d0320fb4a75a28a5eab58d06c755c388f20a19f" | ||
delegator_public_key = "018267d68f8d249b1430551ecc7b4c176d66f2ba2bf98d5547e7c3accc99375e53" | ||
balance = "0" | ||
delegated_amount = "100000000000001" | ||
# mainnet-release-test-4 | ||
public_key = "0120ff90b4b2d7d346ecb7e2f0d0c0b7d2e672d18668c0a302aa1cba2e0b299a7f" | ||
balance = "1000000000000" | ||
|
||
[accounts.validator] | ||
bonded_amount = "9999000000000000" | ||
|
||
[[accounts]] | ||
# bitgo-test | ||
public_key = "018267d68f8d249b1430551ecc7b4c176d66f2ba2bf98d5547e7c3accc99375e53" | ||
balance = "10000000000000000" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
f4f487eaff9b6ae052c9679b7baab882 accounts.toml | ||
e2cf09f724df9cb3c10670d6d209efb6 chainspec.toml | ||
0ac33048efeb35c92a36fca9279de61e accounts.toml | ||
f05fac2db9ca4c748d3d95fd9728c76d chainspec.toml |