Skip to content

Commit bdbe939

Browse files
chore: world chain data indexing constants (#86)
1 parent 15acb65 commit bdbe939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/indexer/src/data-indexing/service/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const finalisedBlockBufferDistances: Record<number, number> = {
1414
[CHAIN_IDs.ARBITRUM]: 240,
1515
[CHAIN_IDs.LINEA]: 40,
1616
[CHAIN_IDs.SCROLL]: 40,
17+
[CHAIN_IDs.WORLD_CHAIN]: 60,
1718
[CHAIN_IDs.ZORA]: 60,
1819
// BOBA is disabled
1920
[CHAIN_IDs.BOBA]: 0,
@@ -44,6 +45,7 @@ const loopWaitTimeSeconds: Record<number, number> = {
4445
[CHAIN_IDs.ARBITRUM]: 2,
4546
[CHAIN_IDs.LINEA]: 6,
4647
[CHAIN_IDs.SCROLL]: 6,
48+
[CHAIN_IDs.WORLD_CHAIN]: 4,
4749
[CHAIN_IDs.ZORA]: 4,
4850
// BOBA is disabled
4951
[CHAIN_IDs.BOBA]: 0,

0 commit comments

Comments
 (0)