mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
29 lines
560 B
JSON
29 lines
560 B
JSON
{
|
|
"name": "DoKEN Super Chain Mainnet",
|
|
"chain": "DoKEN Super Chain",
|
|
"rpc": [
|
|
"https://sgrpc.doken.dev",
|
|
"https://nyrpc.doken.dev",
|
|
"https://ukrpc.doken.dev"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "DoKEN",
|
|
"symbol": "DKN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://doken.dev/",
|
|
"shortName": "DoKEN",
|
|
"chainId": 61916,
|
|
"networkId": 61916,
|
|
"icon": "doken",
|
|
"explorers": [
|
|
{
|
|
"name": "DSC Scan",
|
|
"url": "https://explore.doken.dev",
|
|
"icon": "doken",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|