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@ea0c32b0dd 🚀
This commit is contained in:
parent
7047468793
commit
47de5ee1e1
|
@ -214,6 +214,14 @@
|
||||||
"height": 732,
|
"height": 732,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "deh",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://bafkreidk7jmdiwyf2c7rp4cmeuur74tksnhxf45pxypq6no4qyha7ezpiu",
|
||||||
|
"width": 1024,
|
||||||
|
"height": 1024,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "eurusexplorer",
|
"name": "eurusexplorer",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
28
chains/eip155-113.json
Normal file
28
chains/eip155-113.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"name": "Dehvo",
|
||||||
|
"chain": "Dehvo",
|
||||||
|
"rpc": [
|
||||||
|
"https://connect.dehvo.com",
|
||||||
|
"https://rpc.dehvo.com",
|
||||||
|
"https://rpc1.dehvo.com",
|
||||||
|
"https://rpc2.dehvo.com"
|
||||||
|
],
|
||||||
|
"faucets": ["https://buy.dehvo.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Dehvo",
|
||||||
|
"symbol": "Deh",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://dehvo.com",
|
||||||
|
"shortName": "deh",
|
||||||
|
"chainId": 113,
|
||||||
|
"networkId": 113,
|
||||||
|
"slip44": 714,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Dehvo Explorer",
|
||||||
|
"url": "https://explorer.dehvo.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -1337,6 +1337,19 @@
|
||||||
"rpc": ["https://rpc.etherlite.org"],
|
"rpc": ["https://rpc.etherlite.org"],
|
||||||
"faucets": ["https://etherlite.org/faucets"],
|
"faucets": ["https://etherlite.org/faucets"],
|
||||||
"infoURL": "https://etherlite.org"
|
"infoURL": "https://etherlite.org"
|
||||||
|
}, {
|
||||||
|
"name": "Dehvo",
|
||||||
|
"chainId": 113,
|
||||||
|
"shortName": "deh",
|
||||||
|
"networkId": 113,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Dehvo",
|
||||||
|
"symbol": "Deh",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://connect.dehvo.com", "https://rpc.dehvo.com", "https://rpc1.dehvo.com", "https://rpc2.dehvo.com"],
|
||||||
|
"faucets": ["https://buy.dehvo.com"],
|
||||||
|
"infoURL": "https://dehvo.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Fuse Mainnet",
|
"name": "Fuse Mainnet",
|
||||||
"chainId": 122,
|
"chainId": 122,
|
||||||
|
|
|
@ -1898,6 +1898,26 @@
|
||||||
"chainId": 111,
|
"chainId": 111,
|
||||||
"networkId": 111,
|
"networkId": 111,
|
||||||
"icon": "etherlite"
|
"icon": "etherlite"
|
||||||
|
}, {
|
||||||
|
"name": "Dehvo",
|
||||||
|
"chain": "Dehvo",
|
||||||
|
"rpc": ["https://connect.dehvo.com", "https://rpc.dehvo.com", "https://rpc1.dehvo.com", "https://rpc2.dehvo.com"],
|
||||||
|
"faucets": ["https://buy.dehvo.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Dehvo",
|
||||||
|
"symbol": "Deh",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://dehvo.com",
|
||||||
|
"shortName": "deh",
|
||||||
|
"chainId": 113,
|
||||||
|
"networkId": 113,
|
||||||
|
"slip44": 714,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Dehvo Explorer",
|
||||||
|
"url": "https://explorer.dehvo.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Fuse Mainnet",
|
"name": "Fuse Mainnet",
|
||||||
"chain": "FUSE",
|
"chain": "FUSE",
|
||||||
|
|
8
icons/deh.json
Normal file
8
icons/deh.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreidk7jmdiwyf2c7rp4cmeuur74tksnhxf45pxypq6no4qyha7ezpiu",
|
||||||
|
"width": 1024,
|
||||||
|
"height": 1024,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -102,6 +102,7 @@
|
||||||
"TT": "eip155:108",
|
"TT": "eip155:108",
|
||||||
"xpr": "eip155:110",
|
"xpr": "eip155:110",
|
||||||
"ETL": "eip155:111",
|
"ETL": "eip155:111",
|
||||||
|
"deh": "eip155:113",
|
||||||
"fuse": "eip155:122",
|
"fuse": "eip155:122",
|
||||||
"spark": "eip155:123",
|
"spark": "eip155:123",
|
||||||
"dwu": "eip155:124",
|
"dwu": "eip155:124",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user