chains/_data/chains/eip155-7341.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

25 lines
472 B
JSON

{
"name": "Shyft Mainnet",
"chain": "SHYFT",
"icon": "shyft",
"rpc": ["https://rpc.shyft.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Shyft",
"symbol": "SHYFT",
"decimals": 18
},
"infoURL": "https://shyft.network",
"shortName": "shyft",
"chainId": 7341,
"networkId": 7341,
"slip44": 2147490989,
"explorers": [
{
"name": "Shyft BX",
"url": "https://bx.shyft.network",
"standard": "EIP3091"
}
]
}