Skip to content

Commit eaaed4b

Browse files
committed
fix: apply review suggestions
1 parent 3a3f2f6 commit eaaed4b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

lib/log.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ const MIN_LINE_LENGTH = 4;
2323
const LINE_LENGTH = 20;
2424
const LONG_LINE_LENGTH = 40;
2525

26-
export const OK = gr("[✓]");
27-
export const NOT_OK = rd("[×]");
28-
export const WARN = yl("[!]");
26+
export const OK = "✅";
27+
export const NOT_OK = "🚨";
28+
export const WARN = "⚠️";
2929

3030
const LOG_LEVEL = process.env.LOG_LEVEL || "info";
3131

scripts/dao-upgrade.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ yarn compile
2222
export STEPS_FILE=upgrade/steps.json
2323

2424
yarn hardhat --network $NETWORK run --no-compile scripts/utils/migrate.ts
25-
26-
# TODO
27-
# yarn hardhat --network $NETWORK run --no-compile scripts/scratch/steps/90-check-dao.ts

0 commit comments

Comments
 (0)