mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@99d5f80c4c 🚀
This commit is contained in:
parent
11e05d1d9b
commit
981559ba04
2862
chain_icons.json
2862
chain_icons.json
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
16
chains/eip155-160.json
Normal 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
22
chains/eip155-161.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user