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

* adding gitshock-cartenz adding new chain gitshock finance testnet * rename icon gitshock * fix prettier * Delete Chain.kt * update prettier and resize images
32 lines
592 B
JSON
32 lines
592 B
JSON
{
|
|
"name": "Gitshock Cartenz Testnet",
|
|
"chain": "Gitshock Cartenz",
|
|
"icon": "gitshockchain",
|
|
"rpc": ["https://rpc.cartenz.works"],
|
|
"features": [
|
|
{
|
|
"name": "EIP155"
|
|
},
|
|
{
|
|
"name": "EIP1559"
|
|
}
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Gitshock Cartenz",
|
|
"symbol": "tGTFX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://gitshock.com",
|
|
"shortName": "gitshockchain",
|
|
"chainId": 1881,
|
|
"networkId": 1881,
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://scan.cartenz.works",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|