Skip to content

Commit

Permalink
fix: remove ably (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 authored Nov 27, 2024
1 parent 72c2441 commit ef0a56a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 88 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ For more information on the Manifest Network and its modules, please visit the [
### .env

```
NEXT_PUBLIC_ABLY_API_KEY=
NEXT_PUBLIC_WALLETCONNECT_KEY=
NEXT_PUBLIC_WEB3_CLIENT_ID=
NEXT_PUBLIC_CHAIN=manifest
Expand Down
Binary file modified bun.lockb
Binary file not shown.
53 changes: 0 additions & 53 deletions components/groups/components/Notifications.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions hooks/useAbly.ts

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
},
"dependencies": {
"@chain-registry/assets": "^1.64.83",
"@liftedinit/manifestjs": "0.0.1-alpha.19",
"@cosmjs/cosmwasm-stargate": "0.32.4",
"@cosmjs/stargate": "npm:@liftedinit/[email protected]",
"@cosmos-kit/react": "2.18.0",
Expand All @@ -40,12 +39,12 @@
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.5",
"@interchain-ui/react": "1.23.31",
"@liftedinit/manifestjs": "0.0.1-alpha.19",
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.8",
"@tanstack/react-query": "^5.55.0",
"@tanstack/react-query-devtools": "^5.55.0",
"@types/file-saver": "^2.0.7",
"ably": "^2.3.2",
"apexcharts": "^3.53.0",
"autoprefixer": "^10.4.20",
"babel-plugin-glsl": "^1.0.0",
Expand Down
8 changes: 0 additions & 8 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ import MobileNav from '@/components/react/mobileNav';
import { useEndpointStore } from '@/store/endpointStore';
import EndpointSelector from '@/components/react/endpointSelector';

// websocket stuff might delete
// import * as Ably from "ably";
// import { AblyProvider, useChannel, usePresence } from "ably/react";

// const ablyClient = new Ably.Realtime({
// key: process.env.NEXT_PUBLIC_ABLY_API_KEY,
// });

type ManifestAppProps = AppProps & {
Component: AppProps['Component'];
pageProps: AppProps['pageProps'];
Expand Down

0 comments on commit ef0a56a

Please sign in to comment.