Skip to content
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

Revert "feat: hot-wallet" #1288

Merged
merged 1 commit into from
Feb 6, 2025
Merged
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
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ yarn add \
@near-wallet-selector/my-near-wallet \
@near-wallet-selector/sender \
@near-wallet-selector/nearfi \
@near-wallet-selector/hot-wallet \
@near-wallet-selector/here-wallet \
@near-wallet-selector/math-wallet \
@near-wallet-selector/nightly \
Expand Down Expand Up @@ -90,7 +89,6 @@ npm install \
@near-wallet-selector/my-near-wallet \
@near-wallet-selector/sender \
@near-wallet-selector/nearfi \
@near-wallet-selector/hot-wallet \
@near-wallet-selector/here-wallet \
@near-wallet-selector/math-wallet \
@near-wallet-selector/nightly \
Expand Down Expand Up @@ -131,7 +129,6 @@ import { setupModal } from "@near-wallet-selector/modal-ui";
import { setupBitgetWallet } from "@near-wallet-selector/bitget-wallet";
import { setupMyNearWallet } from "@near-wallet-selector/my-near-wallet";
import { setupSender } from "@near-wallet-selector/sender";
import { setupHotWallet } from "@near-wallet-selector/hot-wallet";
import { setupHereWallet } from "@near-wallet-selector/here-wallet";
import { setupNearSnap } from "@near-wallet-selector/near-snap";
import { setupMathWallet } from "@near-wallet-selector/math-wallet";
Expand Down Expand Up @@ -159,7 +156,6 @@ const selector = await setupWalletSelector({
setupBitgetWallet(),
setupMyNearWallet(),
setupSender(),
setupHotWallet(),
setupHereWallet(),
setupMathWallet(),
setupNightly(),
Expand Down
5 changes: 0 additions & 5 deletions examples/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@
"input": "packages/here-wallet/assets/",
"output": "assets/"
},
{
"glob": "**/*",
"input": "packages/hot-wallet/assets/",
"output": "assets/"
},
{
"glob": "**/*",
"input": "packages/narwallets/assets/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { setupMeteorWalletApp } from "@near-wallet-selector/meteor-wallet-app";
import { setupNarwallets } from "@near-wallet-selector/narwallets";
import { setupWelldoneWallet } from "@near-wallet-selector/welldone-wallet";
import { setupHereWallet } from "@near-wallet-selector/here-wallet";
import { setupHotWallet } from "@near-wallet-selector/hot-wallet";
import { setupCoin98Wallet } from "@near-wallet-selector/coin98-wallet";
import { setupNearFi } from "@near-wallet-selector/nearfi";
import { setupNearSnap } from "@near-wallet-selector/near-snap";
Expand Down Expand Up @@ -129,7 +128,6 @@ export class WalletSelectorComponent implements OnInit {
setupNarwallets(),
setupWelldoneWallet(),
setupHereWallet(),
setupHotWallet(),
setupCoin98Wallet(),
setupNearFi(),
setupNearSnap(),
Expand Down
2 changes: 0 additions & 2 deletions examples/react/contexts/WalletSelectorContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import type {
WalletSelector,
} from "@near-wallet-selector/core";
import { setupWalletSelector } from "@near-wallet-selector/core";
import { setupHotWallet } from "@near-wallet-selector/hot-wallet";
import { setupHereWallet } from "@near-wallet-selector/here-wallet";
import { setupMathWallet } from "@near-wallet-selector/math-wallet";
import { setupMeteorWallet } from "@near-wallet-selector/meteor-wallet";
Expand Down Expand Up @@ -169,7 +168,6 @@ export const WalletSelectorContextProvider: React.FC<{
setupOKXWallet(),
setupNarwallets(),
setupWelldoneWallet(),
setupHotWallet(),
setupHereWallet(),
setupCoin98Wallet(),
setupNearFi(),
Expand Down
5 changes: 0 additions & 5 deletions examples/react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
"input": "packages/here-wallet/assets/",
"output": "assets/"
},
{
"glob": "**/*",
"input": "packages/hot-wallet/assets/",
"output": "assets/"
},
{
"glob": "**/*",
"input": "packages/narwallets/assets/",
Expand Down
3 changes: 1 addition & 2 deletions examples/vanillajs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ import { setupWalletSelector } from "@near-wallet-selector/core";
import { setupModal } from "@near-wallet-selector/modal-ui-js";
import { setupMyNearWallet } from "@near-wallet-selector/my-near-wallet";
import { setupHereWallet } from "@near-wallet-selector/here-wallet";
import { setupHotWallet } from "@near-wallet-selector/hot-wallet";

const selector = await setupWalletSelector({
network: "testnet",
modules: [setupMyNearWallet(), setupHotWallet(), setupHereWallet()],
modules: [setupMyNearWallet(), setupHereWallet()],
});

const modal = setupModal(selector, {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@
"@angular/platform-browser": "16.1.9",
"@angular/platform-browser-dynamic": "16.1.9",
"@angular/router": "16.1.9",
"@here-wallet/core": "3.4.0",
"@hot-wallet/sdk": "1.0.7",
"@here-wallet/core": "3.3.1",
"@jscutlery/semver": "5.3.1",
"@ledgerhq/hw-transport": "6.30.3",
"@ledgerhq/hw-transport-webhid": "6.29.4",
Expand Down
10 changes: 0 additions & 10 deletions packages/hot-wallet/.babelrc

This file was deleted.

18 changes: 0 additions & 18 deletions packages/hot-wallet/.eslintrc.json

This file was deleted.

63 changes: 0 additions & 63 deletions packages/hot-wallet/README.md

This file was deleted.

Binary file removed packages/hot-wallet/assets/hot-wallet-icon.png
Binary file not shown.
14 changes: 0 additions & 14 deletions packages/hot-wallet/jest.config.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/hot-wallet/jest.config.ts

This file was deleted.

24 changes: 0 additions & 24 deletions packages/hot-wallet/package.json

This file was deleted.

56 changes: 0 additions & 56 deletions packages/hot-wallet/project.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/hot-wallet/src/index.ts

This file was deleted.

Loading