Skip to content

Commit 83ef72a

Browse files
committed
Nuxt working, hooks not working, both updated
1 parent a9bf039 commit 83ef72a

File tree

8 files changed

+111
-742
lines changed

8 files changed

+111
-742
lines changed

web-modal-sdk/quick-starts/nuxt-modal-quick-start/components/web3RPC.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { IProvider } from "@web3auth/base";
1+
import type { IProvider } from "@web3auth/modal";
22
import Web3 from "web3";
33

44
const getChainId = async (provider: IProvider): Promise<string> => {

0 commit comments

Comments
 (0)