44 questions
0
votes
0
answers
31
views
call:fail action: private-web3-wallet-v2-o pen-wallet-connect, error: Pairing error: Subscribe error: Timed out waiting for 60000 ms /what it means
Can't connect my web3 wallet with a dApp. A message pops: Accounts must be CAIP-10 compliant
The error message reads:
call:fail action: private-web3-wallet-v2-o
pen-wallet-connect, error: Pairing ...
0
votes
1
answer
428
views
Reown appkit get wallet address
how to get the wallet address after sign message?
i tried to read the documentation but i cant find it
im using Laravel + Javascript only
import { createAppKit } from '@reown/appkit'
import { mainnet, ...
1
vote
0
answers
141
views
How to withdraw bep20 tokens from Reown appkit smart account
So I integrated Reown appkit into my app. When I logged in using Gmail I got 2 wallets. One is the smart account and the other one is a regular wallet. Now I sent BNB and a bep20 token into the smart ...
3
votes
2
answers
900
views
How to set AppKit (Web3Modal) provider for web3.js?
Dear smart contract front-end developers,
As you know, AppKit is the new verion of Web3Modal. I am using it in a web javascript program to show a dialog to connect the web page to the desired wallet. ...
0
votes
0
answers
794
views
Walletconnect (Reown) network configuration?
Apologies for any stupid questions, I am fairly new to programming
I am following documentation from Reown to implement their appkit into my project
https://docs.reown.com/appkit/react/core/...
0
votes
0
answers
210
views
Nuxt 2 Viem TypeError: Cannot convert a BigInt value to a number at Math.pow
I have a project with Nuxt 2, and I want to support WalletConnect v2. For this reason, I added the WalletConnect dependencies, but it doesn't compile. I added WalletConnect and related dependencies to ...
2
votes
1
answer
280
views
How to solve the web3modal vulnerability problem?
First installed npx create-next-app@latest, then npm install @web3modal/wagmi wagmi viem @tanstack. As a result, this error appears. What could be the ways to solve this?
npm WARN ERESOLVE overriding ...
1
vote
1
answer
350
views
eslint - Unable to resolve path to module '@web3modal/ethers/react' import/no-unresolved
import { createWeb3Modal, defaultConfig, useWeb3ModalAccount } from '@web3modal/ethers/react'
in this line I am getting this error
ERROR in [eslint]
src\components\App\App.jsx
Line 1:69: Unable to ...
1
vote
0
answers
249
views
ethersjs error on the mobile phone. Error message: missing revert data (action="call", data=null, reason=null
Hello!This problem has been bothering me for weeks.
I used web3modalðers v6 to write a code that calls the BSC chain BSC-USDT (BEP20) contract. When using the balanceOf function, the following ...
1
vote
1
answer
315
views
Flutter Problem of kotlin gradle plugin: The binary version of its metadata is 1.8.0, expected version is 1.6.0
I have successfully set up WalletConnect and Web3Modal in my Flutter application according to the documentation provided. The integration works perfectly fine when running the application in debug ...
0
votes
1
answer
1k
views
Is there a way to customise the styling of a Web3Modal in @web3modal/wagmi package?
I am currently working on integrating Web3Modal into my web application using the @web3modal/wagmi package. While the integration itself has been successful, I'm facing difficulties customizing the ...
0
votes
1
answer
332
views
Using useWeb3ModalState in nuxt 3 to track the state of wallet connection
I created a connectedButton.vue component to create a we3modal button, it works fine, but my attempts to track the state of the wallet connection, i.e. weather the wallet is connects or not has not ...
1
vote
0
answers
1k
views
WalletConnect session disconnected. Go back to your browser and connect via WalletConnect again
When I connect my Dapp to Trust Wallet mobile on IOS, using Wallet connect connector on Wagmi SDK. It connects to all the chains I set successfully and can read wallet addresses, but when I call the ...
0
votes
0
answers
71
views
Navigator.pop(context) pops the route instead of the bottomSheet [web3modal_flutter]
In Flutter using package web3modal_flutter, I am opening the bottom sheet for wallet selection. When closing the bottom sheet the package pops the route where I am currently on instead of closing the ...
1
vote
0
answers
197
views
Wagmi and Web3Wallet for vue throws SyntaxError: Cannot use import statement outside a module in jest
I'm using @wagmi/core and @web3modal/wagmi/vue in my Vue project. It works well, however, when I'm running unit tests, I'm getting
SyntaxError: Cannot use import statement outside a module
I've ...