Deploying to gh-pages from @ ethereum-lists/chains@7e06d321e9 🚀

This commit is contained in:
ligi 2022-08-23 09:14:22 +00:00
parent f2e9ea1a34
commit 6605b2e3d9
6 changed files with 59 additions and 2 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-2611.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3391,6 +3391,19 @@
"rpc": ["https://api.techpay.io/"],
"faucets": [],
"infoURL": "https://techpay.io/"
}, {
"name": "Redlight Chain Mainnet",
"chainId": 2611,
"shortName": "REDLC",
"networkId": 2611,
"nativeCurrency": {
"name": "Redlight Coin",
"symbol": "REDLC",
"decimals": 18
},
"rpc": ["https://dataseed2.redlightscan.finance"],
"faucets": [],
"infoURL": "https://redlight.finance/"
}, {
"name": "EZChain C-Chain Mainnet",
"chainId": 2612,

View File

@ -4759,6 +4759,26 @@
"icon": "techpay",
"standard": "EIP3091"
}]
}, {
"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"
}]
}, {
"name": "EZChain C-Chain Mainnet",
"chain": "EZC",

View File

@ -260,6 +260,7 @@
"VChain": "eip155:2223",
"ktoc": "eip155:2559",
"tpc": "eip155:2569",
"REDLC": "eip155:2611",
"EZChain": "eip155:2612",
"Fuji-EZChain": "eip155:2613",
"cennz-r": "eip155:3000",