mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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>
33 lines
594 B
JSON
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"
|
|
}
|
|
]
|
|
}
|