Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dapp-factory/pipeline/web3_pipeline.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as fs from 'fs';
import * as path from 'path';
import * as crypto from 'crypto';
import { PromptEnforcer, executeStageWithPrompt } from './prompt_enforcer';

/**
Expand Down Expand Up @@ -27,7 +28,6 @@ export class Web3Pipeline {

// Generate run ID if not provided
const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
const crypto = await import('crypto');
const ideaHash = crypto
.createHash('md5')
.update(config.idea)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading