Skip to content

Commit

Permalink
feat: added web3auth with wagmi hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bichler committed Jan 25, 2023
1 parent a07ef01 commit f05da34
Show file tree
Hide file tree
Showing 12 changed files with 3,084 additions and 63 deletions.
6 changes: 4 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
swcMinify: true,
transpilePackages: ["@web3auth/web3auth-wagmi-connector"],
};

module.exports = nextConfig
module.exports = nextConfig;
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
"@types/react-dom": "18.0.10",
"@walletconnect/client": "^1.8.0",
"@web3auth/base": "^4.0.0",
"@web3auth/core": "^4.2.2",
"@web3auth/modal": "^4.2.3",
"@web3auth/openlogin-adapter": "^4.2.0",
"@web3auth/torus-wallet-connector-plugin": "^4.2.2",
"@web3auth/web3auth-wagmi-connector": "^2.1.1",
"boring-avatars": "^1.7.0",
"eslint": "8.32.0",
"eslint-config-next": "13.1.4",
Expand All @@ -29,7 +32,8 @@
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"tailwind-merge": "^1.8.1",
"typescript": "4.9.4"
"typescript": "4.9.4",
"wagmi": "^0.10.15"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand Down
Loading

0 comments on commit f05da34

Please sign in to comment.