Skip to content

Commit

Permalink
fix: init markets loop (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffywu authored Dec 13, 2024
1 parent 4a5cf3b commit 99d42a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/initialize-markets/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export async function processMarket(

async function run(env: Env) {
for (const network of env.NETWORKS) {
env.NETWORK = network;
console.log(`Processing network: ${env.NETWORK}`);

const provider = getProviderFromNetwork(network, true);
Expand Down

0 comments on commit 99d42a2

Please sign in to comment.