fix vyper clone issue

pull/4182/head
Joseph Izang 10 months ago
parent d5079a3009
commit b9d94f92ba
  1. 2
      apps/vyper/src/app/utils/remix-client.tsx

@ -45,7 +45,7 @@ export class RemixClient extends PluginClient {
await this.call( await this.call(
'dGitProvider', 'dGitProvider',
'clone', 'clone',
{url: 'https://github.com/vyperlang/vyper', token: null}, {url: 'https://github.com/vyperlang/vyper', token: null, branch: 'v0.3.10'},
// @ts-ignore // @ts-ignore
'vyper-lang' 'vyper-lang'
) )

Loading…
Cancel
Save