mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
7f83893ef5
Add Catechain
19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"name": "Catecoin Chain Mainnet",
|
|
"chain": "Catechain",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://send.catechain.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Catecoin",
|
|
"symbol": "CATE",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://catechain.com",
|
|
"shortName": "cate",
|
|
"chainId": 1618,
|
|
"networkId": 1618
|
|
}
|