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

This commit is contained in:
ligi 2023-03-10 05:43:51 +00:00
parent 6654a95a45
commit 3eb68dc0a8
10 changed files with 79 additions and 4 deletions

View File

@ -1830,6 +1830,14 @@
"height": 2048, "height": 2048,
"format": "png" "format": "png"
}] }]
}, {
"name": "rlc",
"icons": [{
"url": "ipfs://QmUYKpVmZL4aS3TEZLG5wbrRJ6exxLiwm1rejfGYYNicfb",
"width": 155,
"height": 155,
"format": "png"
}]
}, { }, {
"name": "soverunTestnet", "name": "soverunTestnet",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-134.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "iExec Sidechain",
"chain": "Bellecour",
"icon": "rlc",
"rpc": ["https://bellecour.iex.ec"],
"faucets": [],
"nativeCurrency": {
"name": "xRLC",
"symbol": "xRLC",
"decimals": 18
},
"infoURL": "https://iex.ec",
"shortName": "rlc",
"chainId": 134,
"networkId": 134,
"explorers": [
{
"name": "blockscout",
"url": "https://blockscout.bellecour.iex.ec",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -1558,6 +1558,19 @@
"rpc": ["https://http-mainnet.hecochain.com", "wss://ws-mainnet.hecochain.com"], "rpc": ["https://http-mainnet.hecochain.com", "wss://ws-mainnet.hecochain.com"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"infoURL": "https://www.hecochain.com" "infoURL": "https://www.hecochain.com"
}, {
"name": "iExec Sidechain",
"chainId": 134,
"shortName": "rlc",
"networkId": 134,
"nativeCurrency": {
"name": "xRLC",
"symbol": "xRLC",
"decimals": 18
},
"rpc": ["https://bellecour.iex.ec"],
"faucets": [],
"infoURL": "https://iex.ec"
}, { }, {
"name": "Alyx Chain Testnet", "name": "Alyx Chain Testnet",
"chainId": 135, "chainId": 135,

View File

@ -2241,6 +2241,27 @@
"url": "https://hecoinfo.com", "url": "https://hecoinfo.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "iExec Sidechain",
"chain": "Bellecour",
"icon": "rlc",
"rpc": ["https://bellecour.iex.ec"],
"faucets": [],
"nativeCurrency": {
"name": "xRLC",
"symbol": "xRLC",
"decimals": 18
},
"infoURL": "https://iex.ec",
"shortName": "rlc",
"chainId": 134,
"networkId": 134,
"explorers": [{
"name": "blockscout",
"url": "https://blockscout.bellecour.iex.ec",
"icon": "blockscout",
"standard": "EIP3091"
}]
}, { }, {
"name": "Alyx Chain Testnet", "name": "Alyx Chain Testnet",
"chain": "Alyx Chain Testnet", "chain": "Alyx Chain Testnet",

8
icons/rlc.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUYKpVmZL4aS3TEZLG5wbrRJ6exxLiwm1rejfGYYNicfb",
"width": 155,
"height": 155,
"format": "png"
}
]

File diff suppressed because one or more lines are too long

View File

@ -119,6 +119,7 @@
"OYchainMainnet": "eip155:126", "OYchainMainnet": "eip155:126",
"feth": "eip155:127", "feth": "eip155:127",
"heco": "eip155:128", "heco": "eip155:128",
"rlc": "eip155:134",
"AlyxTestnet": "eip155:135", "AlyxTestnet": "eip155:135",
"matic": "eip155:137", "matic": "eip155:137",
"OPtest": "eip155:141", "OPtest": "eip155:141",