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

This commit is contained in:
ligi 2022-10-15 00:20:10 +00:00
parent b04111e7cb
commit 003540ee4c
6 changed files with 61 additions and 2 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-400.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "HyperonChain TestNet",
"chain": "HPN",
"icon": "hyperonchain",
"rpc": ["https://testnet-rpc.hyperonchain.com"],
"faucets": ["https://faucet.hyperonchain.com"],
"nativeCurrency": {
"name": "HyperonChain",
"symbol": "HPN",
"decimals": 18
},
"infoURL": "https://docs.hyperonchain.com",
"shortName": "hpn",
"chainId": 400,
"networkId": 400,
"explorers": [
{
"name": "blockscout",
"url": "https://testnet.hyperonchain.com",
"icon": "hyperonchain",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -1935,6 +1935,19 @@
"rpc": ["https://rpc-bitfalls1.lisinski.online"],
"faucets": ["https://pipa.lisinski.online"],
"infoURL": "https://lisinski.online"
}, {
"name": "HyperonChain TestNet",
"chainId": 400,
"shortName": "hpn",
"networkId": 400,
"nativeCurrency": {
"name": "HyperonChain",
"symbol": "HPN",
"decimals": 18
},
"rpc": ["https://testnet-rpc.hyperonchain.com"],
"faucets": ["https://faucet.hyperonchain.com"],
"infoURL": "https://docs.hyperonchain.com"
}, {
"name": "SX Network Mainnet",
"chainId": 416,

View File

@ -2725,6 +2725,27 @@
"shortName": "lisinski",
"chainId": 385,
"networkId": 385
}, {
"name": "HyperonChain TestNet",
"chain": "HPN",
"icon": "hyperonchain",
"rpc": ["https://testnet-rpc.hyperonchain.com"],
"faucets": ["https://faucet.hyperonchain.com"],
"nativeCurrency": {
"name": "HyperonChain",
"symbol": "HPN",
"decimals": 18
},
"infoURL": "https://docs.hyperonchain.com",
"shortName": "hpn",
"chainId": 400,
"networkId": 400,
"explorers": [{
"name": "blockscout",
"url": "https://testnet.hyperonchain.com",
"icon": "hyperonchain",
"standard": "EIP3091"
}]
}, {
"name": "SX Network Mainnet",
"chain": "SX",

View File

@ -148,6 +148,7 @@
"theta-testnet": "eip155:365",
"pls": "eip155:369",
"lisinski": "eip155:385",
"hpn": "eip155:400",
"SX": "eip155:416",
"ogor": "eip155:420",
"rupx": "eip155:499",