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

* Add RaptorChain * Update icon * Fucking newline * Update JSON formatting * Still formatting --------- Co-authored-by: ligi <ligi@ligi.de>
26 lines
563 B
JSON
26 lines
563 B
JSON
{
|
|
"name": "RaptorChain",
|
|
"chain": "RPTR",
|
|
"rpc": ["https://rpc.raptorchain.io/web3"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Raptor",
|
|
"symbol": "RPTR",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }],
|
|
"infoURL": "https://raptorchain.io",
|
|
"shortName": "rptr",
|
|
"chainId": 1380996178,
|
|
"networkId": 1380996178,
|
|
"icon": "raptorchain",
|
|
"explorers": [
|
|
{
|
|
"name": "RaptorChain Explorer",
|
|
"url": "https://explorer.raptorchain.io",
|
|
"icon": "raptorchain_explorer",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|