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

This commit is contained in:
ligi 2023-05-23 08:50:06 +00:00
parent ff7b192b31
commit e91a61132e
12 changed files with 80 additions and 5 deletions

View File

@ -1142,6 +1142,14 @@
"height": 128,
"format": "png"
}]
}, {
"name": "pepenetwork",
"icons": [{
"url": "ipfs://QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5",
"width": 960,
"height": 944,
"format": "png"
}]
}, {
"name": "bkc",
"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-9779.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "PepeNetwork Mainnet",
"chain": "PepeNetwork",
"rpc": ["https://rpc-mainnet.pepenetwork.io"],
"faucets": [],
"nativeCurrency": {
"name": "Pepe",
"symbol": "WPEPE",
"decimals": 18
},
"infoURL": "https://pepenetwork.io",
"shortName": "pn",
"chainId": 9779,
"networkId": 9779,
"icon": "pepenetwork",
"explorers": [
{
"name": "Pepe Explorer",
"url": "https://explorer.pepenetwork.io",
"icon": "pepenetwork",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -7473,6 +7473,19 @@
"rpc": ["https://testnet-rpc.mainnetz.io"],
"faucets": ["https://faucet.mainnetz.io"],
"infoURL": "https://testnet.mainnetz.io"
}, {
"name": "PepeNetwork Mainnet",
"chainId": 9779,
"shortName": "pn",
"networkId": 9779,
"nativeCurrency": {
"name": "Pepe",
"symbol": "WPEPE",
"decimals": 18
},
"rpc": ["https://rpc-mainnet.pepenetwork.io"],
"faucets": [],
"infoURL": "https://pepenetwork.io"
}, {
"name": "Carbon EVM",
"chainId": 9790,

View File

@ -11280,6 +11280,27 @@
"url": "https://testnet.mainnetz.io",
"standard": "EIP3091"
}]
}, {
"name": "PepeNetwork Mainnet",
"chain": "PepeNetwork",
"rpc": ["https://rpc-mainnet.pepenetwork.io"],
"faucets": [],
"nativeCurrency": {
"name": "Pepe",
"symbol": "WPEPE",
"decimals": 18
},
"infoURL": "https://pepenetwork.io",
"shortName": "pn",
"chainId": 9779,
"networkId": 9779,
"icon": "pepenetwork",
"explorers": [{
"name": "Pepe Explorer",
"url": "https://explorer.pepenetwork.io",
"icon": "pepenetwork",
"standard": "none"
}]
}, {
"name": "Carbon EVM",
"chain": "Carbon",

8
icons/pepenetwork.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -574,6 +574,7 @@
"MainnetDev": "eip155:9700",
"BobaBnbTestnet": "eip155:9728",
"NetZt": "eip155:9768",
"pn": "eip155:9779",
"carbon": "eip155:9790",
"carbon-testnet": "eip155:9792",
"alt-testnet": "eip155:9997",