mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@7e06d321e9 🚀
This commit is contained in:
parent
f2e9ea1a34
commit
6605b2e3d9
File diff suppressed because one or more lines are too long
23
chains/eip155-2611.json
Normal file
23
chains/eip155-2611.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user