Skip to content

Commit fd95d9a

Browse files
committed
Add Incentiv ERC20 tokens
1 parent b207087 commit fd95d9a

File tree

2 files changed

+108
-0
lines changed

2 files changed

+108
-0
lines changed

index/incentiv/erc20.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"name": "sequence-erc20-incentiv",
3+
"chainId": 24101,
4+
"tokenStandard": "erc20",
5+
"logoURI": "https://avatars.githubusercontent.com/u/35579638?s=400&u=41e1dbfbbf6f98037069c918c9383ffb8e978fb7&v=4",
6+
"keywords": [
7+
"erc20",
8+
"incentiv"
9+
],
10+
"timestamp": "2025-12-17T19:03:47.288Z",
11+
"tokens": [
12+
{
13+
"chainId": 24101,
14+
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
15+
"name": "CENT",
16+
"symbol": "CENT",
17+
"decimals": 18,
18+
"logoURI": "https://assets.sequence.info/images/tokens/large/24101/0x0000000000000000000000000000000000000000.webp",
19+
"extensions": {
20+
"featured": true,
21+
"featureIndex": 0
22+
}
23+
},
24+
{
25+
"chainId": 24101,
26+
"address": "0x0000000000000000000000000000000000000000",
27+
"name": "CENT",
28+
"symbol": "CENT",
29+
"decimals": 18,
30+
"logoURI": "https://assets.sequence.info/images/tokens/large/24101/0x0000000000000000000000000000000000000000.webp",
31+
"extensions": {
32+
"featured": true,
33+
"featureIndex": 0
34+
}
35+
},
36+
{
37+
"chainId": 24101,
38+
"address": "0x16e43840d8D79896A389a3De85aB0B0210C05685",
39+
"name": "USDC",
40+
"symbol": "USDC",
41+
"decimals": 6,
42+
"logoURI": "https://assets.coingecko.com/coins/images/6319/large/USD_Coin_icon.png?1547042389",
43+
"extensions": {
44+
"link": "https://www.circle.com/en/usdc",
45+
"description": "USDC is a fully collateralized US dollar stablecoin. USDC is the bridge between dollars and trading on cryptocurrency exchanges. The technology behind CENTRE makes it possible to exchange value between people, businesses and financial institutions just like email between mail services and texts between SMS providers. We believe by removing artificial economic borders, we can create a more inclusive global economy. ",
46+
"categories": [
47+
"usd-stablecoin",
48+
"transactional",
49+
"usdc"
50+
],
51+
"ogImage": "https://www.circle.com/hubfs/share-USDC.png#keepProtocol",
52+
"originChainId": 1,
53+
"originAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
54+
"featured": true,
55+
"featureIndex": 1
56+
}
57+
},
58+
{
59+
"chainId": 42161,
60+
"address": "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
61+
"name": "Wrapped CENT",
62+
"type": "ERC20",
63+
"symbol": "WCENT",
64+
"decimals": 18,
65+
"logoURI": "",
66+
"extensions": {
67+
"link": "https://incentiv.io/",
68+
"description": "WCENT is the wrapped ERC20 version of CENT, native token on Incentiv.",
69+
"categories": [
70+
"defi",
71+
"protocol",
72+
"chain",
73+
"wrapped"
74+
],
75+
"featured": true,
76+
"featureIndex": 0
77+
}
78+
},
79+
{
80+
"chainId": 10,
81+
"address": "0x39b076b5d23F588690D480af3Bf820edad31a4bB",
82+
"name": "Tether USD",
83+
"symbol": "USDT",
84+
"decimals": 6,
85+
"logoURI": "https://ethereum-optimism.github.io/data/USDT/logo.png",
86+
"extensions": {
87+
"categories": [
88+
"usd-stablecoin",
89+
"transactional",
90+
"usdt"
91+
],
92+
"featured": true,
93+
"featureIndex": 2
94+
}
95+
}
96+
],
97+
"version": {
98+
"major": 1,
99+
"minor": 0,
100+
"patch": 0
101+
}
102+
}

index/index.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@
179179
"misc.json": "0b25dc3ea49c8f217a83e381a2c38a9875cb3fda6f49621f10cdb1abbff5bcff"
180180
}
181181
},
182+
"incentiv": {
183+
"chainId": 24101,
184+
"tokenLists": {
185+
"erc20.json": "372e874df7ecdb9a6b39448b6465ba0542accd9830ebd68d7d88129a5c96e655"
186+
}
187+
},
182188
"katana": {
183189
"chainId": 747474,
184190
"tokenLists": {

0 commit comments

Comments
 (0)