Skip to content

Commit

Permalink
added config.json file content
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 10, 2023
1 parent cf0cec8 commit 641629a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions configs/rosetta-config-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"network": {
"blockchain": "cosmos",
"network": "cosmos"
},
"online_url":"http://localhost:8080",
"data_directory":"",
"http_timeout":10,
"max_retries":5,
"retry_elapsed_time":0,
"max_online_connections":120,
"max_sync_concurrency":64,
"tip_delay":300,
"max_reorg_depth":100,
"log_configuration":false,
"compression_disabled":false,
"data":{
"active_reconciliation_concurrency":16,
"inactive_reconciliation_concurrency":4,
"inactive_reconciliation_frequency":250,
"log_blocks":true,
"log_transactions":false,
"log_balance_changes":false,
"log_reconciliations":false,
"ignore_reconciliation_error":false,
"reconciliation_disabled":true,
"reconciliation_drain_disabled":false,
"inactive_discrepancy_search_disabled":false,
"balance_tracking_disabled":false,
"coin_tracking_disabled":false,
"status_port":9090,
"results_output_file":"",
"initial_balance_fetch_disabled":false,
"end_conditions": {
"index": 1800
}
},
"construction":null
}

0 comments on commit 641629a

Please sign in to comment.