mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@47fc804e73 🚀
This commit is contained in:
parent
3f8810c57f
commit
5c54d6066d
|
@ -1446,6 +1446,14 @@
|
|||
"height": 1024,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "drac",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmXbsQe7QsVFZJZdBmbZVvS6LgX9ZFoaTMBs9MiQXUzJTw",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "rei",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
32
chains/eip155-3912.json
Normal file
32
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4522,6 +4522,19 @@
|
|||
"rpc": ["https://rpc.crossbell.io"],
|
||||
"faucets": ["https://faucet.crossbell.io"],
|
||||
"infoURL": "https://crossbell.io"
|
||||
}, {
|
||||
"name": "DRAC Network",
|
||||
"chainId": 3912,
|
||||
"shortName": "drac",
|
||||
"networkId": 3912,
|
||||
"nativeCurrency": {
|
||||
"name": "DRAC",
|
||||
"symbol": "DRAC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://www.dracscan.com/rpc"],
|
||||
"faucets": ["https://www.dracscan.io/faucet"],
|
||||
"infoURL": "https://drac.io/"
|
||||
}, {
|
||||
"name": "DYNO Mainnet",
|
||||
"chainId": 3966,
|
||||
|
|
|
@ -6500,6 +6500,32 @@
|
|||
"url": "https://scan.crossbell.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "DYNO Mainnet",
|
||||
"chain": "DYNO",
|
||||
|
|
8
icons/drac.json
Normal file
8
icons/drac.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmXbsQe7QsVFZJZdBmbZVvS6LgX9ZFoaTMBs9MiQXUzJTw",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -347,6 +347,7 @@
|
|||
"metacode": "eip155:3666",
|
||||
"btx": "eip155:3690",
|
||||
"csb": "eip155:3737",
|
||||
"drac": "eip155:3912",
|
||||
"dyno": "eip155:3966",
|
||||
"tdyno": "eip155:3967",
|
||||
"ycc": "eip155:3999",
|
||||
|
|
Loading…
Reference in New Issue
Block a user