Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions near-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"homepage": "https://github.com/hot-dao/near-selector",
"scripts": {
"postinstall": "patch-package",
"build:wallets": "yarn build:hotwallet && yarn build:mnw && yarn build:near-mobile && yarn build:meteor && yarn build:wallet-connect && yarn build:nightly && yarn build:okx",
"build:wallets": "yarn build:hotwallet && yarn build:mnw && yarn build:meteor && yarn build:wallet-connect && yarn build:nightly && yarn build:okx",
"build:wallet-connect": "PACKAGE=wallet-connect vite build",
"build:near-mobile": "PACKAGE=near-mobile vite build",
"build:hotwallet": "PACKAGE=hotwallet vite build",
"build:nightly": "PACKAGE=nightly vite build",
"build:meteor": "PACKAGE=meteor vite build",
Expand All @@ -27,12 +26,11 @@
"@here-wallet/core": "^3.4.0",
"@meteorwallet/sdk": "1.0.9",
"@noble/hashes": "^1.4.0",
"@peersyst/near-mobile-signer": "^1.1.4",
"@types/node": "^24.9.1",
"@walletconnect/modal": "^2.7.0",
"borsh": "^2.0.0",
"near-api-js": "^4.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wasn't here before, and it seemed to work fine. Was it just a coincidence that near-api-js was just inherited from @peersyst/near-mobile-signer?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was being installed by @peersyst/near-mobile-signer but was also being used by other wallets.

"patch-package": "^8.0.1",
"qr-code-styling": "^1.9.2",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-node-polyfills": "^0.24.0"
Expand Down
346 changes: 0 additions & 346 deletions near-wallets/src/near-mobile/index.ts

This file was deleted.

Loading