Skip to content

Commit 766d556

Browse files
Merge pull request #1 from CAPITALEXCHANGE/CAPITALEXCHANGE-CXM
EVM-compatible Capital Exchange (CXM) network
2 parents f8c89f3 + ff351fe commit 766d556

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

_data/chains/eip155-890.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "Capital Exchange",
3+
"chain": "CXM",
4+
"rpc": ["https://rpc.capitalexchange.net"],
5+
"features": [
6+
{ "name": "EIP155" },
7+
{ "name": "EIP1559" }
8+
],
9+
"faucets": [],
10+
"nativeCurrency": {
11+
"name": "Capital Exchange",
12+
"symbol": "CXM",
13+
"decimals": 18
14+
},
15+
"infoURL": "https://www.capitalexchange.markets",
16+
"shortName": "CXM",
17+
"chainId": 890,
18+
"networkId": 890,
19+
"status": "active",
20+
"explorers": [
21+
{
22+
"name": "Capital Exchange CXM",
23+
"url": "https://explorer.capitalexchange.net",
24+
"standard": "EIP3091"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)