Skip to content

Commit c7d23c9

Browse files
update clubmos mainnet network id (#8352)
* Create eip155-2255.json * Create mos.json * Create mosscan.json * Create eip155-1166.json‎ * Rename eip155-1166.json‎ to eip155-1166.json
1 parent 575deaa commit c7d23c9

4 files changed

Lines changed: 64 additions & 0 deletions

File tree

_data/chains/eip155-1166.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "ClubMOS Testnet",
3+
"chain": "tCMX",
4+
"rpc": ["https://rpc-testnet.mosscan.com"],
5+
"faucets": ["https://faucet.clubmos.com"],
6+
"nativeCurrency": {
7+
"name": "ClubMOS",
8+
"symbol": "tCMX",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://www.clubmos.com",
12+
"shortName": "tCMX",
13+
"chainId": 1166,
14+
"networkId": 1166,
15+
"icon": "mos",
16+
"explorers": [
17+
{
18+
"name": "mosscan",
19+
"url": "https://testnet.mosscan.com",
20+
"icon": "mosscan",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/chains/eip155-2255.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "ClubMOS",
3+
"chain": "CMX",
4+
"rpc": ["https://rpc.mosscan.com"],
5+
"faucets": ["https://faucet.clubmos.com"],
6+
"nativeCurrency": {
7+
"name": "ClubMOS",
8+
"symbol": "CMX",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://www.clubmos.com",
12+
"shortName": "CMX",
13+
"chainId": 2255,
14+
"networkId": 2255,
15+
"icon": "mos",
16+
"explorers": [
17+
{
18+
"name": "mosscan",
19+
"url": "https://mosscan.com",
20+
"icon": "mosscan",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/icons/mos.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreibef7oqrhlrg265v5wf5bxjwnmt4onf53lrjynggh4oopsttneyba",
4+
"width": 800,
5+
"height": 800,
6+
"format": "png"
7+
}
8+
]

_data/icons/mosscan.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreifgg2fmkq6nunqepxkkalw6pv7y3ww7gp7uec6khckzvvck53pwa4",
4+
"width": 200,
5+
"height": 200,
6+
"format": "svg"
7+
}
8+
]

0 commit comments

Comments
 (0)