Skip to content

Commit afe410f

Browse files
committed
test coin
1 parent eb007f1 commit afe410f

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

index/amoy/erc20.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
"originChainId": 1,
2222
"originAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
2323
}
24+
},
25+
{
26+
"chainId": 80002,
27+
"address": "0x1234567819c0762f9bfcf9fb1e58725bfb0e0000",
28+
"name": "Test Coin",
29+
"symbol": "TEST",
30+
"decimals": 10,
31+
"logoURI": "https://assets.coingecko.com/coins/images/6319/large/USD_Coin_icon.png?1547042389",
32+
"extensions": {
33+
}
2434
}
2535
],
2636
"version": { "major": 1, "minor": 0, "patch": 0 }

index/amoy/erc721.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "sequence-erc721-amoy",
3+
"chainId": 80002,
4+
"tokenStandard": "erc721",
5+
"logoURI": "https://avatars.githubusercontent.com/u/35579638?s=400&u=41e1dbfbbf6f98037069c918c9383ffb8e978fb7&v=4",
6+
"keywords": ["erc721"],
7+
"timestamp": "2025-04-23T15:36:16.623Z",
8+
"tokens": [
9+
{
10+
"chainId": 80002,
11+
"address": "0xABCDEF0b3415cC2daE6b3A3c4Fd3FC58626bE16E",
12+
"name": "Test",
13+
"standard": "erc721",
14+
"symbol": "TEST",
15+
"logoURI": "https://raw.githubusercontent.com/0xsequence/token-directory/d9b09a44e1efa2a962f9d18247da3292773c8766/images/dark-earth-icon.png",
16+
"extensions": {
17+
"link": "https://darkearth.gg/",
18+
"description": "Dark Earth is a futuristic science fiction metaverse that makes use of decentralized elements such as NFTs (Non-Fungible Tokens).",
19+
"categories": ["gaming", "art", "defi", "reward", "fantasy", "strategy", "p2e"],
20+
"ogImage": "https://raw.githubusercontent.com/0xsequence/token-directory/d9b09a44e1efa2a962f9d18247da3292773c8766/images/dark-earth-banner.png"
21+
}
22+
}
23+
],
24+
"version": { "major": 1, "minor": 0, "patch": 0 }
25+
}

index/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"amoy": {
1515
"chainId": 80002,
1616
"tokenLists": {
17-
"erc20.json": "00cb932821e58384b7065fd9b75890e4a9f341d8fc399b6744ad4bbd16e11b36"
17+
"erc20.json": "030fa623997044599ec4e539a76693eab245f16212724ac8957aa53c7e6839a9",
18+
"erc721.json": "6a0c3872100ba8de21e4f5a819b1c1fc0bcfbe52ee1b2c40daffd1c9e70b0672"
1819
}
1920
},
2021
"apechain": {

tools/reindex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function generateIndex() {
172172

173173
// Get the list of deprecated paths
174174
const deprecatedPaths = getDeprecatedPaths(indexDir);
175-
console.log(`Found ${deprecatedPaths.length} deprecated paths to mark as deprecated`);
175+
// console.log(`Found ${deprecatedPaths.length} deprecated paths to mark as deprecated`);
176176

177177
// Generate the index structure
178178
const indexStructure = processDirectory(indexDir, deprecatedPaths);

0 commit comments

Comments
 (0)