Skip to content

Commit 1a87df8

Browse files
committed
Sync from opensea-devtools
Origin-SHA: 7f33b29e0ba74d490753fba5bf89c25d4dc5cff3
1 parent 4e536f1 commit 1a87df8

8 files changed

Lines changed: 14 additions & 12 deletions

File tree

examples/nft-appraisal-tool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@ai-sdk/anthropic": "^1.2.0",
21-
"@opensea/tool-sdk": "^0.16.0",
21+
"@opensea/tool-sdk": "^0.17.1",
2222
"ai": "^4.3.0",
2323
"zod": "4.3.6"
2424
},

examples/nft-appraisal-tool/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.08 MB
Loading

examples/nft-appraisal-tool/src/manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export function buildHolderManifest(opts: BuildManifestOptions) {
9696
description: `${APPRAISAL_DESCRIPTION} Discounted tier for CHONK holders on Base.`,
9797
endpoint: opts.endpoint,
9898
image: "https://nft-appraisal-tool.vercel.app/chonk.png",
99+
featuredImage: "https://nft-appraisal-tool.vercel.app/featured.png",
99100
inputs: APPRAISAL_INPUTS,
100101
outputs: appraisalJsonSchema,
101102
creatorAddress: opts.creator,

examples/token-nft-overlap-tool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "vitest run"
1818
},
1919
"dependencies": {
20-
"@opensea/tool-sdk": "^0.16.0",
20+
"@opensea/tool-sdk": "^0.17.1",
2121
"zod": "4.3.6"
2222
},
2323
"devDependencies": {

examples/token-nft-overlap-tool/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.08 MB
Loading

examples/token-nft-overlap-tool/src/manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function buildManifest(opts: BuildManifestOptions) {
2525
"Returns the overlap set with holdings data for each wallet. Free for holders.",
2626
endpoint: opts.endpoint,
2727
image: "https://token-nft-overlap-tool.vercel.app/token-nft-overlap.png",
28+
featuredImage: "https://token-nft-overlap-tool.vercel.app/featured.png",
2829
inputs: {
2930
type: "object",
3031
properties: {

0 commit comments

Comments
 (0)