From c1215f403284d0df224d7e2e7d98f70ebf834075 Mon Sep 17 00:00:00 2001
From: Matthew Fosse <matt@fosse.co>
Date: Mon, 12 Aug 2024 10:54:43 -0700
Subject: [PATCH] dep fixes

---
 cw_bitcoin_cash/pubspec.yaml | 4 ++--
 pubspec_base.yaml            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cw_bitcoin_cash/pubspec.yaml b/cw_bitcoin_cash/pubspec.yaml
index 9c2561def..149777b27 100644
--- a/cw_bitcoin_cash/pubspec.yaml
+++ b/cw_bitcoin_cash/pubspec.yaml
@@ -28,7 +28,7 @@ dependencies:
   bitcoin_base:
     git:
       url: https://github.com/cake-tech/bitcoin_base
-      ref: cake-mweb
+      ref: cake-update-v5
   blockchain_utils:
     git:
       url: https://github.com/cake-tech/blockchain_utils
@@ -46,7 +46,7 @@ dependency_overrides:
   bitcoin_base:
     git:
       url: https://github.com/cake-tech/bitcoin_base
-      ref: cake-mweb
+      ref: cake-update-v5
 
 # For information on the generic Dart part of this file, see the
 # following page: https://dart.dev/tools/pub/pubspec
diff --git a/pubspec_base.yaml b/pubspec_base.yaml
index 4c4df60fc..a2e804350 100644
--- a/pubspec_base.yaml
+++ b/pubspec_base.yaml
@@ -100,7 +100,7 @@ dependencies:
   bitcoin_base:
     git:
       url: https://github.com/cake-tech/bitcoin_base
-      ref: cake-mweb
+      ref: cake-update-v5
   ledger_flutter: ^1.0.1
   hashlib: 1.12.0
 
@@ -139,7 +139,7 @@ dependency_overrides:
   bitcoin_base:
     git:
       url: https://github.com/cake-tech/bitcoin_base
-      ref: cake-mweb
+      ref: cake-update-v5
 
 flutter_icons:
   image_path: "assets/images/app_logo.png"