chains/_data/chains/eip155-1881.json
Avenbreaks 7ef417c36a
Adding Gitshock Chain (#2151)
* adding gitshock-cartenz

adding new chain gitshock finance testnet

* rename icon gitshock

* fix prettier

* Delete Chain.kt

* update prettier and resize images
2023-01-17 15:09:29 +01:00

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"
}
]
}