diff --git a/lib/utilities/enums/derive_path_type_enum.dart b/lib/utilities/enums/derive_path_type_enum.dart
index eb86aa6d5..95b5d9abb 100644
--- a/lib/utilities/enums/derive_path_type_enum.dart
+++ b/lib/utilities/enums/derive_path_type_enum.dart
@@ -15,9 +15,9 @@ enum DerivePathType {
   bch44,
   bip49,
   bip84,
-  bip86,
   eth,
   eCash44,
+  bip86,
 }
 
 extension DerivePathTypeExt on DerivePathType {