From e15e8e3530b8e01ebabc3b6a9694419ca5b5102a Mon Sep 17 00:00:00 2001
From: julian <julian@cypherstack.com>
Date: Fri, 12 Apr 2024 14:56:10 -0600
Subject: [PATCH] move bip86 down to preserve index values of other values just
 in case

---
 lib/utilities/enums/derive_path_type_enum.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {