Merge pull request #2740 from ethereum/yann300-patch-41

update vyper compiler URL
pull/5370/head
yann300 3 years ago committed by GitHub
commit 5f2d86e39a
  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