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

This commit is contained in:
ligi 2022-11-22 03:05:37 +00:00
parent b1ed83e00a
commit 9e0f843eba
7 changed files with 112 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-1314.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Alyx Mainnet",
"chain": "ALYX",
"rpc": ["https://rpc.alyxchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "Alyx Chain Native Token",
"symbol": "ALYX",
"decimals": 18
},
"infoURL": "https://www.alyxchain.com",
"shortName": "alyx",
"chainId": 1314,
"networkId": 1314,
"explorers": [
{
"name": "alyxscan",
"url": "https://www.alyxscan.com",
"standard": "EIP3091"
}
]
}

22
chains/eip155-135.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Alyx Chain Testnet",
"chain": "Alyx Chain Testnet",
"rpc": ["https://testnet-rpc.alyxchain.com"],
"faucets": ["https://faucet.alyxchain.com"],
"nativeCurrency": {
"name": "Alyx Testnet Native Token",
"symbol": "ALYX",
"decimals": 18
},
"infoURL": "https://www.alyxchain.com",
"shortName": "AlyxTestnet",
"chainId": 135,
"networkId": 135,
"explorers": [
{
"name": "alyx testnet scan",
"url": "https://testnet.alyxscan.com",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -1467,6 +1467,19 @@
"rpc": ["https://http-mainnet.hecochain.com", "wss://ws-mainnet.hecochain.com"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"infoURL": "https://www.hecochain.com"
}, {
"name": "Alyx Chain Testnet",
"chainId": 135,
"shortName": "AlyxTestnet",
"networkId": 135,
"nativeCurrency": {
"name": "Alyx Testnet Native Token",
"symbol": "ALYX",
"decimals": 18
},
"rpc": ["https://testnet-rpc.alyxchain.com"],
"faucets": ["https://faucet.alyxchain.com"],
"infoURL": "https://www.alyxchain.com"
}, {
"name": "Polygon Mainnet",
"chainId": 137,
@ -3235,6 +3248,19 @@
"rpc": ["https://test.doschain.com/jsonrpc"],
"faucets": [],
"infoURL": "http://doschain.io/"
}, {
"name": "Alyx Mainnet",
"chainId": 1314,
"shortName": "alyx",
"networkId": 1314,
"nativeCurrency": {
"name": "Alyx Chain Native Token",
"symbol": "ALYX",
"decimals": 18
},
"rpc": ["https://rpc.alyxchain.com"],
"faucets": [],
"infoURL": "https://www.alyxchain.com"
}, {
"name": "Aitd Mainnet",
"chainId": 1319,

View File

@ -2067,6 +2067,25 @@
"url": "https://hecoinfo.com",
"standard": "EIP3091"
}]
}, {
"name": "Alyx Chain Testnet",
"chain": "Alyx Chain Testnet",
"rpc": ["https://testnet-rpc.alyxchain.com"],
"faucets": ["https://faucet.alyxchain.com"],
"nativeCurrency": {
"name": "Alyx Testnet Native Token",
"symbol": "ALYX",
"decimals": 18
},
"infoURL": "https://www.alyxchain.com",
"shortName": "AlyxTestnet",
"chainId": 135,
"networkId": 135,
"explorers": [{
"name": "alyx testnet scan",
"url": "https://testnet.alyxscan.com",
"standard": "EIP3091"
}]
}, {
"name": "Polygon Mainnet",
"chain": "Polygon",
@ -4579,6 +4598,25 @@
"url": "https://test.doscan.io",
"standard": "EIP3091"
}]
}, {
"name": "Alyx Mainnet",
"chain": "ALYX",
"rpc": ["https://rpc.alyxchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "Alyx Chain Native Token",
"symbol": "ALYX",
"decimals": 18
},
"infoURL": "https://www.alyxchain.com",
"shortName": "alyx",
"chainId": 1314,
"networkId": 1314,
"explorers": [{
"name": "alyxscan",
"url": "https://www.alyxscan.com",
"standard": "EIP3091"
}]
}, {
"name": "Aitd Mainnet",
"chain": "AITD",

View File

@ -112,6 +112,7 @@
"OYchainMainnet": "eip155:126",
"feth": "eip155:127",
"heco": "eip155:128",
"AlyxTestnet": "eip155:135",
"matic": "eip155:137",
"OPtest": "eip155:141",
"dax": "eip155:142",
@ -248,6 +249,7 @@
"Bobabeam": "eip155:1294",
"Bobabase": "eip155:1297",
"DOS": "eip155:1311",
"alyx": "eip155:1314",
"aitd": "eip155:1319",
"aitdtestnet": "eip155:1320",
"geth": "eip155:1337",