From 56f3445cd09c153510eeaf8319e1f1d699051c62 Mon Sep 17 00:00:00 2001 From: ygboucherk Date: Fri, 24 Mar 2023 23:46:32 +0100 Subject: [PATCH] Add RaptorChain (#2488) * Add RaptorChain * Update icon * Fucking newline * Update JSON formatting * Still formatting --------- Co-authored-by: ligi --- _data/chains/eip155-1380996178.json | 25 +++++++++++++++++++++++++ _data/icons/raptorchain.json | 8 ++++++++ _data/icons/raptorchain_explorer.json | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 _data/chains/eip155-1380996178.json create mode 100644 _data/icons/raptorchain.json create mode 100644 _data/icons/raptorchain_explorer.json diff --git a/_data/chains/eip155-1380996178.json b/_data/chains/eip155-1380996178.json new file mode 100644 index 00000000..c8cc3cd5 --- /dev/null +++ b/_data/chains/eip155-1380996178.json @@ -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" + } + ] +} diff --git a/_data/icons/raptorchain.json b/_data/icons/raptorchain.json new file mode 100644 index 00000000..72c187bd --- /dev/null +++ b/_data/icons/raptorchain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU", + "width": 200, + "height": 200, + "format": "png" + } +] diff --git a/_data/icons/raptorchain_explorer.json b/_data/icons/raptorchain_explorer.json new file mode 100644 index 00000000..72c187bd --- /dev/null +++ b/_data/icons/raptorchain_explorer.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQuvmiN6vM6Rqzqe1pMzDf8iZXqTtSeqCgGe5k5AyksDU", + "width": 200, + "height": 200, + "format": "png" + } +]