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

update vyper compiler URL
pull/2741/head
yann300 2 years ago committed by GitHub
commit 37bc693c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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