chains/_data/chains/eip155-3912.json
2023-03-13 11:04:03 +01:00

32 lines
572 B
JSON

{
"name": "DRAC Network",
"chain": "DRAC",
"rpc": ["https://www.dracscan.com/rpc"],
"faucets": ["https://www.dracscan.io/faucet"],
"nativeCurrency": {
"name": "DRAC",
"symbol": "DRAC",
"decimals": 18
},
"infoURL": "https://drac.io/",
"shortName": "drac",
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"chainId": 3912,
"networkId": 3912,
"icon": "drac",
"explorers": [
{
"name": "DRAC_Network Scan",
"url": "https://www.dracscan.io",
"standard": "EIP3091"
}
]
}