Skip to content

Commit

Permalink
explorer: Temporarily add dry-run badges
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Dec 30, 2024
1 parent 47f9556 commit 5496515
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 5496515

Please sign in to comment.