Skip to content

Commit

Permalink
Remove sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Feb 21, 2023
1 parent b500f13 commit 80f5801
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 640 deletions.
1 change: 0 additions & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"dependencies": {
"@alephium/web3": "v0.5.0-rc.13",
"@alephium/get-extension-wallet": "^0.5.0-rc.4",
"@argent/x-sessions": "^5.2.0",
"ethers": "^5.5.1",
"next": "^13.0.0",
"react": "^18.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"@argent/stack-router": "^5.2.0",
"@argent/ui": "^5.2.0",
"@argent/x-multicall": "^5.2.0",
"@argent/x-sessions": "^5.2.0",
"@argent/x-swap": "^5.2.0",
"@extend-chrome/messages": "^1.2.2",
"@google/model-viewer": "^2.0.0",
Expand Down
11 changes: 0 additions & 11 deletions packages/extension/src/ui/features/accountPlugins.tsx/Plugins.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import { SESSION_PLUGIN_CLASS_HASH } from "@argent/x-sessions"

import { SessionPluginIcon } from "../../components/Icons/SessionPluginIcon"

export interface IPlugin {
classHash: string
title: string
Expand All @@ -10,11 +6,4 @@ export interface IPlugin {
}

export const plugins: IPlugin[] = [
{
classHash: SESSION_PLUGIN_CLASS_HASH,
title: "User sessions",
description:
"In supported dapps, you will be able to allow the dapp to perform certain transactions on your behalf without needing further confirmation",
icon: <SessionPluginIcon />,
},
]
28 changes: 0 additions & 28 deletions packages/sessions/.eslintrc.json

This file was deleted.

147 changes: 0 additions & 147 deletions packages/sessions/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions packages/sessions/__tests__/utils.test.ts

This file was deleted.

Binary file removed packages/sessions/assets/add-plugin.png
Binary file not shown.
Binary file removed packages/sessions/assets/approve.png
Binary file not shown.
Binary file removed packages/sessions/assets/experimental.png
Binary file not shown.
Binary file removed packages/sessions/assets/plugins.png
Binary file not shown.
Binary file removed packages/sessions/assets/settings.png
Binary file not shown.
Binary file removed packages/sessions/assets/toggle-session.png
Binary file not shown.
Binary file removed packages/sessions/assets/use-plugin.png
Binary file not shown.
60 changes: 0 additions & 60 deletions packages/sessions/package.json

This file was deleted.

Loading

0 comments on commit 80f5801

Please sign in to comment.