46 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
78
views
How to disable social (google, github ...) and email from web3modal window?
I want to simply disable social networks and email input in the modal window and leave only wallets.
How can I do that? I've tried
enableSocials: false, enableWalletFeatures: false,
but its don ...
0
votes
0
answers
30
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
409
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
136
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
885
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
785
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
279
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
348
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
244
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
314
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
0
answers
755
views
Issues Connecting WalletConnect in a React Application
community! I've been encountering issues when trying to integrate WalletConnect into my React application. Attempting to connect a wallet via WalletConnect, I face WebSocket connection errors and fail ...
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
331
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 ...