Skip to content

Commit e6c969a

Browse files
authored
Merge branch 'main' into add-btc.b
2 parents 2346dc3 + 6092638 commit e6c969a

3 files changed

Lines changed: 38 additions & 1 deletion

File tree

data/CUSD/data.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "Cap USD",
3+
"symbol": "CUSD",
4+
"decimals": 18,
5+
"description": "Cap Stablecoin on MegaETH",
6+
"tokens": {
7+
"ethereum": {
8+
"address": "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC"
9+
},
10+
"megaeth": {
11+
"address": "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC"
12+
}
13+
}
14+
}

data/CUSD/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

megaeth.tokenlist.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
{
22
"name": "MegaETH Token List",
3-
"timestamp": "2026-01-14T02:21:56.293Z",
3+
"timestamp": "2026-01-15T23:46:35.969Z",
44
"version": {
55
"major": 1,
66
"minor": 0,
77
"patch": 0
88
},
99
"tokens": [
10+
{
11+
"chainId": 1,
12+
"address": "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC",
13+
"name": "Cap USD",
14+
"symbol": "CUSD",
15+
"decimals": 18,
16+
"extensions": {
17+
"isNative": true
18+
},
19+
"logoURI": "https://raw.githubusercontent.com/megaeth-labs/mega-tokenlist/main/data/CUSD/logo.svg"
20+
},
1021
{
1122
"chainId": 1,
1223
"address": "0x0000000000000000000000000000000000000000",
@@ -40,6 +51,17 @@
4051
},
4152
"logoURI": "https://raw.githubusercontent.com/megaeth-labs/mega-tokenlist/main/data/WETH/logo.svg"
4253
},
54+
{
55+
"chainId": 4326,
56+
"address": "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC",
57+
"name": "Cap USD",
58+
"symbol": "CUSD",
59+
"decimals": 18,
60+
"extensions": {
61+
"isNative": true
62+
},
63+
"logoURI": "https://raw.githubusercontent.com/megaeth-labs/mega-tokenlist/main/data/CUSD/logo.svg"
64+
},
4365
{
4466
"chainId": 4326,
4567
"address": "0x0000000000000000000000000000000000000000",

0 commit comments

Comments
 (0)