mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added Consta Test Network. (#2226)
* Added Consta Testnet. * Create constachain.json * Added Consta chain Logo. * Update eip155-371.json --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
3d186d9637
commit
33dcd88325
23
_data/chains/eip155-371.json
Normal file
23
_data/chains/eip155-371.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/constachain.json
Normal file
8
_data/icons/constachain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmfQ1yae6uvXgBSwnwJM4Mtp8ctH66tM6mB1Hsgu4XvsC9",
|
||||
"width": 2000,
|
||||
"height": 2000,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Loading…
Reference in New Issue
Block a user