pull/4791/head
filip mertens 6 months ago
parent 30100b39ef
commit 597a559992
  1. 2
      apps/vyper/src/app/utils/remix-client.tsx

@ -87,7 +87,7 @@ export class RemixClient extends PluginClient<any, CustomRemixApi> {
await this.call( await this.call(
'dgitApi', 'dgitApi',
'clone', 'clone',
{url: 'https://github.com/pcaversaccio/snekmate', token: null, branch: 'v0.0.5', workspaceName: 'snekmate'}, {url: 'https://github.com/pcaversaccio/snekmate', token: null, branch: 'main', workspaceName: 'snekmate'},
) )

Loading…
Cancel
Save