Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #570

Closed
wants to merge 2 commits into from
Closed

Main #570

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build
command: yarn run dev


10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">

![Ping Wallet](./public/logo.svg)
![Ping Wallet]

<h1>Ping Dashboard</h1>
<h1>XSS Labs Explorer</h1>

**Ping Dashboard is not only an explorer but also a wallet and more ... 🛠**

Expand All @@ -14,14 +14,14 @@

</div>

`Ping Dashboard` is a light explorer for Cosmos-based Blockchains. https://ping.pub .
`XSS Labs Explorer` is a light explorer for Cosmos-based Blockchains. https://explorer.xsslabs.tech .

## What sets Ping Dashboard apart from other explorers?
**Ping Dashboard** stands out by providing a real-time exploration of blockchain data without relying on caching or pre-processing. It exclusively fetches data from the Cosmos full node via LCD/RPC endpoints, ensuring a truly authentic experience. This approach is referred to as the "Light Explorer."

## Are you interested in listing your blockchain on https://ping.pub?
## Are you interested in listing your blockchain on https://explorer.xsslabs.tech

To make this repository clean, please submit your request to https://github.com/ping-pub/ping.pub.git
To make this repository clean, please submit your request to https://github.com/Gpaul26/explorer


## Why does Ping Dashboard rely on official/trusted third-party public LCD/RPC servers?
Expand Down
28 changes: 28 additions & 0 deletions chains/mainnet/0g.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "zero-gravity-testnet",
"api": [
{
"address": "https://0g-testnet-api.validator247.com",
"provider": "XSS-Labs"
}
],
"rpc": [
{
"address": "https://0g-testnet-rpc.validator247.com",
"provider": "XSS-Labs"
}
],
"sdk_version": "0.47.3",
"snapshot_provider": "",
"coin_type": "118",
"min_tx_fee": "6000",
"addr_prefix": "0g",
"logo": "/logos/zg.svg",
"theme_color": "#812cd6",
"assets": [{
"base": "ua0gi",
"symbol": "A0GI",
"exponent": "6",
"logo": "/logos/zg.svg"
}]
}
28 changes: 28 additions & 0 deletions chains/mainnet/airchains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "airchains-testnet",
"api": [
{
"address": "https://airchains-testnet-api.validator247.com",
"provider": "XSS-Labs"
}
],
"rpc": [
{
"address": "https://airchains-testnet-rpc.validator247.com",
"provider": "XSS-Labs"
}
],
"sdk_version": "0.47.3",
"snapshot_provider": "",
"coin_type": "118",
"min_tx_fee": "2000",
"addr_prefix": "air",
"logo": "/logos/airchain.jpeg",
"theme_color": "#812cd6",
"assets": [{
"base": "amf",
"symbol": "AMF",
"exponent": "6",
"logo": "/logos/airchain.jpeg"
}]
}
28 changes: 28 additions & 0 deletions chains/mainnet/alignedlayer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "Aligned-Layer-Testnet",
"api": [
{
"address": "https://alignedlayer-api.validator247.com",
"provider": "XSS-Labs"
}
],
"rpc": [
{
"address": "https://alignedlayer-rpc.validator247.com",
"provider": "XSS-Labs"
}
],
"sdk_version": "0.47.3",
"snapshot_provider": "",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "aligned",
"logo": "/logos/aligned.jpg",
"theme_color": "#812cd6",
"assets": [{
"base": "stake",
"symbol": "AL",
"exponent": "6",
"logo": "/logos/aligned.jpg"
}]
}
5 changes: 1 addition & 4 deletions chains/mainnet/cosmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
"chain_name": "cosmos",
"registry_name": "cosmoshub",
"api": [
{"provider": "notional", "address": "https://api-cosmoshub-ia.cosmosia.notional.ventures"},
{"provider": "blockapsis", "address": "https://lcd-cosmoshub.blockapsis.com:443"},
{"provider": "WhisperNode🤐", "address": "https://lcd-cosmoshub.whispernode.com:443"},
{"provider": "nodestake", "address": "https://api.cosmos.nodestake.top"},
{"provider": "pupmos", "address": "https://api-cosmoshub.pupmos.network"},
{"provider": "publicnode", "address": "https://cosmos-rest.publicnode.com"},
{"provider": "staketab", "address": "https://cosmos-rest.staketab.org"},
{"provider": "nodestake", "address": "https://api.cosmos.nodestake.top"},
{"provider": "Golden Ratio Staking", "address": "https://rest-cosmoshub.goldenratiostaking.net"}
],
"rpc": [
Expand Down
28 changes: 28 additions & 0 deletions chains/mainnet/galactica.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "galactica-testnet",
"api": [
{
"address": "https://galactica-testnet-api.validator247.com",
"provider": "XSS-Labs"
}
],
"rpc": [
{
"address": "https://galactica-testnet-rpc.validator247.com",
"provider": "XSS-Labs"
}
],
"sdk_version": "0.47.3",
"snapshot_provider": "",
"coin_type": "60",
"min_tx_fee": "1000",
"addr_prefix": "gala",
"logo": "/logos/galactica.jpeg",
"theme_color": "#812cd6",
"assets": [{
"base": "agnet",
"symbol": "GNET",
"exponent": "18",
"logo": "/logos/galactica.jpeg"
}]
}
28 changes: 28 additions & 0 deletions chains/mainnet/hedge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "Hedge-Testnet",
"api": [
{
"address": "https://hedge-api.validator247.com",
"provider": "XSS-Labs"
}
],
"rpc": [
{
"address": "https://hedge-rpc.validator247.com",
"provider": "XSS-Labs"
}
],
"sdk_version": "0.47.3",
"snapshot_provider": "",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "hedge",
"logo": "/logos/hedge.png",
"theme_color": "#812cd6",
"assets": [{
"base": "uhedge",
"symbol": "Hedge",
"exponent": "6",
"logo": "/logos/hedge_token.svg"
}]
}
28 changes: 28 additions & 0 deletions chains/mainnet/hongbai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "hongbai-testnet",
"api": [
{
"address": "https://hongbai-testnet-api.validator247.com",
"provider": "XSS-Labs"
}
],
"rpc": [
{
"address": "https://hongbai-testnet-rpc.validator247.com",
"provider": "XSS-Labs"
}
],
"sdk_version": "0.47.3",
"snapshot_provider": "",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "mantra",
"logo": "/logos/hongbai.svg",
"theme_color": "#812cd6",
"assets": [{
"base": "uom",
"symbol": "OM",
"exponent": "6",
"logo": "/logos/hongbai.svg"
}]
}
19 changes: 14 additions & 5 deletions chains/mainnet/osmosis.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,36 @@
{
"chain_name": "osmosis",
"coingecko": "osmosis",
"api": ["https://lcd.osmosis.zone","https://api-osmosis-ia.cosmosia.notional.ventures", "https://osmosis-api.polkachu.com", "https://lcd-osmosis.blockapsis.com"],
"rpc": ["https://rpc.osmosis.zone", "https://rpc-osmosis-ia.cosmosia.notional.ventures:443", "https://osmosis-rpc.polkachu.com:443", "https://osmosis.validator.network:443", "https://rpc-osmosis.blockapsis.com:443"],
"api": [
"https://api-osmosis-ia.cosmosia.notional.ventures",
"https://osmosis-api.polkachu.com",
"https://lcd-osmosis.blockapsis.com"
],
"rpc": [
"https://rpc-osmosis-ia.cosmosia.notional.ventures:443",
"https://osmosis-rpc.polkachu.com:443",
"https://osmosis.validator.network:443",
"https://rpc-osmosis.blockapsis.com:443"
],
"snapshot_provider": "",
"sdk_version": "0.46.1",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "osmo",
"logo": "/logos/osmosis.jpg",
"logo": "/logos/osmosis.jpeg",
"theme_color": "#812cd6",
"assets": [{
"base": "uosmo",
"symbol": "OSMO",
"exponent": "6",
"coingecko_id": "osmosis",
"logo": "/logos/osmosis.jpg"
"logo": "/logos/osmosis.jpeg"
},{
"base": "uion",
"symbol": "ION",
"exponent": "6",
"coingecko_id": "ion",
"logo": "/logos/osmosis.jpg"
"logo": "/logos/osmosis.jpeg"
},{
"base": "usomm",
"symbol": "SOMM",
Expand Down
23 changes: 23 additions & 0 deletions chains/mainnet/shentu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"chain_name": "shentu",
"coingecko": "certik",
"api": [
{"provider": "XSS-Labs", "address": "https://shentu-api.validator247.com"}
],
"rpc": [
{"provider": "XSS-Labs", "address": "https://shentu-rpc.validator247.com"}
],
"snapshot_provider": "",
"sdk_version": "0.45.9",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "shentu",
"logo": "/logos/shentu_ctk.svg",
"assets": [{
"base": "uctk",
"symbol": "CTK",
"exponent": "6",
"coingecko_id": "certik",
"logo": "/logos/shentu_ctk.svg"
}]
}
28 changes: 28 additions & 0 deletions chains/mainnet/sided.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "side-protocol-testnet",
"api": [
{
"address": "https://sided-testnet-api.validator247.com",
"provider": "XSS-Labs"
}
],
"rpc": [
{
"address": "https://sided-testnet-rpc.validator247.com",
"provider": "XSS-Labs"
}
],
"sdk_version": "0.47.3",
"snapshot_provider": "",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "bc",
"logo": "/logos/sided.jpg",
"theme_color": "#812cd6",
"assets": [{
"base": "uside",
"symbol": "SIDE",
"exponent": "6",
"logo": "/logos/sided.jpg"
}]
}
28 changes: 28 additions & 0 deletions chains/mainnet/warden.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"chain_name": "warden-testnet",
"api": [
{
"address": "https://warden-testnet-api.validator247.com",
"provider": "XSS-Labs"
}
],
"rpc": [
{
"address": "https://warden-testnet-rpc.validator247.com",
"provider": "XSS-Labs"
}
],
"sdk_version": "0.47.3",
"snapshot_provider": "",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "warden",
"logo": "/logos/warden.svg",
"theme_color": "#812cd6",
"assets": [{
"base": "uward",
"symbol": "WARD",
"exponent": "6",
"logo": "/logos/warden.svg"
}]
}
8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ping Dashboard - Cosmos Blockchain Explorer And Web Wallet</title>
<meta name="description" content="Ping Dashboard is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on ping.pub" />
<title>XSS Labs- Cosmos Blockchain Explorer And Web Wallet</title>
<meta name="description" content="XSS Labs is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on XSS Labs" />
<link rel="stylesheet" type="text/css" href="/loader.css" />
</head>
<body>
<div id="app">
<div id="loading-bg">
<div class="loading-logo">
<img src="/logo.svg" alt="Logo" />
</div>
<div class="pre-loading">
<div class="effect-1 effects"></div>
<div class="effect-2 effects"></div>
Expand Down
Binary file added public/logos/airchain.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/aligned.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions public/logos/axelar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/cosmos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/galactica.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logos/hedge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading