mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add rei chain
This commit is contained in:
parent
268fd321a2
commit
8b22ff1081
25
_data/chains/eip155-55555.json
Normal file
25
_data/chains/eip155-55555.json
Normal file
|
@ -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"
|
||||||
|
}]
|
||||||
|
}
|
25
_data/chains/eip155-55556.json
Normal file
25
_data/chains/eip155-55556.json
Normal file
|
@ -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"
|
||||||
|
}]
|
||||||
|
}
|
8
_data/icons/reichain.json
Normal file
8
_data/icons/reichain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmNy5d5knHVjJJS9g4kLsh9i73RTjckpKL6KZvRk6ptbhf",
|
||||||
|
"width": 591,
|
||||||
|
"height": 591,
|
||||||
|
"format": "svg"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user