From c344cb7b4e7c406be5cde9bde01d57c6c003cc5e Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 13 Sep 2022 15:09:18 +0200 Subject: [PATCH] rollback change on vyper --- apps/vyper/src/app/utils/compiler.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/vyper/src/app/utils/compiler.tsx b/apps/vyper/src/app/utils/compiler.tsx index 6218012d37..0b65c65a1a 100644 --- a/apps/vyper/src/app/utils/compiler.tsx +++ b/apps/vyper/src/app/utils/compiler.tsx @@ -43,11 +43,10 @@ export async function compile(url: string, contract: Contract): Promise