Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Sep 28, 2023
1 parent ddfdab4 commit 3821920
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": "@instadapp/vue-web3",
"version": "0.11.0",
"version": "0.11.1",
"description": "Vue web3 composition api",
"license": "MIT",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let getLibrary: any =
null

export const setWeb3LibraryCallback = (
cb: (provider?: any, connector?: any) => any,
cb: (provider: any, connector: any, account: `0x${string}`) => any,
) => {
getLibrary = cb
}
Expand Down

0 comments on commit 3821920

Please sign in to comment.