mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
566 B
JSON
26 lines
566 B
JSON
{
|
|
"name": "Decimal Smart Chain Mainnet",
|
|
"chain": "DSC",
|
|
"rpc": ["https://node.decimalchain.com/web3"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Decimal",
|
|
"symbol": "DEL",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"infoURL": "https://decimalchain.com",
|
|
"shortName": "DSC",
|
|
"chainId": 75,
|
|
"networkId": 75,
|
|
"icon": "dsc",
|
|
"explorers": [
|
|
{
|
|
"name": "DSC Explorer Mainnet",
|
|
"url": "https://explorer.decimalchain.com",
|
|
"icon": "dsc",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|