From 513eadf74db79cb886a49a0cea538d47376632b7 Mon Sep 17 00:00:00 2001 From: Emmanuel Amodu Date: Wed, 10 May 2023 02:27:32 -0700 Subject: [PATCH] raba chain network id (#2789) * raba chain network id * Update _data/chains/eip155-7484.json Co-authored-by: ligi * format with prettier * change net work name to raba network --------- Co-authored-by: ligi --- _data/chains/eip155-7484.json | 23 +++++++++++++++++++++++ _data/icons/raba.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-7484.json create mode 100644 _data/icons/raba.json diff --git a/_data/chains/eip155-7484.json b/_data/chains/eip155-7484.json new file mode 100644 index 00000000..30b668fa --- /dev/null +++ b/_data/chains/eip155-7484.json @@ -0,0 +1,23 @@ +{ + "name": "Raba Network Mainnet", + "chain": "Raba", + "icon": "raba", + "rpc": ["https://rpc.x.raba.app/", "wss://rpc.x.raba.app/ws/"], + "faucets": [], + "nativeCurrency": { + "name": "Raba", + "symbol": "RABA", + "decimals": 18 + }, + "infoURL": "https://x.raba.app/", + "shortName": "raba", + "chainId": 7484, + "networkId": 7484, + "explorers": [ + { + "name": "raba", + "url": "https://x.raba.app/explorer", + "standard": "none" + } + ] +} diff --git a/_data/icons/raba.json b/_data/icons/raba.json new file mode 100644 index 00000000..1c460fa5 --- /dev/null +++ b/_data/icons/raba.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmatP9qMHEYoXqRDyHMTyjYRQa6j6Gk7pmv1QLxQkvpGRP", + "width": 787, + "height": 750, + "format": "png" + } +]