Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowkora authored Sep 11, 2024
2 parents b7c6717 + 7b92a5d commit 2f158df
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const CATEGORIES = [
"DAO",
"Stablecoin",
"Social",
"Media",
"Other",
];

Expand Down
29 changes: 28 additions & 1 deletion tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -3925,7 +3934,7 @@
"website": "https://nextfi.live/",
"twitter": "https://x.com/NEXTFIADA",
"discord": "https://discord.gg/mkbFzcxt"
}
}
},
"81926a57a567c11f6dc502254c5ed2d11fdba4ed9f898916699c6f17": {
"project": "SAFE",
Expand Down Expand Up @@ -3959,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"],
Expand All @@ -3974,6 +3992,15 @@
"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"
}
},
"8244b8d3a7c1cfa97c56163350a8b92acdc6d02b3cb7f5651e37e12a": {
"project": "Five Coin",
"categories": ["Meme"],
Expand Down

0 comments on commit 2f158df

Please sign in to comment.