Skip to content

Commit

Permalink
remove near wallet from auth package (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus authored Jan 29, 2024
1 parent ae4975b commit 7c3ae50
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
30 changes: 14 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@near-wallet-selector/meteor-wallet": "^8.0.3",
"@near-wallet-selector/modal-ui": "^8.0.3",
"@near-wallet-selector/my-near-wallet": "*",
"@near-wallet-selector/near-wallet": "^8.0.3",
"@near-wallet-selector/sender": "^8.0.3",
"@near-wallet-selector/wallet-connect": "^8.0.3",
"bs58": "^5.0.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/auth/src/wallets.setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { setupNearWallet } from '@near-wallet-selector/near-wallet';
import { setupMeteorWallet } from '@near-wallet-selector/meteor-wallet';
import { setupSender } from '@near-wallet-selector/sender';
import { setupHereWallet } from '@near-wallet-selector/here-wallet';
Expand All @@ -7,7 +6,6 @@ import { setupMyNearWallet } from '@near-wallet-selector/my-near-wallet';
import { WalletModuleFactory } from '@near-wallet-selector/core';

export const SUPPORTED_NEAR_WALLETS: Array<WalletModuleFactory> =[
setupNearWallet(),
setupMeteorWallet(),
setupSender(),
setupMyNearWallet(),
Expand Down

0 comments on commit 7c3ae50

Please sign in to comment.