Skip to content

Commit

Permalink
add cuckoo chain mainnet (#5318)
Browse files Browse the repository at this point in the history
  • Loading branch information
larkbirdy authored Jun 17, 2024
1 parent dad6953 commit 1f6f102
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/chains/eip155-1200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Cuckoo Chain",
"title": "Cuckoo Chain",
"chain": "CuckooAI",
"icon": "cuckoo-ai",
"rpc": [
"https://mainnet-rpc.cuckoo.network",
"wss://mainnet-rpc.cuckoo.network"
],
"faucets": [],
"nativeCurrency": {
"name": "CuckooAI",
"symbol": "CAI",
"decimals": 18
},
"infoURL": "https://cuckoo.network",
"shortName": "cai",
"chainId": 1200,
"networkId": 1200,
"explorers": [
{
"name": "Cuckoo Chain Explorer",
"url": "https://mainnet-scan.cuckoo.network",
"standard": "EIP3091"
}
]
}

0 comments on commit 1f6f102

Please sign in to comment.