chains/_data/chains/eip155-1380996178.json
ygboucherk 56f3445cd0
Add RaptorChain (#2488)
* Add RaptorChain

* Update icon

* Fucking newline

* Update JSON formatting

* Still formatting

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-03-24 23:46:32 +01:00

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"
}
]
}