mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
472 B
JSON
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"
|
|
}
|
|
]
|
|
}
|