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

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