update vyper compiler URL

pull/5370/head
yann300 3 years ago committed by GitHub
parent bda7aed7bf
commit 9cd0326b87
  1. 2
      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
}

Loading…
Cancel
Save