mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create eip155-27082022.json and eip155-27082017.json create new excoincial chain create new excoincial-volta testnet chain * prettier fixes * remove redundant parameter network Co-authored-by: Oleksandr Papevis <sasha@papevis.com>
25 lines
519 B
JSON
25 lines
519 B
JSON
{
|
|
"name": "Excoincial Chain Volta-Testnet",
|
|
"chain": "TEXL",
|
|
"icon": "exl",
|
|
"rpc": ["https://testnet-rpc.exlscan.com"],
|
|
"faucets": ["https://faucet.exlscan.com"],
|
|
"nativeCurrency": {
|
|
"name": "TExlcoin",
|
|
"symbol": "TEXL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "",
|
|
"shortName": "exlvolta",
|
|
"chainId": 27082017,
|
|
"networkId": 27082017,
|
|
"explorers": [
|
|
{
|
|
"name": "exlscan",
|
|
"url": "https://testnet-explorer.exlscan.com",
|
|
"icon": "exl",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|