From 2a55041aa3e78ae78616f08dde639f27ee10d93a Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 8 Aug 2022 14:59:31 +0200 Subject: [PATCH] update vyper compiler URL --- apps/vyper/src/app/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vyper/src/app/app.tsx b/apps/vyper/src/app/app.tsx index e11684d409..a6ce7c9db9 100644 --- a/apps/vyper/src/app/app.tsx +++ b/apps/vyper/src/app/app.tsx @@ -59,7 +59,7 @@ const App: React.FC = () => { function compilerUrl() { return state.environment === 'remote' - ? 'https://vyper.live/compile' + ? 'https://vyper.remixproject.org/compile' : state.localUrl }