chains/_data/chains/eip155-7341.json
Stephen van Egmond 4b5471527a
Shyft network (#850)
* add shyft network

* add shyft chain particulars

* Update _data/chains/eip155-7341.json

Co-authored-by: ligi <ligi@ligi.de>

* fix broken json

* fix ipfs url

Co-authored-by: ligi <ligi@ligi.de>
2022-02-09 16:37:58 +01:00

25 lines
464 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"
}]
}