Skip to content

Commit

Permalink
feat: createVP rpc method accepts VCs instead of VC IDs (#247)
Browse files Browse the repository at this point in the history
* feat: change parameter to actual vcs

* fix: datastore combobox

* fix: linting problems

* fix: params tests

* fix: tests

* fix: linting errors

* fix: linting error

* chore: fix lint issues

---------

Co-authored-by: Martin Domajnko <domajnko.martin@gmail.com>
  • Loading branch information
2 people authored and tadejpodrekar committed Jun 23, 2023
1 parent b625407 commit 92a9cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp/src/components/MetaMaskProvider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const MetaMaskProvider = ({ children }: MetaMaskProviderProps) => {
const enableMascaHandler = async () => {
const enableResult = await enableMasca(address, {
snapId,
version: '^0.2.1',
version: 'latest',
});
if (isError(enableResult)) {
// FIXME: This error is shown as [Object object]
Expand Down

0 comments on commit 92a9cb7

Please sign in to comment.