Merge branch 'master' into master

This commit is contained in:
Ishan Jain 2023-06-29 01:25:21 +05:30 committed by GitHub
commit 8a9ce7f287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 2 deletions

View File

@ -0,0 +1,28 @@
{
"name": "Pego Network",
"chain": "PEGO",
"rpc": [
"https://pegorpc.com",
"https://node1.pegorpc.com",
"https://node2.pegorpc.com",
"https://node3.pegorpc.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Pego Native Token",
"symbol": "PG",
"decimals": 18
},
"infoURL": "https://pego.network",
"shortName": "pg",
"chainId": 20201022,
"networkId": 20201022,
"icon": "pego",
"explorers": [
{
"name": "Pego Network Explorer",
"url": "https://scan.pego.network",
"standard": "EIP3091"
}
]
}

View File

@ -1,7 +1,7 @@
{
"name": "Ethereum Classic Mainnet",
"chain": "ETC",
"rpc": ["https://www.ethercluster.com/etc"],
"rpc": ["https://etc.rivet.link"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
"nativeCurrency": {
"name": "Ethereum Classic Ether",

View File

@ -1,7 +1,7 @@
{
"name": "Ethereum Classic Testnet Mordor",
"chain": "ETC",
"rpc": ["https://www.ethercluster.com/mordor"],
"rpc": ["https://rpc.mordor.etccooperative.org"],
"faucets": [],
"nativeCurrency": {
"name": "Mordor Classic Testnet Ether",

8
_data/icons/pego.json Normal file
View File

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