Skip to content

Commit f69ce4a

Browse files
authored
Add Creator Chain Testnet (ethereum-lists#5808)
* Add Creator Chain Testnet * update native currency and short name details * update native currency symbol
1 parent f2dc92c commit f69ce4a

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

_data/chains/eip155-66665.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "Creator Chain Testnet",
3+
"chain": "creatorchain",
4+
"icon": "creatorchain",
5+
"rpc": ["https://rpc.creatorchain.io"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "CreatorETH",
9+
"symbol": "CETH",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://docs.creatorchain.io/",
13+
"shortName": "ceth",
14+
"chainId": 66665,
15+
"networkId": 66665,
16+
"explorers": [
17+
{
18+
"name": "creatorchainscan",
19+
"url": "https://explorer.creatorchain.io",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/icons/creatorchain.json

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

0 commit comments

Comments
 (0)