use-wallet icon indicating copy to clipboard operation
use-wallet copied to clipboard

๐Ÿ‘› useWallet() ยท All-in-one solution to connect a dapp to an Ethereum provider.

Results 90 use-wallet issues
Sort by recently updated
recently updated
newest added

thanks for the great work with use-wallet. I am experiencing an issue when connecting with a different network, the wallet.chainId defaults to 1 and wallet.account to null. I was using...

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

sry for confusion. I reopened https://github.com/aragon/use-wallet/pull/204 with authentication issues resolved. plz approve again, thank you!

I would love to see a method to add new Chains dynamically(like hardhat or chronos), for example my Hardhat is not detected. Something like: ``` addChainInformation({ id: 1, nativeCurrency: ETH,...

Trying to connect with the cronos chain and I am getting this error: ```ChainUnknownError: Unknown chain id: 25 getChainInformation src/chains.ts:282 279 | chainId: number 280 | ): ChainInformation | ChainType...

This PR adds support for Cronos chain website: https://cronos.org/ official network setup guide: https://cronos.org/docs/getting-started/metamask.html#connecting-to-the-cronos-mainnet-beta This PR fixes the error users are having when using `use-wallet` with Cronos chain #192

'http error' removed since it was preventing the use of WalletConnect on Aragon Client (since https-rcp-endpoints could not be called)