From 9f251b89eb121e57d3a1cf6ad39c3931cea03d6f Mon Sep 17 00:00:00 2001 From: maayarosama Date: Fri, 7 Feb 2025 19:33:21 +0200 Subject: [PATCH] Removing ipv4 from NetworkFeatures --- packages/playground/src/types/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/playground/src/types/index.ts b/packages/playground/src/types/index.ts index b69d070aa2..b7f1406750 100644 --- a/packages/playground/src/types/index.ts +++ b/packages/playground/src/types/index.ts @@ -16,7 +16,6 @@ export type InputFilterType = { }; export enum NetworkFeatures { - ipv4 = "IPv4", ip = "IP", mycelium = "Mycelium", wireguard = "Wireguard",