From 413dc0504502c90112bdb0502375e927570ae9fd Mon Sep 17 00:00:00 2001 From: Jawad Tariq Date: Mon, 8 Jan 2024 10:15:45 -0500 Subject: [PATCH] feat: add the compiler optimization profile Signed-off-by: Jawad Tariq --- .solcover.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .solcover.js diff --git a/.solcover.js b/.solcover.js new file mode 100644 index 0000000..af24190 --- /dev/null +++ b/.solcover.js @@ -0,0 +1,3 @@ +module.exports = { + configureYulOptimizer: true, +}