mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add RaptorChain (#2488)
* Add RaptorChain * Update icon * Fucking newline * Update JSON formatting * Still formatting --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
4640be71e2
commit
56f3445cd0
25
_data/chains/eip155-1380996178.json
Normal file
25
_data/chains/eip155-1380996178.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/raptorchain.json
Normal file
8
_data/icons/raptorchain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU",
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/raptorchain_explorer.json
Normal file
8
_data/icons/raptorchain_explorer.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU",
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user