diff --git a/monitorConfig/production.ts b/monitorConfig/production.ts index 83f0588..1ce4b0a 100644 --- a/monitorConfig/production.ts +++ b/monitorConfig/production.ts @@ -51,7 +51,7 @@ export const config: Config = { ], }, { - networkId: 10, // ZKEVM + networkId: 1101, // ZKEVM nodeUrl: process.env.ZKEVM_PROVIDER as string, nodeUrlWS: process.env.ZKEVM_PROVIDER_WS, pollTimeMS: Number(process.env.ZKEVM_POLL_TIME) || 30_000, // 30 Seconds diff --git a/monitorConfig/staging.ts b/monitorConfig/staging.ts index 9f4479a..3e853d8 100644 --- a/monitorConfig/staging.ts +++ b/monitorConfig/staging.ts @@ -73,7 +73,7 @@ export const config: Config = { ], }, { - networkId: 10, // ZKEVM + networkId: 1101, // ZKEVM nodeUrl: process.env.ZKEVM_PROVIDER as string, nodeUrlWS: process.env.ZKEVM_PROVIDER_WS, pollTimeMS: Number(process.env.ZKEVM_POLL_TIME) || 30_000, // 30 Seconds