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

This commit is contained in:
ligi 2022-03-14 17:28:28 +00:00
parent ea118ca0cd
commit f7b8625a1f
5 changed files with 31 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3833,6 +3833,19 @@
"rpc": ["https://openapi.platon.network/rpc", "wss://openapi.platon.network/ws"], "rpc": ["https://openapi.platon.network/rpc", "wss://openapi.platon.network/ws"],
"faucets": [], "faucets": [],
"infoURL": "https://www.platon.network" "infoURL": "https://www.platon.network"
}, {
"name": "Haymo Testnet",
"chainId": 234666,
"shortName": "hym",
"networkId": 234666,
"nativeCurrency": {
"name": "HAYMO",
"symbol": "HYM",
"decimals": 18
},
"rpc": ["https://testnet1.haymo.network"],
"faucets": [],
"infoURL": "https://haymoswap.web.app/"
}, { }, {
"name": "ARTIS sigma1", "name": "ARTIS sigma1",
"chainId": 246529, "chainId": 246529,

View File

@ -5324,6 +5324,21 @@
"url": "https://scan.platon.network", "url": "https://scan.platon.network",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Haymo Testnet",
"chain": "tHYM",
"network": "testnet",
"rpc": ["https://testnet1.haymo.network"],
"faucets": [],
"nativeCurrency": {
"name": "HAYMO",
"symbol": "HYM",
"decimals": 18
},
"infoURL": "https://haymoswap.web.app/",
"shortName": "hym",
"chainId": 234666,
"networkId": 234666
}, { }, {
"name": "ARTIS sigma1", "name": "ARTIS sigma1",
"chain": "ARTIS", "chain": "ARTIS",

View File

@ -294,6 +294,7 @@
"alayadev": "eip155:201030", "alayadev": "eip155:201030",
"platondev": "eip155:210309", "platondev": "eip155:210309",
"platon": "eip155:210425", "platon": "eip155:210425",
"hym": "eip155:234666",
"ats": "eip155:246529", "ats": "eip155:246529",
"atstau": "eip155:246785", "atstau": "eip155:246785",
"SoChain": "eip155:281121", "SoChain": "eip155:281121",