Skip to content

Commit

Permalink
Add CyberChain Mainnet (#6466)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanccxv authored Dec 19, 2024
1 parent f1e4228 commit a9763da
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-65535.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "CyberChain Mainnet",
"chain": "CCX",
"icon": "cyberchain",
"rpc": ["https://rpc.cyberchain.xyz/"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "CCX",
"symbol": "CCX",
"decimals": 18
},
"infoURL": "https://cyberchain.xyz",
"shortName": "ccx",
"chainId": 65535,
"networkId": 65535,
"slip44": 60,
"explorers": [
{
"name": "CyberChain explorer",
"url": "https://scan.cyberchain.xyz",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/cyberchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUtbe2mpDGxqvQZxgad9VMMeAS4aSTmqfn7Px5GMJvbpD",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit a9763da

Please sign in to comment.