diff --git a/README.md b/README.md index 691ef4c..efe29e4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ { "$policyId": { "project": string, - "categories": string[], // some of the following: "DeFi", "RealFi" | "GameFi" | "Meme" | "Bridge" | "Metaverse" | "Wallet" | "NFT" | "Oracle" | "AI" | "Launchpad" | "DAO" | "Stablecoin" | "Social" | "Other" + "categories": string[], // some of the following: "DeFi", "RealFi" | "GameFi" | "Meme" | "Bridge" | "Metaverse" | "Wallet" | "NFT" | "Oracle" | "AI" | "Launchpad" | "DAO" | "Stablecoin" | "Social" | "Media" | "Other" "socialLinks"?: { "website"?: string, "twitter"?: string, diff --git a/index.js b/index.js index ed50d73..4468bc5 100644 --- a/index.js +++ b/index.js @@ -18,6 +18,7 @@ const CATEGORIES = [ "DAO", "Stablecoin", "Social", + "Media", "Other", ]; diff --git a/tokens.json b/tokens.json index dc1fb0f..9397520 100644 --- a/tokens.json +++ b/tokens.json @@ -3982,5 +3982,14 @@ "socialLinks": { "twitter": "https://x.com/bombaclaat_ada" } + }, + "c8c711a3df70956c397cb92e1705b675b18652723cfb7f72ccd59f2d": { + "project": "Stuff.io", + "categories": ["Media", "Social", "Other"], + "socialLinks": { + "website": "https://stuff.io", + "twitter": "https://twitter.com/stuff_io", + "discord": "http://discord.gg/rNyn99WwYZ" + } } }