Merge branch 'master' into metamask

pull/5370/head
Aniket 2 years ago committed by GitHub
commit 5709e5bb68
  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