Skip to content

Commit 372cdc4

Browse files
moose-codeclaude
andcommitted
fix: lower Ethereum start_block to the Main Registry genesis
Envio forbids a per-contract start_block below the chain start_block, and the Main Registry's genesis (12195812) is the earliest ETH contract. Set the chain start there and drop the now-redundant per-contract override. Fixes indexer and test startup. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e9f2efb commit 372cdc4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ contracts:
132132
chains:
133133
# Ethereum Mainnet
134134
- id: 1
135-
start_block: 12500000
135+
start_block: 12195812
136136
contracts:
137137
- name: TricryptoFactoryNG
138138
address:
@@ -158,7 +158,6 @@ chains:
158158
- name: MainRegistry
159159
address:
160160
- 0x90E00ACe148ca3b23Ac1bC8C240C2a7Dd9c2d7f5
161-
start_block: 12195812
162161
- name: LegacyStablePool
163162

164163
# Arbitrum

0 commit comments

Comments
 (0)