aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-tracing-utils/compiler.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-tracing-utils/compiler.json')
-rw-r--r--packages/sol-tracing-utils/compiler.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/sol-tracing-utils/compiler.json b/packages/sol-tracing-utils/compiler.json
new file mode 100644
index 000000000..a6a0c6d3a
--- /dev/null
+++ b/packages/sol-tracing-utils/compiler.json
@@ -0,0 +1,18 @@
+{
+ "contracts": ["SimpleStorage"],
+ "contractsDir": "test/fixtures/contracts",
+ "artifactsDir": "test/fixtures/artifacts",
+ "compilerSettings": {
+ "outputSelection": {
+ "*": {
+ "*": [
+ "abi",
+ "evm.bytecode.object",
+ "evm.bytecode.sourceMap",
+ "evm.deployedBytecode.object",
+ "evm.deployedBytecode.sourceMap"
+ ]
+ }
+ }
+ }
+}