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@a450e7e8d8 🚀
This commit is contained in:
parent
b04111e7cb
commit
003540ee4c
File diff suppressed because one or more lines are too long
24
chains/eip155-400.json
Normal file
24
chains/eip155-400.json
Normal 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
|
@ -1935,6 +1935,19 @@
|
||||||
"rpc": ["https://rpc-bitfalls1.lisinski.online"],
|
"rpc": ["https://rpc-bitfalls1.lisinski.online"],
|
||||||
"faucets": ["https://pipa.lisinski.online"],
|
"faucets": ["https://pipa.lisinski.online"],
|
||||||
"infoURL": "https://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",
|
"name": "SX Network Mainnet",
|
||||||
"chainId": 416,
|
"chainId": 416,
|
||||||
|
|
|
@ -2725,6 +2725,27 @@
|
||||||
"shortName": "lisinski",
|
"shortName": "lisinski",
|
||||||
"chainId": 385,
|
"chainId": 385,
|
||||||
"networkId": 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",
|
"name": "SX Network Mainnet",
|
||||||
"chain": "SX",
|
"chain": "SX",
|
||||||
|
|
|
@ -148,6 +148,7 @@
|
||||||
"theta-testnet": "eip155:365",
|
"theta-testnet": "eip155:365",
|
||||||
"pls": "eip155:369",
|
"pls": "eip155:369",
|
||||||
"lisinski": "eip155:385",
|
"lisinski": "eip155:385",
|
||||||
|
"hpn": "eip155:400",
|
||||||
"SX": "eip155:416",
|
"SX": "eip155:416",
|
||||||
"ogor": "eip155:420",
|
"ogor": "eip155:420",
|
||||||
"rupx": "eip155:499",
|
"rupx": "eip155:499",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user