From 8866d142d4a7aac22f6e7a1bba021b4b4a9237b2 Mon Sep 17 00:00:00 2001 From: Shan <59776784+shan501@users.noreply.github.com> Date: Sat, 31 Aug 2024 16:38:35 -0400 Subject: [PATCH 1/3] strike tokens verify (#1152) * strike tokens verify * fix category --- tokens.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tokens.json b/tokens.json index 1648689..dc1fb0f 100644 --- a/tokens.json +++ b/tokens.json @@ -50,6 +50,15 @@ "telegram": "https://t.me/butaneprotocol" } }, + "f13ac4d66b3ee19a6aa0f2a22298737bd907cc95121662fc971b5275": { + "project": "Strike", + "categories": ["DeFi"], + "socialLinks": { + "website": "https://strikefinance.org", + "twitter": "https://twitter.com/strikecardano", + "discord": "https://discord.gg/8MndyPVjg2" + } + }, "5445cf38c26abd1a03d4e8405386fab825ea75e5a7b05f9102116ea6": { "project": "Mountain", "categories": ["DAO"], @@ -3925,7 +3934,7 @@ "website": "https://nextfi.live/", "twitter": "https://x.com/NEXTFIADA", "discord": "https://discord.gg/mkbFzcxt" - } + } }, "81926a57a567c11f6dc502254c5ed2d11fdba4ed9f898916699c6f17": { "project": "SAFE", From 304a705b098af1012c6c21d78e8f0f53b1854ecf Mon Sep 17 00:00:00 2001 From: Guillermo Moratorio Date: Wed, 4 Sep 2024 08:26:24 -0600 Subject: [PATCH 2/3] adds $CHARLES for verification & adds "Media" option (#1160) * adds Media option * adds $CHARLES for verification --- README.md | 2 +- index.js | 1 + tokens.json | 9 +++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) 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" + } } } From 7b92a5ddd139939d8916237edbee7e7983c66acd Mon Sep 17 00:00:00 2001 From: Ebiyenrin Edmund Date: Wed, 11 Sep 2024 01:52:20 +0100 Subject: [PATCH 3/3] Add clanity information (#1145) --- tokens.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tokens.json b/tokens.json index 9397520..6606c46 100644 --- a/tokens.json +++ b/tokens.json @@ -3968,6 +3968,15 @@ "discord": "https://discord.gg/4BXxheyZ8h" } }, + "62c25da0792c3c887fe5e723abcc48db9d49ff0fa3ee5664844f4632": { + "project": "CLAN", + "categories": ["Meme"], + "socialLinks": { + "website": "https://www.clanity.com/", + "twitter": "https://x.com/clanityofficial", + "discord": "https://discord.gg/tKXuZXvrHd" + } + }, "555f3d8896d50996de14b9628af3d044d30d99ba533c5fb0248cddd1": { "project": "Controller Drift", "categories": ["Meme"],