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

This commit is contained in:
ligi 2022-11-21 15:09:55 +00:00
parent d94a0c6971
commit b1ed83e00a
10 changed files with 66 additions and 3 deletions

View File

@ -374,6 +374,14 @@
"height": 400,
"format": "png"
}]
}, {
"name": "PSC",
"icons": [{
"url": "ipfs://QmSoew6CY5Eo7E73oeEjrcRa7ZTEhP7WxBLRrHgHFLy5MK",
"width": 726,
"height": 726,
"format": "png"
}]
}, {
"name": "exl",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

19
chains/eip155-6999.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "PolySmartChain",
"chain": "PSC",
"rpc": [
"https://seed0.polysmartchain.com/",
"https://seed1.polysmartchain.com/",
"https://seed2.polysmartchain.com/"
],
"faucets": [],
"nativeCurrency": {
"name": "PSC",
"symbol": "PSC",
"decimals": 18
},
"infoURL": "https://www.polysmartchain.com/",
"shortName": "psc",
"chainId": 6999,
"networkId": 6999
}

File diff suppressed because one or more lines are too long

View File

@ -4483,6 +4483,19 @@
"rpc": ["https://rpc.tombchain.com/"],
"faucets": [],
"infoURL": "https://tombchain.com/"
}, {
"name": "PolySmartChain",
"chainId": 6999,
"shortName": "psc",
"networkId": 6999,
"nativeCurrency": {
"name": "PSC",
"symbol": "PSC",
"decimals": 18
},
"rpc": ["https://seed0.polysmartchain.com/", "https://seed1.polysmartchain.com/", "https://seed2.polysmartchain.com/"],
"faucets": [],
"infoURL": "https://www.polysmartchain.com/"
}, {
"name": "Ella the heart",
"chainId": 7027,

View File

@ -6424,6 +6424,20 @@
"url": "https://beta-bridge.lif3.com/"
}]
}
}, {
"name": "PolySmartChain",
"chain": "PSC",
"rpc": ["https://seed0.polysmartchain.com/", "https://seed1.polysmartchain.com/", "https://seed2.polysmartchain.com/"],
"faucets": [],
"nativeCurrency": {
"name": "PSC",
"symbol": "PSC",
"decimals": 18
},
"infoURL": "https://www.polysmartchain.com/",
"shortName": "psc",
"chainId": 6999,
"networkId": 6999
}, {
"name": "Ella the heart",
"chain": "ella",

8
icons/PSC.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -344,6 +344,7 @@
"TRESMAIN": "eip155:6066",
"pixie-chain": "eip155:6626",
"tombchain": "eip155:6969",
"psc": "eip155:6999",
"ELLA": "eip155:7027",
"shyft": "eip155:7341",
"canto": "eip155:7700",