mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add chainId 8082 with IPFS icon json (#2229)
This commit is contained in:
parent
7611cab557
commit
0929537164
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "Shardeum Liberty 1.X",
|
||||
"chain": "Shardeum",
|
||||
"icon": "shardeum",
|
||||
"rpc": ["https://liberty10.shardeum.org/"],
|
||||
"faucets": ["https://faucet.liberty10.shardeum.org"],
|
||||
"nativeCurrency": {
|
||||
|
@ -14,9 +15,9 @@
|
|||
"networkId": 8080,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Sharedum Scan",
|
||||
"name": "Shardeum Scan",
|
||||
"url": "https://explorer-liberty10.shardeum.org",
|
||||
"standard": "EIP3091"
|
||||
"standard": "none"
|
||||
}
|
||||
],
|
||||
"redFlags": ["reusedChainId"]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "Shardeum Liberty 2.X",
|
||||
"chain": "Shardeum",
|
||||
"icon": "shardeum",
|
||||
"rpc": ["https://liberty20.shardeum.org/"],
|
||||
"faucets": ["https://faucet.liberty20.shardeum.org"],
|
||||
"nativeCurrency": {
|
||||
|
@ -14,9 +15,9 @@
|
|||
"networkId": 8081,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Sharedum Scan",
|
||||
"name": "Shardeum Scan",
|
||||
"url": "https://explorer-liberty20.shardeum.org",
|
||||
"standard": "EIP3091"
|
||||
"standard": "none"
|
||||
}
|
||||
],
|
||||
"redFlags": ["reusedChainId"]
|
||||
|
|
24
_data/chains/eip155-8082.json
Normal file
24
_data/chains/eip155-8082.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Shardeum Sphinx 1.X",
|
||||
"chain": "Shardeum",
|
||||
"icon": "shardeum",
|
||||
"rpc": ["https://sphinx.shardeum.org/"],
|
||||
"faucets": ["https://faucet-sphinx.shardeum.org/"],
|
||||
"nativeCurrency": {
|
||||
"name": "Shardeum SHM",
|
||||
"symbol": "SHM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.shardeum.org/",
|
||||
"shortName": "Sphinx10",
|
||||
"chainId": 8082,
|
||||
"networkId": 8082,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Shardeum Scan",
|
||||
"url": "https://explorer-sphinx.shardeum.org",
|
||||
"standard": "none"
|
||||
}
|
||||
],
|
||||
"redFlags": ["reusedChainId"]
|
||||
}
|
8
_data/icons/shardeum.json
Normal file
8
_data/icons/shardeum.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qma1bfuubpepKn7DLDy4NPSKDeT3S4VPCNhu6UmdGrb6YD",
|
||||
"width": 609,
|
||||
"height": 533,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user