change vyper version number support.

pull/4383/head^2
Joseph Izang 10 months ago committed by Aniket
parent 9c7b20d330
commit f37015d213
  1. 2
      apps/vyper/src/app/components/LocalUrl.tsx

@ -19,7 +19,7 @@ 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.2.16'}</Form.Text>
<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