-
Notifications
You must be signed in to change notification settings - Fork 9
Hot labs Wallet connect #574
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,32 +27,8 @@ | |
| "@ebay/nice-modal-react": "^1.2.13", | ||
| "@formkit/tempo": "^0.1.2", | ||
| "@hookform/resolvers": "^3.9.1", | ||
| "@hot-labs/near-connect": "^0.8.2", | ||
| "@near-js/transactions": "^2.5.1", | ||
| "@near-wallet-selector/bitget-wallet": "^10.1.4", | ||
| "@near-wallet-selector/bitte-wallet": "^10.1.4", | ||
| "@near-wallet-selector/coin98-wallet": "^10.1.4", | ||
| "@near-wallet-selector/core": "^10.1.4", | ||
| "@near-wallet-selector/ethereum-wallets": "^10.1.4", | ||
| "@near-wallet-selector/here-wallet": "^10.1.4", | ||
| "@near-wallet-selector/hot-wallet": "^10.1.4", | ||
| "@near-wallet-selector/intear-wallet": "^10.1.4", | ||
| "@near-wallet-selector/ledger": "^10.1.4", | ||
| "@near-wallet-selector/math-wallet": "^10.1.4", | ||
| "@near-wallet-selector/meteor-wallet": "^10.1.4", | ||
| "@near-wallet-selector/mintbase-wallet": "^8.10.2", | ||
| "@near-wallet-selector/modal-ui": "^10.1.4", | ||
| "@near-wallet-selector/my-near-wallet": "^10.1.4", | ||
| "@near-wallet-selector/narwallets": "^10.1.4", | ||
| "@near-wallet-selector/near-mobile-wallet": "^10.1.4", | ||
| "@near-wallet-selector/near-snap": "^10.1.4", | ||
| "@near-wallet-selector/nearfi": "^8.10.2", | ||
| "@near-wallet-selector/neth": "^8.10.2", | ||
| "@near-wallet-selector/nightly": "^10.1.4", | ||
| "@near-wallet-selector/ramper-wallet": "^10.1.4", | ||
| "@near-wallet-selector/sender": "^10.1.4", | ||
| "@near-wallet-selector/unity-wallet": "^10.1.4", | ||
| "@near-wallet-selector/welldone-wallet": "^10.1.4", | ||
| "@near-wallet-selector/xdefi": "^10.1.4", | ||
| "@radix-ui/react-accordion": "^1.1.2", | ||
| "@radix-ui/react-avatar": "^1.0.4", | ||
| "@radix-ui/react-checkbox": "^1.0.4", | ||
|
|
@@ -89,15 +65,17 @@ | |
| "@wpdas/naxios": "^2.5.0", | ||
| "axios": "^1.7.2", | ||
| "big.js": "^6.2.1", | ||
| "browserslist": "^4.24.2", | ||
| "class-variance-authority": "^0.7.0", | ||
| "clsx": "^2.1.1", | ||
| "cmdk": "^1.0.0", | ||
| "date-fns": "^3.6.0", | ||
| "embla-carousel-react": "^8.3.0", | ||
| "immer": "^9.0.21", | ||
| "lightningcss": "^1.30.1", | ||
| "lucide-react": "^0.378.0", | ||
| "markdown-truncate": "^1.1.1", | ||
| "near-api-js": "^2.1.4", | ||
| "near-api-js": "6.5.1", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: Do you mean: (A) "What breaking changes are introduced in near-api-js v6.5.1 compared to the v2.x release (i.e., a migration summary)?" or (B) "Show the breaking changes listed in the near-api-js v2 release notes and how v6.5.1 relates to them?" 🏁 Script executed: # Check the dependency versions in package.json to verify consistency
cd . && cat -n package.json | sed -n '1,100p' | head -100Repository: PotLock/potlock-nextjs-app Length of output: 4346 🌐 Web query:
💡 Result: Short answer — see the official near-api-js CHANGELOG and Migration guide on the GitHub repo for v6 breaking changes and step-by-step migration instructions: GitHub CHANGELOG.md and MIGRATION.md. [1][2] Helpful links:
If you want, I can open MIGRATION.md and extract the v6 breaking changes and exact code migration examples for you. Which would you prefer? Sources: 🏁 Script executed: # Search for near-api-js usage in the codebase
rg "near-api-js" --type ts --type tsx --type js --type json -A 3 -B 1Repository: PotLock/potlock-nextjs-app Length of output: 97 🌐 Web query:
💡 Result: Short summary — biggest breaking changes from near-api-js v2 → v6:
If you want, I can:
Sources: NEAR docs on the new References 🏁 Script executed: # Search for near-api-js imports and usage in the codebase
rg "near-api-js|from.*near-api-js" -A 2 -B 1Repository: PotLock/potlock-nextjs-app Length of output: 7336 🏁 Script executed: # Also check more dependencies to understand the pinning pattern
cat -n package.json | grep -E '"[^"]+": "[0-9]' | head -20Repository: PotLock/potlock-nextjs-app Length of output: 217 🏁 Script executed: # Check if `@near-js` packages are already in package.json
grep -E '"@near-js/' package.jsonRepository: PotLock/potlock-nextjs-app Length of output: 108 🏁 Script executed: # Check how many files are using old near-api-js imports
rg "from ['\"]near-api-js" --countRepository: PotLock/potlock-nextjs-app Length of output: 851 Critical: near-api-js v6.5.1 has major breaking changes that make the codebase incompatible. near-api-js v6 fundamentally restructured the library from a monolithic package to modular Either migrate all imports to the new Regarding version pinning: 🤖 Prompt for AI Agents |
||
| "next": "^14.2.3", | ||
| "node-fetch": "^3.3.2", | ||
| "pinata-web3": "^0.5.4", | ||
|
|
@@ -130,6 +108,9 @@ | |
| "zod": "^3.23.8", | ||
| "zustand": "^5.0.1" | ||
| }, | ||
| "resolutions": { | ||
| "@noble/curves": "^1.8.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@stylistic/eslint-plugin": "^2.11.0", | ||
| "@svgr/webpack": "^8.1.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: PotLock/potlock-nextjs-app
Length of output: 463
@hot-labs/near-connect is actively maintained and associated with HERE Wallet.
The package is properly published on npm with recent version releases (0.8.0–0.8.2) and maintained by the HERE Wallet ecosystem. However, note that it's still in pre-1.0 development phase—verify compatibility with your application's stability requirements.
🤖 Prompt for AI Agents