From 65ab4c3aa176b4599672485da214fa7413c28867 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 2 May 2019 13:41:45 +0100 Subject: [PATCH] Also run verification in chisel prior to deployer --- chisel.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chisel.yml b/chisel.yml index bbb45af..84d05a1 100644 --- a/chisel.yml +++ b/chisel.yml @@ -5,5 +5,9 @@ runevm: preset: "ewasm" trimexports: preset: "ewasm" + verifyexports: + preset: "ewasm" + verifyimports: + preset: "ewasm" deployer: preset: "customsection"