mirror of
https://github.com/Instadapp/vue-web3.git
synced 2024-07-29 21:48:25 +00:00
fix
This commit is contained in:
parent
ddfdab416c
commit
382192068b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@instadapp/vue-web3",
|
"name": "@instadapp/vue-web3",
|
||||||
"version": "0.11.0",
|
"version": "0.11.1",
|
||||||
"description": "Vue web3 composition api",
|
"description": "Vue web3 composition api",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
|
@ -42,7 +42,7 @@ let getLibrary: any =
|
||||||
null
|
null
|
||||||
|
|
||||||
export const setWeb3LibraryCallback = (
|
export const setWeb3LibraryCallback = (
|
||||||
cb: (provider?: any, connector?: any) => any,
|
cb: (provider: any, connector: any, account: `0x${string}`) => any,
|
||||||
) => {
|
) => {
|
||||||
getLibrary = cb
|
getLibrary = cb
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user