Skip to content

Commit

Permalink
Fix zkevm networkId
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Aug 27, 2024
1 parent f0f40aa commit ca42923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitorConfig/staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const config: Config = {
],
},
{
networkId: 1101, // ZKEVM
networkId: 2442, // ZKEVM CARDONA
nodeUrl: process.env.ZKEVM_PROVIDER as string,
nodeUrlWS: process.env.ZKEVM_PROVIDER_WS,
pollTimeMS: Number(process.env.ZKEVM_POLL_TIME) || 30_000, // 30 Seconds
Expand Down

0 comments on commit ca42923

Please sign in to comment.