Add Redlight Chain (#1477)

* Add Redlight chain

* Update _data/chains/eip155-2611.json

* Update _data/chains/eip155-2611.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
SomeGuyCalledBru 2022-08-23 12:10:24 +03:00 committed by GitHub
parent 6f12dbe786
commit 7e06d321e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,23 @@
{
"name": "Redlight Chain Mainnet",
"chain": "REDLC",
"network": "mainnet",
"rpc": ["https://dataseed2.redlightscan.finance"],
"faucets":[],
"nativeCurrency": {
"name": "Redlight Coin",
"symbol": "REDLC",
"decimals": 18
},
"infoURL": "https://redlight.finance/",
"shortName": "REDLC",
"chainId": 2611,
"networkId": 2611,
"explorers": [
{
"name": "REDLC Explorer",
"url": "https://redlightscan.finance",
"standard": "EIP3091"
}
]
}