Skip to content

Commit

Permalink
Merge pull request #3300 from dusk-network/3299/mainnet-dry-run-badges
Browse files Browse the repository at this point in the history
explorer: Temporarily add dry-run badges
  • Loading branch information
HDauven authored Dec 30, 2024
2 parents 47f9556 + 5496515 commit 8e6bb49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions explorer/src/lib/components/navbar/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
case 3:
return "devnet";
case 64:
return "mainnet dry-run #1";
case 65:
return "mainnet dry-run #2";
default:
return "localnet";
}
Expand Down

0 comments on commit 8e6bb49

Please sign in to comment.