From 382192068bac73a6ae55964b6a98bcea30a562ee Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Thu, 28 Sep 2023 20:07:04 +0300 Subject: [PATCH] fix --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 00f2f0c..92ecd4f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index dd1937a..4ca192b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 }