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>
This commit is contained in:
DRAC-Network 2022-12-17 14:14:51 +08:00 committed by GitHub
parent d527f76d06
commit 47fc804e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"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"
}
]
}

8
_data/icons/drac.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXbsQe7QsVFZJZdBmbZVvS6LgX9ZFoaTMBs9MiQXUzJTw",
"width": 256,
"height": 256,
"format": "png"
}
]