Transfer and Acitivity Problem when deploy in Vercel
see in:
dapp.iotbrlabs.com
Thanks for support
vjgee
October 28, 2023, 10:09pm
2
You are using an outdated version 2.2.9 of the Torus Wallet Connector Plugin. Please upgrade to the below version @web3auth/torus-wallet-connector-plugin": "^7.0.4"
:
https://www.npmjs.com/package/@web3auth/torus-wallet-connector-plugin/v/latest
Ensure your package.json matches with the below:
{
"name": "wagmi-no-modal-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@web3auth/base": "^7.0.4",
"@web3auth/ethereum-provider": "^7.0.4",
"@web3auth/no-modal": "^7.0.4",
"@web3auth/openlogin-adapter": "^7.0.4",
"@web3auth/torus-wallet-connector-plugin": "^7.0.4",
"@web3auth/web3auth-wagmi-connector": "^5.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
This file has been truncated. show original
This wok’s…thanks for support again