Deploying to gh-pages from @ ethereum-lists/chains@47fc804e73 🚀

This commit is contained in:
ligi 2022-12-17 06:18:02 +00:00
parent 3f8810c57f
commit 5c54d6066d
9 changed files with 91 additions and 3 deletions

View File

@ -1446,6 +1446,14 @@
"height": 1024, "height": 1024,
"format": "png" "format": "png"
}] }]
}, {
"name": "drac",
"icons": [{
"url": "ipfs://QmXbsQe7QsVFZJZdBmbZVvS6LgX9ZFoaTMBs9MiQXUzJTw",
"width": 256,
"height": 256,
"format": "png"
}]
}, { }, {
"name": "rei", "name": "rei",
"icons": [{ "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
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4522,6 +4522,19 @@
"rpc": ["https://rpc.crossbell.io"], "rpc": ["https://rpc.crossbell.io"],
"faucets": ["https://faucet.crossbell.io"], "faucets": ["https://faucet.crossbell.io"],
"infoURL": "https://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", "name": "DYNO Mainnet",
"chainId": 3966, "chainId": 3966,

View File

@ -6500,6 +6500,32 @@
"url": "https://scan.crossbell.io", "url": "https://scan.crossbell.io",
"standard": "EIP3091" "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", "name": "DYNO Mainnet",
"chain": "DYNO", "chain": "DYNO",

8
icons/drac.json Normal file
View File

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

View File

@ -347,6 +347,7 @@
"metacode": "eip155:3666", "metacode": "eip155:3666",
"btx": "eip155:3690", "btx": "eip155:3690",
"csb": "eip155:3737", "csb": "eip155:3737",
"drac": "eip155:3912",
"dyno": "eip155:3966", "dyno": "eip155:3966",
"tdyno": "eip155:3967", "tdyno": "eip155:3967",
"ycc": "eip155:3999", "ycc": "eip155:3999",