remove vyper version number support.

pull/5370/head
Joseph Izang 11 months ago committed by Aniket
parent 0af6097d34
commit 7b50e844ed
  1. 1
      apps/vyper/src/app/components/LocalUrl.tsx

@ -19,7 +19,6 @@ function LocalUrlInput({url, setUrl, environment}: Props) {
return (
<Form id="local-url" className="w-100 px-3">
<Form.Group controlId="localUrl">
<Form.Text className="text-warning pb-2">{'Currently we support vyper version 0.3.10'}</Form.Text>
<Form.Label>Local Compiler Url</Form.Label>
<Form.Control onBlur={updateUrl} defaultValue={url} type="email" placeholder="eg http://localhost:8000/compile" />
<Form.Text className="text-muted"></Form.Text>

Loading…
Cancel
Save