Skip to content

Commit

Permalink
Merge pull request #12 from HyperPlay-Gaming/chore/async_get_mm_id
Browse files Browse the repository at this point in the history
[Chore] make get mm id async
  • Loading branch information
BrettCleary authored May 23, 2024
2 parents 0ffc1b1 + 304b07c commit 8666c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/utils",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface HyperPlayAPI {
INITIAL_TOAST: NOTIFICATION_TYPE
}
}
getMetaMaskExtensionId: () => string
getMetaMaskExtensionId: () => Promise<string>
}

/**
Expand Down

0 comments on commit 8666c88

Please sign in to comment.