Deploying to gh-pages from @ ethereum-lists/chains@3b7d7a3516 🚀

This commit is contained in:
ligi 2023-02-22 08:11:45 +00:00
parent 357e95a804
commit e43a808598
12 changed files with 78 additions and 5 deletions

View File

@ -2078,6 +2078,14 @@
"height": 1501, "height": 1501,
"format": "png" "format": "png"
}] }]
}, {
"name": "hik",
"icons": [{
"url": "ipfs://QmW44FPm3CMM2JDs8BQxLNvUtykkUtrGkQkQsUDJSi3Gmp",
"width": 350,
"height": 84,
"format": "png"
}]
}, { }, {
"name": "swarmexplorer", "name": "swarmexplorer",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-5729.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Hika Devnet",
"chain": "Hika Network Testnet",
"icon": "hik",
"rpc": ["https://rpc-testnet.hika.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Hik Token",
"symbol": "HIK",
"decimals": 18
},
"infoURL": "https://hika.network/",
"shortName": "hik",
"chainId": 5729,
"networkId": 5729,
"explorers": [
{
"name": "Hika Network Testnet Explorer",
"url": "https://scan-testnet.hika.network",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5536,6 +5536,19 @@
"rpc": ["https://rpc.tanenbaum.io", "wss://rpc.tanenbaum.io/wss"], "rpc": ["https://rpc.tanenbaum.io", "wss://rpc.tanenbaum.io/wss"],
"faucets": ["https://faucet.tanenbaum.io"], "faucets": ["https://faucet.tanenbaum.io"],
"infoURL": "https://syscoin.org" "infoURL": "https://syscoin.org"
}, {
"name": "Hika Devnet",
"chainId": 5729,
"shortName": "hik",
"networkId": 5729,
"nativeCurrency": {
"name": "Hik Token",
"symbol": "HIK",
"decimals": 18
},
"rpc": ["https://rpc-testnet.hika.network/"],
"faucets": [],
"infoURL": "https://hika.network/"
}, { }, {
"name": "Ganache", "name": "Ganache",
"chainId": 5777, "chainId": 5777,

View File

@ -8166,6 +8166,26 @@
"url": "https://tanenbaum.io", "url": "https://tanenbaum.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Hika Devnet",
"chain": "Hika Network Testnet",
"icon": "hik",
"rpc": ["https://rpc-testnet.hika.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Hik Token",
"symbol": "HIK",
"decimals": 18
},
"infoURL": "https://hika.network/",
"shortName": "hik",
"chainId": 5729,
"networkId": 5729,
"explorers": [{
"name": "Hika Network Testnet Explorer",
"url": "https://scan-testnet.hika.network",
"standard": "none"
}]
}, { }, {
"name": "Ganache", "name": "Ganache",
"title": "Ganache GUI Ethereum Testnet", "title": "Ganache GUI Ethereum Testnet",

8
icons/hik.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -425,6 +425,7 @@
"NahmiiTestnet": "eip155:5553", "NahmiiTestnet": "eip155:5553",
"cverse": "eip155:5555", "cverse": "eip155:5555",
"tsys": "eip155:5700", "tsys": "eip155:5700",
"hik": "eip155:5729",
"ggui": "eip155:5777", "ggui": "eip155:5777",
"OntologyTestnet": "eip155:5851", "OntologyTestnet": "eip155:5851",
"rbd": "eip155:5869", "rbd": "eip155:5869",