Skip to content

Commit

Permalink
feat: added sepolia actual block height deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Mar 19, 2024
1 parent 929de1d commit 01af799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexing/src/history-sync/sync-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const INITIAL_INDEXING_BLOCKS: Record<string, number> = {
'eip155:1': 16695723,
'eip155:5': 8503000,
'eip155:100': 26511896,
'eip155:11155111': 19421153, // TODO: current height, contract not deployed yet
'eip155:11155111': 5518614,
}

export const STATE_TABLE_NAME = 'ceramic_indexing_state'
Expand Down

0 comments on commit 01af799

Please sign in to comment.