mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@1158424e43 🚀
This commit is contained in:
parent
ff7b192b31
commit
e91a61132e
|
@ -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
24
chains/eip155-9779.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/pepenetwork.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5",
|
||||
"width": 960,
|
||||
"height": 944,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5
Normal file
BIN
iconsDownload/QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5
Normal file
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
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user