Mainnet Geniesis Chain Spec.
Key | Value | Types | Remarkds | Refs |
code |
|
| The wasm binary in build. | Content |
change_trie_config |
|
| Content | https://crates.parity.io/sp_core/struct.ChangesTrieConfiguration.html |
Key | Value | Type | Remarks | Ref |
balances |
|
| The holders of lockdrop participant(85%) + stake root user(15%). | https://github.com/staketechnologies/Plasm/blob/dusty/bin/node/runtime/src/constants.rs#L23 |
Key | Value | Type | Remarks | Ref |
indices |
|
| Empty. If new account will be gerated, allocates account short address. | Content |
Key | Value | Type | Remarks | Ref |
validators |
| Initial authorities address. | https://github.com/staketechnologies/Plasm/blob/v1.0.0/bin/node/cli/src/chain_spec.rs#L196 |
Key | Value | Type | Remarks | Ref |
keys |
| Initial authorities address. This is same of Plasm Validator's keys. | https://github.com/staketechnologies/Plasm/blob/v1.0.0/bin/node/cli/src/chain_spec.rs#L196 |
Key | Value | Type | Remarks | Ref |
authorities |
|
| Empty. | Content |
This is automatically inserted by on_genesis_session
| |
Key | Value | Type | Remarks | Ref |
authorities |
|
| Empty. | Content |
This is automatically inserted by on_genesis_session
| |
Key | Value | Type | Remarks | Ref |
Congig::schedule |
|
| Please see reference about default values. | https://crates.parity.io/pallet_contracts/struct.Schedule.html |
Config::existential_deposit |
|
| The default value. depends on | Content |
Config::tombstone_deposit |
|
| The default value. depends on | Content |
Config::max_depth |
|
| The maximum nesting level of a call/instantiate stack. The default value. Depends on | Content |
Config::max_value_size |
|
| The maximum size of a storage value in bytes. Depends on | Content |
Config::contract_account_instantiate_fee |
|
| The fee required to instantiate a contract instance. Depends on | Content |
gas_price |
|
| The price of one unit of gas. | Content |
Key | Value | Type | Remarks | Ref |
key | root_key |
| Root address |