web-examples
web-examples copied to clipboard
Wallet and dapp examples implementing WalletConnect v2
Replaced `@walletconnect/web3wallet` with the new `@reown/walletkit`
Fixed `react-wallet-v2` for Tezos: - fixed links in README - fixed RPC links - fixed `Approve` and `Reject` buttons for better user experience - fixed Tezos toolkit selection (was `mainnet`...
Added an example of dApp for Tezos based on TezosProvider. It supports the following operations: - get accounts - sign message - transaction - delegation, undelegation - origination - contract...
Currently, these are the only methods supported for `Cosmos` chain https://github.com/reown-com/web-examples/blob/main/advanced/wallets/react-wallet-v2/src/data/COSMOSData.ts `cosmos_getAccounts` should be implemented too. ref: https://github.com/reown-com/web-examples/blob/32f9df464e2fa85ec49c21837d811cfe1437719e/advanced/wallets/react-wallet-v2/src/lib/CosmosLib.ts#L53
To reproduce: - connect a dApp by a link - a new pairing is added on the pairings tab - click `Disconnect` on dApp - find in wallet logs: ```...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.2 to 5.4.6. Changelog Sourced from vite's changelog. 5.4.6 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (179b177), closes #18115 fix: fs raw query (#18112) (6820bb3),...
Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 14.2.10. Release notes Sourced from next's releases. v14.2.10 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
Should use the `claimedOrigin` which set from OriginSimulationDropdown in metadata, testing verify API depends on this