-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support Sui #1024
feat: Support Sui #1024
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 0c6f080 The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1024 +/- ##
========================================
Coverage 99.21% 99.22%
========================================
Files 937 955 +18
Lines 26491 27284 +793
Branches 2789 2909 +120
========================================
+ Hits 26283 27072 +789
- Misses 206 210 +4
Partials 2 2 ☔ View full report in Codecov by Sentry. |
看了下 |
# Conflicts: # package.json # pnpm-lock.yaml # tsconfig.base.json # vitest.config.mts
# Conflicts: # pnpm-lock.yaml
# Conflicts: # pnpm-lock.yaml
# Conflicts: # package.json # pnpm-lock.yaml
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@walletconnect/core@2.14.0), npm/@walletconnect/universal-provider@2.14.0), npm/@walletconnect/utils@2.13.3), npm/@walletconnect/web3wallet@1.14.0) |
pnpm-lock.yaml 这个还有冲突 |
# Conflicts: # pnpm-lock.yaml
[中文版模板 / Chinese template]
💡 Background and solution
添加 Sui 适配。
内部使用了 Sui 官方提供的 @mysten/dapp-kit 和 @mysten/sui,请求基于 React Query。
一些简单的概念:
move
,要注意它不是“移动”的意思。一些跟此 PR 无关但比较有意思的概念 😄️:
Todo List:
🔗 Related issue link