Skip to content

Commit

Permalink
Update private chainspec template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Papierski committed Jun 15, 2022
1 parent b673811 commit 17c07ed
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions resources/private/chainspec.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ hard_reset = false
activation_point = '${TIMESTAMP}'
# Optional era ID in which the last emergency restart happened.
#last_emergency_restart = 0
# The era ID starting at which the new Merkle tree-based hashing scheme is applied.
verifiable_chunked_hash_activation = 2

[network]
# Human readable name for convenience; the genesis_hash is the true identifier. The name influences the genesis hash by
Expand Down Expand Up @@ -55,8 +53,8 @@ max_associated_keys = 100
max_runtime_call_stack_height = 12
# Minimum allowed delegation amount in motes
minimum_delegation_amount = 500_000_000_000
# Enables strict arguments checking when calling a contract; i.e. that all non-optional args are provided and of the correct `CLType`.
strict_argument_checking = false
# Maximum serialized size of values stored in global state.
max_stored_value_size = 8_388_608
# Allow auction entrypoints such as delegate, redelegate and add_bid to function properly.
#
# Changing this option makes sense only for private chains which dont need auctioning new validator slots.
Expand Down Expand Up @@ -213,9 +211,9 @@ remove_key = { cost = 61_000, arguments = [0, 3_200] }
ret = { cost = 23_000, arguments = [0, 420_000] }
revert = { cost = 500, arguments = [0] }
set_action_threshold = { cost = 74_000, arguments = [0, 0] }
transfer_from_purse_to_account = { cost = 2_500_000_000, arguments = [0, 0, 0, 0, 0, 0, 0, 0, 0] }
transfer_from_purse_to_account = { cost = 1_700_000_000, arguments = [0, 0, 0, 0, 0, 0, 0, 0, 0] }
transfer_from_purse_to_purse = { cost = 82_000, arguments = [0, 0, 0, 0, 0, 0, 0, 0] }
transfer_to_account = { cost = 2_500_000_000, arguments = [0, 0, 0, 0, 0, 0, 0] }
transfer_to_account = { cost = 1_700_000_000, arguments = [0, 0, 0, 0, 0, 0, 0] }
update_associated_key = { cost = 4_200, arguments = [0, 0, 0] }
write = { cost = 14_000, arguments = [0, 0, 0, 980] }
write_local = { cost = 9_500, arguments = [0, 1_800, 0, 520] }
Expand Down

0 comments on commit 17c07ed

Please sign in to comment.