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

* Added Consta Testnet. * Create constachain.json * Added Consta chain Logo. * Update eip155-371.json --------- Co-authored-by: ligi <ligi@ligi.de>
24 lines
471 B
JSON
24 lines
471 B
JSON
{
|
|
"name": "Consta Testnet",
|
|
"chain": "tCNT",
|
|
"rpc": ["https://rpc-testnet.theconsta.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "tCNT",
|
|
"symbol": "tCNT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "http://theconsta.com",
|
|
"shortName": "tCNT",
|
|
"chainId": 371,
|
|
"networkId": 371,
|
|
"icon": "constachain",
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://explorer-testnet.theconsta.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|