mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
d527f76d06
commit
47fc804e73
32
_data/chains/eip155-3912.json
Normal file
32
_data/chains/eip155-3912.json
Normal 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
8
_data/icons/drac.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmXbsQe7QsVFZJZdBmbZVvS6LgX9ZFoaTMBs9MiQXUzJTw",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user