We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41c4fb commit d5a42c0Copy full SHA for d5a42c0
scripts/bootstrap/src/metadata.script.ts
@@ -1,4 +1,3 @@
1
-import fs from "fs";
2
import { configDotenv } from "dotenv";
3
import { pMapIterable } from "p-map";
4
import { retryAsyncUntilDefined, RetryOptions } from "ts-retry";
@@ -117,7 +116,6 @@ const main = async (): Promise<void> => {
117
116
cids.push(...getMetadataCidsFromEvents(flattedEvents, { ...console }));
118
// Save checkpoint logic here (e.g., save cids or event data)
119
}
120
- fs.writeFileSync("cids.txt", cids.join("\n"));
121
console.log("\n");
122
console.log("Checkpoints by chainId:\r");
123
console.log(checkpointMap);
0 commit comments