Skip to content

Commit 11c019b

Browse files
committed
Add new wallet integrations and update context handling
- Introduced support for new wallets: intear, hot, and okx. - Updated BitteWalletContext to include a wallets array for better flexibility. - Refactored wallet setup logic to accommodate the new wallet types. - Adjusted the supported wallets structure to use a record for easier access.
1 parent 562b798 commit 11c019b

File tree

4 files changed

+512
-23
lines changed

4 files changed

+512
-23
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@
4949
"@bitte-ai/wallet": "0.8.2",
5050
"@near-wallet-selector/core": "^9.5.1",
5151
"@near-wallet-selector/here-wallet": "^9.5.1",
52+
"@near-wallet-selector/hot-wallet": "^9.5.1",
53+
"@near-wallet-selector/intear-wallet": "^9.5.1",
5254
"@near-wallet-selector/meteor-wallet": "^9.5.1",
5355
"@near-wallet-selector/modal-ui": "^9.5.1",
5456
"@near-wallet-selector/my-near-wallet": "^9.5.1",
57+
"@near-wallet-selector/okx-wallet": "^9.5.1",
5558
"buffer": "^6.0.3",
5659
"react": "^19.1.1",
5760
"react-dom": "^19.1.1"

0 commit comments

Comments
 (0)