Skip to content

Commit

Permalink
only run OP and sepolia (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns authored Jan 24, 2024
1 parent 98ddc25 commit c051fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function startScheduler() {
chainIds = Object.keys(AllNetworkConfigs).filter((chainId) => chainId !== SEPOLIA_ID);
} else {
// if not canary nor main, must be dev
chainIds = [SEPOLIA_ID, '1', '10']; // sepolia, mainnet, optimism
chainIds = [SEPOLIA_ID, '10']; // sepolia, optimism
}

for (const chainId of chainIds) {
Expand Down

0 comments on commit c051fbb

Please sign in to comment.