Skip to content

Commit

Permalink
fix genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Ultra committed Apr 25, 2024
1 parent f57a3c4 commit 28f69a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/firehose-antelope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 0.1.0
description: A Helm chart for firehose-antelope components
name: firehose-antelope
type: application
version: 1.0.4
version: 1.0.5

dependencies:
- name: reader-node
Expand Down
34 changes: 17 additions & 17 deletions charts/firehose-antelope/charts/reader-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,28 +163,28 @@ configmap:
http-threads = 2
genesis.json: |
{
"initial_timestamp": "2018-09-01T12:00:00.000",
"initial_key": "EOS7qBcTsKhCfUeGpn15JTtwrjEnZfXzeCDLnF1LtKr6xnMAr4b5k",
"initial_configuration": {
"max_block_net_usage": 1048576,
"target_block_net_usage_pct": 1000,
"max_transaction_net_usage": 524288,
"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": 400000,
"target_block_cpu_usage_pct": 1000,
"max_transaction_cpu_usage": 300000,
"min_transaction_cpu_usage": 100,
"ultra_veto_enabled": 1,
"max_transaction_lifetime": 3600,
"context_free_discount_net_usage_num": 20,
"deferred_trx_expiration_window": 600,
"max_transaction_delay": 3888000,
"max_inline_action_size": 524287,
"max_authority_depth": 10,
"max_block_cpu_usage": 400000,
"max_block_net_usage": 1048576,
"max_inline_action_depth": 10,
"max_authority_depth": 10
}
"max_inline_action_size": 524287,
"max_transaction_cpu_usage": 200000,
"max_transaction_delay": 3888000,
"max_transaction_lifetime": 3600,
"max_transaction_net_usage": 524288,
"min_transaction_cpu_usage": 1,
"net_usage_leeway": 500,
"target_block_cpu_usage_pct": 2500,
"target_block_net_usage_pct": 1000,
"ultra_veto_enabled": 1
},
"initial_key": "EOS6bYy8KR5sBMKAk45Lkq88A1TwZRGDwph4X8ynJj7bkzSysoQvw",
"initial_timestamp": "2021-05-26T17:27:27.007"
}
protocol_features:
BUILTIN-ACTION_RETURN_VALUE.json: |
Expand Down

0 comments on commit 28f69a9

Please sign in to comment.