chains/_data/chains/eip155-13308.json
heyoka 2615da250f
Add Credit Smartchain (#2160)
* 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
2023-01-18 21:14:12 +01:00

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"
}
]
}