Skip to content

Commit

Permalink
Merge pull request #10 from HyperPlay-Gaming/add_get_extension_id
Browse files Browse the repository at this point in the history
[Chore] Add get mm extension id prop
  • Loading branch information
BrettCleary authored May 21, 2024
2 parents 36e7ea5 + 63049c9 commit b255641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.9",
"version": "0.0.10",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export interface HyperPlayAPI {
INITIAL_TOAST: NOTIFICATION_TYPE
}
}
getMetaMaskExtensionId: () => string
}

/**
Expand Down

0 comments on commit b255641

Please sign in to comment.