Skip to content

Commit d8f56f4

Browse files
committed
Add sandbox-testnet ERC20
1 parent 936e896 commit d8f56f4

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

index/index.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,17 @@
161161
"misc.json": "0b25dc3ea49c8f217a83e381a2c38a9875cb3fda6f49621f10cdb1abbff5bcff"
162162
}
163163
},
164+
"katana": {
165+
"chainId": 747474,
166+
"tokenLists": {
167+
"erc20.json": "a9392c532680828b34852f8604938cf442b8ff5af12b456e941d70039eca07f3"
168+
}
169+
},
164170
"mainnet": {
165171
"chainId": 1,
166172
"tokenLists": {
167173
"erc1155.json": "fcf9839d83d05187f03cfc6ef1278c02828e5f415d65c57725954b61685a8e18",
168-
"erc20.json": "23511cbc9c2ef9e96a756eb56e55d8f61c915514f1f59c53ed6ea70d4192f3bd",
174+
"erc20.json": "d7a3f9dbaadf211d7e411d327a28565f97181e1dfecc6dd864e78f0b4f142f30",
169175
"erc721.json": "e14bd87d3814aaa9928352298dfc4efe90cc12111c14ac2ce47ecf9b27f361ab",
170176
"misc.json": "f98a5ccf5fa208e0861c020ad16b44adfafff42d8f359fa94e6701a7397b1e92"
171177
}
@@ -226,6 +232,12 @@
226232
"misc.json": "b8853f0471b8aba265f1353a26480efc315a55931c09c4e60d19cb71fe75f9d0"
227233
}
228234
},
235+
"sandbox-testnet": {
236+
"chainId": 6252,
237+
"tokenLists": {
238+
"erc20.json": "9fee98b571dc131d010f8f9e3300c5b595737c9fd8907e79e5607531edf9ff26"
239+
}
240+
},
229241
"sepolia": {
230242
"chainId": 11155111,
231243
"tokenLists": {

index/sandbox-testnet/erc20.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "sequence-erc20-amoy",
3+
"chainId": 6252,
4+
"tokenStandard": "erc20",
5+
"logoURI": "https://avatars.githubusercontent.com/u/35579638?s=400&u=41e1dbfbbf6f98037069c918c9383ffb8e978fb7&v=4",
6+
"keywords": ["erc20", "fungible", "stablecoin", "coingecko"],
7+
"timestamp": "2025-09-24T15:36:16.623Z",
8+
"tokens": [
9+
{
10+
"chainId": 6252,
11+
"address": "0x000000000000000000000000000000000000800A",
12+
"name": "SAND",
13+
"symbol": "SAND",
14+
"decimals": 18,
15+
"logoURI": "https://assets.sequence.info/images/ecosystem-demos/sandchain/favicon.png",
16+
"extensions": {
17+
}
18+
}
19+
],
20+
"version": { "major": 1, "minor": 0, "patch": 0 }
21+
}

0 commit comments

Comments
 (0)