Skip to content

Commit 192f886

Browse files
amateimaashwinravaNikolasHaimerl
authored
feat: production release 🚀 (#393)
Co-authored-by: Ashwin <[email protected]> Co-authored-by: Nikolas Haimerl <[email protected]>
1 parent 6e7eca3 commit 192f886

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎CODEOWNERS‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
# These owners will be the default owners for everything in
99
# the repo unless a later match takes precedence.
10-
* @mrice32 @nicholaspai @amateima @melisaguevara @dohaki @ashwinrava
10+
* @mrice32 @nicholaspai @amateima @melisaguevara @dohaki @ashwinrava @NikolasHaimerl
1111

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ const indexingDelaySeconds: Record<number, number> = {
5454
[CHAIN_IDs.BSC]: 1,
5555
[CHAIN_IDs.HYPEREVM]: 4,
5656
[CHAIN_IDs.INK]: 4,
57-
[CHAIN_IDs.LENS]: 8,
57+
[CHAIN_IDs.LENS]: 10,
5858
[CHAIN_IDs.LISK]: 3,
5959
[CHAIN_IDs.LINEA]: 6,
6060
[CHAIN_IDs.MAINNET]: 10,
61-
[CHAIN_IDs.MODE]: 3,
61+
[CHAIN_IDs.MODE]: 5,
6262
[CHAIN_IDs.OPTIMISM]: 4,
6363
[CHAIN_IDs.PLASMA]: 4,
6464
[CHAIN_IDs.POLYGON]: 3,
@@ -68,7 +68,7 @@ const indexingDelaySeconds: Record<number, number> = {
6868
[CHAIN_IDs.SONEIUM]: 4,
6969
[CHAIN_IDs.UNICHAIN]: 4,
7070
[CHAIN_IDs.WORLD_CHAIN]: 4,
71-
[CHAIN_IDs.ZK_SYNC]: 8,
71+
[CHAIN_IDs.ZK_SYNC]: 10,
7272
[CHAIN_IDs.ZORA]: 4,
7373
// BOBA is disabled
7474
[CHAIN_IDs.BOBA]: 0,

0 commit comments

Comments
 (0)