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

This commit is contained in:
ligi 2023-01-19 15:19:48 +00:00
parent 11e05d1d9b
commit 981559ba04
9 changed files with 1534 additions and 1434 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

@ -0,0 +1,16 @@
{
"name": "Armonia Eva Chain Mainnet",
"chain": "Eva",
"rpc": ["https://evascan.io/api/eth-rpc/"],
"faucets": [],
"nativeCurrency": {
"name": "Armonia Multichain Native Token",
"symbol": "AMAX",
"decimals": 18
},
"infoURL": "https://amax.network",
"shortName": "eva",
"chainId": 160,
"networkId": 160,
"status": "incubating"
}

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

@ -0,0 +1,22 @@
{
"name": "Armonia Eva Chain Testnet",
"chain": "Wall-e",
"rpc": ["https://testnet.evascan.io/api/eth-rpc/"],
"faucets": [],
"nativeCurrency": {
"name": "Armonia Multichain Native Token",
"symbol": "AMAX",
"decimals": 18
},
"infoURL": "https://amax.network",
"shortName": "wall-e",
"chainId": 161,
"networkId": 161,
"explorers": [
{
"name": "blockscout - evascan",
"url": "https://testnet.evascan.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -1571,6 +1571,32 @@
"rpc": ["https://connect.phi.network"],
"faucets": [],
"infoURL": "https://phi.network"
}, {
"name": "Armonia Eva Chain Mainnet",
"chainId": 160,
"shortName": "eva",
"networkId": 160,
"nativeCurrency": {
"name": "Armonia Multichain Native Token",
"symbol": "AMAX",
"decimals": 18
},
"rpc": ["https://evascan.io/api/eth-rpc/"],
"faucets": [],
"infoURL": "https://amax.network"
}, {
"name": "Armonia Eva Chain Testnet",
"chainId": 161,
"shortName": "wall-e",
"networkId": 161,
"nativeCurrency": {
"name": "Armonia Multichain Native Token",
"symbol": "AMAX",
"decimals": 18
},
"rpc": ["https://testnet.evascan.io/api/eth-rpc/"],
"faucets": [],
"infoURL": "https://amax.network"
}, {
"name": "Lightstreams Testnet",
"chainId": 162,

View File

@ -2252,6 +2252,40 @@
"icon": "phi",
"standard": "none"
}]
}, {
"name": "Armonia Eva Chain Mainnet",
"chain": "Eva",
"rpc": ["https://evascan.io/api/eth-rpc/"],
"faucets": [],
"nativeCurrency": {
"name": "Armonia Multichain Native Token",
"symbol": "AMAX",
"decimals": 18
},
"infoURL": "https://amax.network",
"shortName": "eva",
"chainId": 160,
"networkId": 160,
"status": "incubating"
}, {
"name": "Armonia Eva Chain Testnet",
"chain": "Wall-e",
"rpc": ["https://testnet.evascan.io/api/eth-rpc/"],
"faucets": [],
"nativeCurrency": {
"name": "Armonia Multichain Native Token",
"symbol": "AMAX",
"decimals": 18
},
"infoURL": "https://amax.network",
"shortName": "wall-e",
"chainId": 161,
"networkId": 161,
"explorers": [{
"name": "blockscout - evascan",
"url": "https://testnet.evascan.io",
"standard": "EIP3091"
}]
}, {
"name": "Lightstreams Testnet",
"chain": "PHT",

View File

@ -120,6 +120,8 @@
"OPtest": "eip155:141",
"dax": "eip155:142",
"PHI": "eip155:144",
"eva": "eip155:160",
"wall-e": "eip155:161",
"tpht": "eip155:162",
"pht": "eip155:163",
"aioz": "eip155:168",