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

Commit

Permalink
adds $CHARLES for verification & adds "Media" option (#1160)
Browse files Browse the repository at this point in the history
* adds Media option

* adds $CHARLES for verification
  • Loading branch information
gmoratorio authored Sep 4, 2024
1 parent 8866d14 commit 304a705
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
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
9 changes: 9 additions & 0 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 304a705

Please sign in to comment.