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

The first choice to connect all wallets on Sui blockchain

Results 67 wallet-kit issues
Sort by recently updated
recently updated
newest added

Could you please upgrade the @mysten/sui.js dependency to version 0.52.0.

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mysten/sui.js](https://sdk.mystenlabs.com) | [`0.51.2` -> `0.54.1`](https://renovatebot.com/diffs/npm/@mysten%2fsui.js/0.51.2/0.54.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mysten%2fsui.js/0.54.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​mysten/wallet-standard | [`^0.12.6` -> `^0.13.0`](https://renovatebot.com/diffs/npm/@mysten%2fwallet-standard/0.12.6/0.13.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mysten%2fwallet-standard/0.13.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mysten%2fwallet-standard/0.13.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/suiet/wallet-kit). ## Config Migration Needed - [ ]...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​mysten/wallet-standard | [`0.11.2` -> `0.11.6`](https://renovatebot.com/diffs/npm/@mysten%2fwallet-standard/0.11.2/0.11.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mysten%2fwallet-standard/0.11.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

how can i connect evm chain like klaytn in suiet wallet and display klaytn token in suiet?

### This is not a issue, but rather an improvement request. Right now scrollbar look like this in my ubuntu computer(might look different in mac pcs): ![image](https://github.com/suiet/wallet-kit/assets/39006465/abae4bba-1714-4a7b-8475-f5e1254e3cad) Can we change...

enhancement
feature-request

### This is not a issue, but rather an improvement request. Modal is popping up instantly, yes you can fix that by adding transition of your own. But this can...

enhancement
feature-request

### Problem Can `@suiet/wallet-kit` support wallet switch? simple code below ``` wallet.adapter?.signPersonalMessage({ account: account!, message: new TextEncoder().encode('HelloXXX') }) ``` Let's say I've logged in to a wallet now, and there's...

question