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

This commit is contained in:
ligi 2022-08-26 17:02:04 +00:00
parent a0591197ee
commit 9f79d0c011
6 changed files with 47 additions and 2 deletions

File diff suppressed because one or more lines are too long

16
chains/eip155-5234.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "Humanode Mainnet",
"chain": "HMND",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "HMND",
"symbol": "HMND",
"decimals": 18
},
"infoURL": "https://humanode.io",
"shortName": "hmnd",
"chainId": 5234,
"networkId": 5234,
"explorers": []
}

File diff suppressed because one or more lines are too long

View File

@ -3794,6 +3794,19 @@
"rpc": ["https://mainnet.eraswap.network", "https://rpc-mumbai.mainnet.eraswap.network"], "rpc": ["https://mainnet.eraswap.network", "https://rpc-mumbai.mainnet.eraswap.network"],
"faucets": [], "faucets": [],
"infoURL": "https://eraswap.info/" "infoURL": "https://eraswap.info/"
}, {
"name": "Humanode Mainnet",
"chainId": 5234,
"shortName": "hmnd",
"networkId": 5234,
"nativeCurrency": {
"name": "HMND",
"symbol": "HMND",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": "https://humanode.io"
}, { }, {
"name": "Uzmi Network Mainnet", "name": "Uzmi Network Mainnet",
"chainId": 5315, "chainId": 5315,

View File

@ -5377,6 +5377,21 @@
"shortName": "es", "shortName": "es",
"chainId": 5197, "chainId": 5197,
"networkId": 5197 "networkId": 5197
}, {
"name": "Humanode Mainnet",
"chain": "HMND",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "HMND",
"symbol": "HMND",
"decimals": 18
},
"infoURL": "https://humanode.io",
"shortName": "hmnd",
"chainId": 5234,
"networkId": 5234,
"explorers": []
}, { }, {
"name": "Uzmi Network Mainnet", "name": "Uzmi Network Mainnet",
"chain": "UZMI", "chain": "UZMI",

View File

@ -291,6 +291,7 @@
"xvm": "eip155:4919", "xvm": "eip155:4919",
"tlc": "eip155:5177", "tlc": "eip155:5177",
"es": "eip155:5197", "es": "eip155:5197",
"hmnd": "eip155:5234",
"UZMI": "eip155:5315", "UZMI": "eip155:5315",
"Nahmii": "eip155:5551", "Nahmii": "eip155:5551",
"Nahmii testnet": "eip155:5553", "Nahmii testnet": "eip155:5553",