Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 2f711ce

Browse files
committed
fix testnet start block
1 parent 372078b commit 2f711ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/doppler-v3-indexer/src/config/chains/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const CHAIN_IDS = {
1313
export const START_BLOCKS = {
1414
mainnet: 21781000,
1515
unichain: 8536880,
16-
baseSepolia: 31004617,
16+
baseSepolia: 28109000,
1717
ink: 9508011,
1818
base: 28415520,
1919
} as const;

0 commit comments

Comments
 (0)