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 ba1e002 commit f0f40aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monitorConfig/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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: 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
Expand Down

0 comments on commit f0f40aa

Please sign in to comment.