diff --git a/apps/valopersmainnet/img/logo.png b/apps/valopersmainnet/img/logo.png new file mode 100644 index 0000000..098da68 Binary files /dev/null and b/apps/valopersmainnet/img/logo.png differ diff --git a/apps/valopersmainnet/json/app.json b/apps/valopersmainnet/json/app.json new file mode 100644 index 0000000..29c37b8 --- /dev/null +++ b/apps/valopersmainnet/json/app.json @@ -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" + } +} diff --git a/apps/valoperstestnet/img/logo.png b/apps/valoperstestnet/img/logo.png new file mode 100644 index 0000000..098da68 Binary files /dev/null and b/apps/valoperstestnet/img/logo.png differ diff --git a/apps/valoperstestnet/json/app.json b/apps/valoperstestnet/json/app.json new file mode 100644 index 0000000..8fc0b08 --- /dev/null +++ b/apps/valoperstestnet/json/app.json @@ -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" + } +} diff --git a/registry.json b/registry.json index 9f517fa..9841e0f 100644 --- a/registry.json +++ b/registry.json @@ -385,7 +385,7 @@ "soon" ], "updatedAt": "2026-04-15", - "url": "https://www.safrochain.com/" + "url": "https://eightsaf.io/" }, { "$schema": "../../../schemas/app.manifest.schema.json", @@ -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", @@ -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" }, { @@ -530,6 +530,58 @@ ], "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": [ @@ -537,6 +589,6 @@ "safrohub", "faucettestnet" ], - "generatedAt": "2026-04-15", + "generatedAt": "2026-06-09", "registryVersion": 1 }