Skip to content

Commit

Permalink
test wagmi
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Oct 8, 2024
1 parent e66e2b7 commit ebdfbe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "React app tools for Mintbase JS SDK",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"build": "tsc --noEmitOnError false --skipLibCheck ",
"watch": "tsc && tsc --watch & jest --watch --coverage",
"lint": "eslint . --fix --ext ts --ext tsx"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/react/src/wallet/web3-modal.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { reconnect, http, createConfig } from "@wagmi/core";
import { walletConnect, injected } from "wagmi/connectors";
import { createWeb3Modal } from "@web3modal/wagmi";
import type { Config } from "@wagmi/core/dist/types/createConfig"

const evmWalletChains = {
testnet: {
Expand Down Expand Up @@ -56,7 +57,7 @@ const metadata = {
icons: [],
};

export const wagmiConfig = createConfig({
export const wagmiConfig : Config = createConfig({
chains: [nearChain],
transports: {
[nearChain.id]: http(),
Expand Down

0 comments on commit ebdfbe7

Please sign in to comment.