chains/_data/chains/eip155-3912.json
DRAC-Network 47fc804e73
add eip155-3912.json add drac.json (#1992)
* add DRAC Chain

* update eip155-3912.json

* Update _data/icons/drac.json

* modify eip155-3912.json ShortName

* format the file : eip155-3912.json

* npx prettier

* format icons/drac.json

* modify eip155-3912.json:explorers

Co-authored-by: ligi <ligi@ligi.de>
2022-12-17 07:14:51 +01:00

33 lines
594 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",
"icon": "DRAC",
"standard": "EIP3091"
}
]
}