Skip to content

Commit dc82c38

Browse files
committed
chore: strip out unused code copied from the insights app
1 parent 081bcbf commit dc82c38

File tree

150 files changed

+1006
-13925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+1006
-13925
lines changed

apps/developer-hub/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@pythnetwork/insights",
2+
"name": "@pythnetwork/developer-hub",
33
"version": "0.0.0",
44
"private": true,
55
"type": "module",
@@ -20,12 +20,8 @@
2020
"test:types": "tsc"
2121
},
2222
"dependencies": {
23-
"@clickhouse/client": "catalog:",
2423
"@phosphor-icons/react": "catalog:",
25-
"@pythnetwork/client": "catalog:",
2624
"@pythnetwork/component-library": "workspace:*",
27-
"@pythnetwork/hermes-client": "workspace:*",
28-
"@pythnetwork/known-publishers": "workspace:*",
2925
"@react-hookz/web": "catalog:",
3026
"@solana/web3.js": "catalog:",
3127
"bs58": "catalog:",

apps/developer-hub/src/app/component-score-history/route.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

apps/developer-hub/src/app/historical-prices/route.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

apps/developer-hub/src/app/page.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
const Page = () => {
3+
return (
4+
<div>
5+
<h1>Developer Hub</h1>
6+
</div>
7+
);
8+
};
9+
10+
export default Page;

apps/developer-hub/src/app/price-feeds/[slug]/(main)/loading.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/developer-hub/src/app/price-feeds/[slug]/(main)/page.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/developer-hub/src/app/price-feeds/[slug]/@feedCountBadge/default.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/developer-hub/src/app/price-feeds/[slug]/@header/default.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/developer-hub/src/app/price-feeds/[slug]/error.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)