Skip to content

Commit 17d9ee7

Browse files
committed
add counter profile
1 parent da9f21e commit 17d9ee7

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

profile.schema.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,16 @@
2222
},
2323
"category": {
2424
"type": "string",
25-
"enum": ["DeFi", "Social", "NFT", "Gaming", "Portfolio", "AI", "Others"]
25+
"enum": [
26+
"DeFi",
27+
"Social",
28+
"NFT",
29+
"Gaming",
30+
"Portfolio",
31+
"AI",
32+
"Consumer",
33+
"Others"
34+
]
2635
},
2736
"tags": {
2837
"type": "array",

profiles/counter.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "../profile.schema.json",
3+
"name": "counter",
4+
"pretty_name": "Counter",
5+
"category": "Consumer",
6+
"l2": true,
7+
"description": "Online marketplace and resale platform for buying, trading and collecting the latest drops and collector goods.",
8+
"summary": "Trade the latest drops and collector goods",
9+
"logo": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/images/counter.png",
10+
"color": "#000000",
11+
"status": "upcoming",
12+
"social": {
13+
"website": "https://www.counter.cx",
14+
"twitter": "https://x.com/countermrkt"
15+
}
16+
}

0 commit comments

Comments
 (0)