Skip to content

Commit 3eb3351

Browse files
committed
chore: Remove Farcaster Frame support
1 parent 49c4e59 commit 3eb3351

File tree

113 files changed

+19
-17247
lines changed

Some content is hidden

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

113 files changed

+19
-17247
lines changed

.github/labeler.yml

-16
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ root:
22
- changed-files:
33
- any-glob-to-any-file: '*'
44

5-
framegear:
6-
- changed-files:
7-
- any-glob-to-any-file: framegear/**
8-
95
documentation:
106
- changed-files:
117
- any-glob-to-any-file: site/**
@@ -14,14 +10,6 @@ documentation:
1410
- changed-files:
1511
- any-glob-to-any-file: src/core/**
1612

17-
'pkg: farcaster':
18-
- changed-files:
19-
- any-glob-to-any-file: src/farcaster/**
20-
21-
'pkg: frame':
22-
- changed-files:
23-
- any-glob-to-any-file: src/frame/**
24-
2513
'pkg: fund':
2614
- changed-files:
2715
- any-glob-to-any-file: src/fund/**
@@ -53,7 +41,3 @@ documentation:
5341
'pkg: wallet':
5442
- changed-files:
5543
- any-glob-to-any-file: src/wallet/**
56-
57-
'pkg: xmtp':
58-
- changed-files:
59-
- any-glob-to-any-file: src/xmtp/**

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: Kit Install dependencies
2525
run: |
2626
yarn install
27-
cd ./framegear && yarn install && cd ..
2827
2928
- name: Kit Test
3029
# When fails, please check your tests

biome.json

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"coverage",
8585
"dist",
8686
"esm",
87-
"framegear",
8887
"create-onchain"
8988
]
9089
}

framegear/.eslintrc.json

-3
This file was deleted.

framegear/.gitignore

-36
This file was deleted.

framegear/README.md

-21
This file was deleted.

framegear/app/api/getFrame/route.ts

-15
This file was deleted.

framegear/app/api/postFrame/route.ts

-29
This file was deleted.

framegear/app/globals.css

-29
This file was deleted.

framegear/app/icon.png

-259 Bytes
Binary file not shown.

framegear/app/layout.tsx

-22
This file was deleted.

framegear/app/page.tsx

-28
This file was deleted.

0 commit comments

Comments
 (0)