Skip to content
Closed
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
Binary file added apps/valopersmainnet/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions apps/valopersmainnet/json/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../../../schemas/app.manifest.schema.json",
"schemaVersion": 2,
"slug": "valopersmainnet",
"name": "Valopers Mainnet Explorer",
"shortDescription": "Mainnet block explorer powered by Bitszn for transactions, validators, chain height, and direct links to individual txs.",
"description": "Valopers Mainnet Explorer, powered by Bitszn, tracks Safrochain mainnet activity in real time, including accounts, delegations, SAF transfers, validators, and Cosmos SDK messages.",
"url": "https://safrochain.valopers.com/",
"status": "live",
"chains": ["safrochain-mainnet"],
"category": "analytics",
"tags": ["explorer", "blocks", "validators"],
"submittedAt": "2026-06-09",
"updatedAt": "2026-06-09",
"links": {
"docs": "https://docs.safrochain.com"
}
}
Binary file added apps/valoperstestnet/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions apps/valoperstestnet/json/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../../../schemas/app.manifest.schema.json",
"schemaVersion": 2,
"slug": "valoperstestnet",
"name": "Valopers Testnet Explorer",
"shortDescription": "Testnet block explorer powered by Bitszn for transactions, validators, chain height, and direct links to individual txs.",
"description": "Valopers Testnet Explorer, powered by Bitszn, tracks Safrochain testnet activity in real time, including accounts, delegations, SAF transfers, validators, and Cosmos SDK messages.",
"url": "https://testnet.safrochain.valopers.com/",
"status": "live",
"chains": ["safrochain-testnet"],
"category": "analytics",
"tags": ["explorer", "blocks", "validators"],
"submittedAt": "2026-06-09",
"updatedAt": "2026-06-09",
"links": {
"docs": "https://docs.safrochain.com"
}
}
60 changes: 56 additions & 4 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"soon"
],
"updatedAt": "2026-04-15",
"url": "https://www.safrochain.com/"
"url": "https://eightsaf.io/"
},
{
"$schema": "../../../schemas/app.manifest.schema.json",
Expand All @@ -395,7 +395,7 @@
],
"description": "Safrimba demonstrates CosmWasm usage on Safrochain: rotating savings groups with automated contribution and distribution rules. The official website highlights it in the FAQ and roadmap (beta) as a flagship product for financial inclusion.",
"links": {
"docs": "https://docs.safrochain.com",
"docs": "https://safrimba.safrochain.com/docs",
"x": "https://twitter.com/safrochain"
},
"logoPath": "apps/safrimba/img/logo.png",
Expand All @@ -414,7 +414,7 @@
"featured"
],
"updatedAt": "2026-04-15",
"url": "https://www.safrochain.com/",
"url": "https://hub.safrochain.com/",
"version": "0.1.0-beta.1"
},
{
Expand Down Expand Up @@ -530,13 +530,65 @@
],
"updatedAt": "2026-04-15",
"url": "https://www.safrochain.com/"
},
{
"$schema": "../../../schemas/app.manifest.schema.json",
"category": "analytics",
"chains": [
"safrochain-mainnet"
],
"description": "Valopers Mainnet Explorer, powered by Bitszn, tracks Safrochain mainnet activity in real time, including accounts, delegations, SAF transfers, validators, and Cosmos SDK messages.",
"links": {
"docs": "https://docs.safrochain.com"
},
"logoPath": "apps/valopersmainnet/img/logo.png",
"manifestPath": "apps/valopersmainnet/json/app.json",
"name": "Valopers Mainnet Explorer",
"schemaVersion": 2,
"shortDescription": "Mainnet block explorer powered by Bitszn for transactions, validators, chain height, and direct links to individual txs.",
"slug": "valopersmainnet",
"status": "live",
"submittedAt": "2026-06-09",
"tags": [
"explorer",
"blocks",
"validators"
],
"updatedAt": "2026-06-09",
"url": "https://safrochain.valopers.com/"
},
{
"$schema": "../../../schemas/app.manifest.schema.json",
"category": "analytics",
"chains": [
"safrochain-testnet"
],
"description": "Valopers Testnet Explorer, powered by Bitszn, tracks Safrochain testnet activity in real time, including accounts, delegations, SAF transfers, validators, and Cosmos SDK messages.",
"links": {
"docs": "https://docs.safrochain.com"
},
"logoPath": "apps/valoperstestnet/img/logo.png",
"manifestPath": "apps/valoperstestnet/json/app.json",
"name": "Valopers Testnet Explorer",
"schemaVersion": 2,
"shortDescription": "Testnet block explorer powered by Bitszn for transactions, validators, chain height, and direct links to individual txs.",
"slug": "valoperstestnet",
"status": "live",
"submittedAt": "2026-06-09",
"tags": [
"explorer",
"blocks",
"validators"
],
"updatedAt": "2026-06-09",
"url": "https://testnet.safrochain.valopers.com/"
}
],
"featuredSlugs": [
"safrimba",
"safrohub",
"faucettestnet"
],
"generatedAt": "2026-04-15",
"generatedAt": "2026-06-09",
"registryVersion": 1
}