mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
2615da250f
* Update Add Credit Smartchain details * Update Add Credit logo * Update Add CSCScan logo * Update Edit explorer url. * Update reduce icons by reusing the same file * Delete cscscan.json * update
26 lines
562 B
JSON
26 lines
562 B
JSON
{
|
|
"name": "Credit Smartchain Mainnet",
|
|
"chain": "CREDIT",
|
|
"rpc": ["https://mainnet-rpc.cscscan.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Credit",
|
|
"symbol": "CREDIT",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"infoURL": "https://creditsmartchain.com",
|
|
"shortName": "Credit",
|
|
"chainId": 13308,
|
|
"networkId": 1,
|
|
"icon": "credit",
|
|
"explorers": [
|
|
{
|
|
"name": "CSC Scan",
|
|
"url": "https://explorer.cscscan.io",
|
|
"icon": "credit",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|