Skip to content

Commit

Permalink
Update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
coa-telos authored and poplexity committed Sep 11, 2024
1 parent d5f147e commit 41c0112
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ log_level = "info"
# EVM Chain id, Telos mainnet is 40 and testnet is 41
chain_id = 40
# Execution API http endpoint (JWT protected endpoint on reth)
execution_endpoint = "http://127.0.0.1:8551"
execution_endpoint = "http://localhost:8551"
# The JWT secret used to sign the JWT token
jwt_secret = "57ea261c64b8a871e4df3f0c790e12343567890483e3098f30118fd1520"
jwt_secret = "0000000000000000000000000000000000000000000000000000000000000000"
# Nodeos ship ws endpoint
ship_endpoint = "ws://localhost:18999"
# Nodeos http endpoint
Expand All @@ -15,7 +15,7 @@ batch_size = 5
# Block delta between native block and EVM block
block_delta = 0
# The parent hash of the start_block
prev_hash = "00000000000000000000000000000000000000000000000000000000000000000"
prev_hash = "0000000000000000000000000000000000000000000000000000000000000000"
# Start block to start with, should be at or before the first block of the execution node
start_block = 0
# (Optional) Expected block hash of the start block
Expand All @@ -29,4 +29,4 @@ block_checkpoint_interval = 1000
# Maximum range between the latest reth block and the latest stored block
maximum_sync_range = 100000
# Number of latest blocks to keep stored in the database
latest_blocks_in_db_num = 100
latest_blocks_in_db_num = 100

0 comments on commit 41c0112

Please sign in to comment.