Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitauth/bitauth-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc68c25613b7e08a4f883a7395eb8865b6035fcb
Choose a base ref
..
head repository: bitauth/bitauth-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e2d8875a1eaecd63ebcd67bc5316bcf8c7d0450d
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/header/HeaderBar.tsx
2 changes: 1 addition & 1 deletion src/header/HeaderBar.tsx
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ const ideModes: IDESupportedModes[] = [
const vms: IDESupportedVirtualMachine[] = [
{ id: 'BCH_2023_05', name: 'BCH 2023 VM', disabled: false },
{ id: 'BCH_2025_05', name: 'BCH 2025 VM', disabled: false },
// { id: 'BCH_2026_05', name: 'BCH 2026 VM', disabled: false },
{ id: 'BCH_2026_05', name: 'BCH 2026 VM', disabled: true },
{ id: 'BCH_SPEC', name: 'BCH SPEC VM', disabled: false },
{ id: 'BTC_2017_08', name: 'BTC 2017 VM', disabled: true },
{ id: 'BSV_2020_02', name: 'BSV 2020 VM', disabled: true },