Skip to content

Commit

Permalink
added start block numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dan13ram committed Jun 28, 2024
1 parent db8adb1 commit 3bc2663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions defaults/config.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mongodb:
database: "bridge"
timeout_ms: 30000
ethereum_networks:
- start_block_height: 1
- start_block_height: 6202882
confirmations: 6
rpc_url: "https://eth-sepolia.g.alchemy.com/v2/IGe16zdtMuUN1GL-C22TWELlvXRKglia"
timeout_ms: 30000
Expand All @@ -33,7 +33,7 @@ ethereum_networks:
message_relayer:
enabled: true
interval_ms: 30000
- start_block_height: 1
- start_block_height: 1822758
confirmations: 6
rpc_url: "https://eth-holesky.g.alchemy.com/v2/IGe16zdtMuUN1GL-C22TWELlvXRKglia"
timeout_ms: 30000
Expand All @@ -57,7 +57,7 @@ ethereum_networks:
enabled: true
interval_ms: 30000
cosmos_network:
start_block_height: 58525
start_block_height: 59705
confirmations: 1
rpc_url: "https://rpc.shannon.nodefleet.org/"
grpc_enabled: false
Expand Down

0 comments on commit 3bc2663

Please sign in to comment.