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

This commit is contained in:
ligi 2022-05-29 09:11:31 +00:00
parent dafbbb1a4b
commit df9834842f
5 changed files with 38 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

@ -3170,6 +3170,19 @@
"rpc": ["https://eth-ds.testnet.aioz.network"], "rpc": ["https://eth-ds.testnet.aioz.network"],
"faucets": [], "faucets": [],
"infoURL": "https://aioz.network" "infoURL": "https://aioz.network"
}, {
"name": "PHI Network",
"chainId": 4181,
"shortName": "PHI",
"networkId": 4181,
"nativeCurrency": {
"name": "PHI",
"symbol": "Φ",
"decimals": 18
},
"rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"],
"faucets": [],
"infoURL": "https://phi.network"
}, { }, {
"name": "IoTeX Network Mainnet", "name": "IoTeX Network Mainnet",
"chainId": 4689, "chainId": 4689,

View File

@ -4393,6 +4393,28 @@
"url": "https://testnet.explorer.aioz.network", "url": "https://testnet.explorer.aioz.network",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "PHI Network",
"chain": "PHI",
"network": "mainnet",
"rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"],
"faucets": [],
"nativeCurrency": {
"name": "PHI",
"symbol": "Φ",
"decimals": 18
},
"infoURL": "https://phi.network",
"shortName": "PHI",
"chainId": 4181,
"networkId": 4181,
"icon": "phi",
"explorers": [{
"name": "PHI Explorer",
"url": "https://explorer.phi.network",
"icon": "phi",
"standard": "none"
}]
}, { }, {
"name": "IoTeX Network Mainnet", "name": "IoTeX Network Mainnet",
"chain": "iotex.io", "chain": "iotex.io",

View File

@ -243,6 +243,7 @@
"tdyno": "eip155:3967", "tdyno": "eip155:3967",
"tftm": "eip155:4002", "tftm": "eip155:4002",
"aioz-testnet": "eip155:4102", "aioz-testnet": "eip155:4102",
"PHI": "eip155:4181",
"iotex-mainnet": "eip155:4689", "iotex-mainnet": "eip155:4689",
"iotex-testnet": "eip155:4690", "iotex-testnet": "eip155:4690",
"xvm": "eip155:4918", "xvm": "eip155:4918",