-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgenesis.json
More file actions
24 lines (24 loc) · 844 Bytes
/
genesis.json
File metadata and controls
24 lines (24 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"initial_timestamp": "2024-11-12T14:39:00",
"initial_key": "EOS8Rxqj77v6uK9uHP97ecLionStJF6HW2YuE6FDxduhD5Ki4XSxt",
"initial_configuration": {
"max_block_net_usage": 1048576,
"target_block_net_usage_pct": 1000,
"max_transaction_net_usage": 524287,
"base_per_transaction_net_usage": 12,
"net_usage_leeway": 500,
"context_free_discount_net_usage_num": 20,
"context_free_discount_net_usage_den": 100,
"max_block_cpu_usage": 200000,
"target_block_cpu_usage_pct": 10,
"max_transaction_cpu_usage": 150000,
"min_transaction_cpu_usage": 1,
"max_transaction_lifetime": 3600,
"deferred_trx_expiration_window": 600,
"max_transaction_delay": 3888000,
"max_inline_action_size": 524287,
"max_inline_action_depth": 32,
"max_authority_depth": 6,
"max_ram_size": 68719476736
}
}