From 31aa432ed7d46c0c6cec1c7d0354176955172c7c Mon Sep 17 00:00:00 2001 From: Moon Date: Sun, 5 Feb 2023 16:35:55 -0500 Subject: [PATCH] adjust config for smaller contract size --- truffle-config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/truffle-config.js b/truffle-config.js index 7eab1b2..764469a 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -80,7 +80,10 @@ module.exports = { // settings: { // See the solidity docs for advice about optimization and evmVersion optimizer: { enabled: true, - runs: 200 + runs: 1 + }, + debug: { + revertStrings: "strip" } } }