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

This commit is contained in:
ligi 2022-04-01 17:15:35 +00:00
parent 2e9683912f
commit 0a799a6225
5 changed files with 74 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

@ -1350,6 +1350,19 @@
"rpc": ["https://node.mainnet.lightstreams.io"], "rpc": ["https://node.mainnet.lightstreams.io"],
"faucets": [], "faucets": [],
"infoURL": "https://explorer.lightstreams.io" "infoURL": "https://explorer.lightstreams.io"
}, {
"name": "AIOZ Network",
"chainId": 168,
"shortName": "aioz",
"networkId": 168,
"nativeCurrency": {
"name": "AIOZ",
"symbol": "AIOZ",
"decimals": 18
},
"rpc": ["https://eth-dataseed.aioz.network"],
"faucets": [],
"infoURL": "https://aioz.network"
}, { }, {
"name": "HOO Smart Chain Testnet", "name": "HOO Smart Chain Testnet",
"chainId": 170, "chainId": 170,
@ -2832,6 +2845,19 @@
"rpc": ["https://rpc.testnet.fantom.network"], "rpc": ["https://rpc.testnet.fantom.network"],
"faucets": ["https://faucet.fantom.network"], "faucets": ["https://faucet.fantom.network"],
"infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet" "infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet"
}, {
"name": "AIOZ Network Testnet",
"chainId": 4102,
"shortName": "aioz-testnet",
"networkId": 4102,
"nativeCurrency": {
"name": "testAIOZ",
"symbol": "AIOZ",
"decimals": 18
},
"rpc": ["https://eth-ds.testnet.aioz.network"],
"faucets": [],
"infoURL": "https://aioz.network"
}, { }, {
"name": "IoTeX Network Mainnet", "name": "IoTeX Network Mainnet",
"chainId": 4689, "chainId": 4689,

View File

@ -1852,6 +1852,28 @@
"shortName": "pht", "shortName": "pht",
"chainId": 163, "chainId": 163,
"networkId": 163 "networkId": 163
}, {
"name": "AIOZ Network",
"chain": "AIOZ",
"network": "mainnet",
"icon": "aioz",
"rpc": ["https://eth-dataseed.aioz.network"],
"faucets": [],
"nativeCurrency": {
"name": "AIOZ",
"symbol": "AIOZ",
"decimals": 18
},
"infoURL": "https://aioz.network",
"shortName": "aioz",
"chainId": 168,
"networkId": 168,
"slip44": 60,
"explorers": [{
"name": "AIOZ Network Explorer",
"url": "https://explorer.aioz.network",
"standard": "EIP3091"
}]
}, { }, {
"name": "HOO Smart Chain Testnet", "name": "HOO Smart Chain Testnet",
"chain": "ETH", "chain": "ETH",
@ -3881,6 +3903,28 @@
"icon": "ftmscan", "icon": "ftmscan",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "AIOZ Network Testnet",
"chain": "AIOZ",
"network": "testnet",
"icon": "aioz",
"rpc": ["https://eth-ds.testnet.aioz.network"],
"faucets": [],
"nativeCurrency": {
"name": "testAIOZ",
"symbol": "AIOZ",
"decimals": 18
},
"infoURL": "https://aioz.network",
"shortName": "aioz-testnet",
"chainId": 4102,
"networkId": 4102,
"slip44": 60,
"explorers": [{
"name": "AIOZ Network Testnet Explorer",
"url": "https://testnet.explorer.aioz.network",
"standard": "EIP3091"
}]
}, { }, {
"name": "IoTeX Network Mainnet", "name": "IoTeX Network Mainnet",
"chain": "iotex.io", "chain": "iotex.io",

View File

@ -103,6 +103,7 @@
"dax": "eip155:142", "dax": "eip155:142",
"tpht": "eip155:162", "tpht": "eip155:162",
"pht": "eip155:163", "pht": "eip155:163",
"aioz": "eip155:168",
"hoosmartchain": "eip155:170", "hoosmartchain": "eip155:170",
"resil": "eip155:172", "resil": "eip155:172",
"Seele": "eip155:186", "Seele": "eip155:186",
@ -217,6 +218,7 @@
"dyno": "eip155:3966", "dyno": "eip155:3966",
"tdyno": "eip155:3967", "tdyno": "eip155:3967",
"tftm": "eip155:4002", "tftm": "eip155:4002",
"aioz-testnet": "eip155:4102",
"iotex-mainnet": "eip155:4689", "iotex-mainnet": "eip155:4689",
"iotex-testnet": "eip155:4690", "iotex-testnet": "eip155:4690",
"xvm": "eip155:4918", "xvm": "eip155:4918",