From 8b22ff10817d1af25228d6d3e8e65b9052ed591d Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Fri, 11 Feb 2022 12:22:14 +0700 Subject: [PATCH] add rei chain --- _data/chains/eip155-55555.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-55556.json | 25 +++++++++++++++++++++++++ _data/icons/reichain.json | 8 ++++++++ 3 files changed, 58 insertions(+) create mode 100644 _data/chains/eip155-55555.json create mode 100644 _data/chains/eip155-55556.json create mode 100644 _data/icons/reichain.json diff --git a/_data/chains/eip155-55555.json b/_data/chains/eip155-55555.json new file mode 100644 index 00000000..250f0a0c --- /dev/null +++ b/_data/chains/eip155-55555.json @@ -0,0 +1,25 @@ +{ + "name": "REI Chain Mainnet", + "chain": "REI", + "icon": "reichain", + "rpc": [ + "https://rei-rpc.moonrhythm.io" + ], + "faucets": [ + "http://kururu.finance/faucet?chainId=55555" + ], + "nativeCurrency": { + "name": "Rei", + "symbol": "REI", + "decimals": 18 + }, + "infoURL": "https://reichain.io", + "shortName": "rei", + "chainId": 55555, + "networkId": 55555, + "explorers": [{ + "name": "reiscan", + "url": "https://reiscan.com", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-55556.json b/_data/chains/eip155-55556.json new file mode 100644 index 00000000..79332b68 --- /dev/null +++ b/_data/chains/eip155-55556.json @@ -0,0 +1,25 @@ +{ + "name": "REI Chain Testnet", + "chain": "REI", + "icon": "reichain", + "rpc": [ + "https://rei-testnet-rpc.moonrhythm.io" + ], + "faucets": [ + "http://kururu.finance/faucet?chainId=55556" + ], + "nativeCurrency": { + "name": "tRei", + "symbol": "tREI", + "decimals": 18 + }, + "infoURL": "https://reichain.io", + "shortName": "trei", + "chainId": 55556, + "networkId": 55556, + "explorers": [{ + "name": "reiscan", + "url": "https://testnet.reiscan.com", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/reichain.json b/_data/icons/reichain.json new file mode 100644 index 00000000..895fa347 --- /dev/null +++ b/_data/icons/reichain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf", + "width": 591, + "height": 591, + "format": "svg" + } +]