diff --git a/configure_cake_wallet.sh b/configure_cake_wallet.sh index fbc20d76f..710e425bb 100755 --- a/configure_cake_wallet.sh +++ b/configure_cake_wallet.sh @@ -31,6 +31,7 @@ cd cw_lightning && flutter pub get && flutter packages pub run build_runner buil cd cw_haven && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. cd cw_nano && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. cd cw_bitcoin_cash && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. +cd cw_solana && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. cd cw_ethereum && flutter pub get && cd .. cd cw_polygon && flutter pub get && cd .. flutter packages pub run build_runner build --delete-conflicting-outputs diff --git a/cw_lightning/pubspec.yaml b/cw_lightning/pubspec.yaml index ad3ed8388..138cdb266 100644 --- a/cw_lightning/pubspec.yaml +++ b/cw_lightning/pubspec.yaml @@ -36,6 +36,10 @@ dependencies: rxdart: ^0.27.5 unorm_dart: ^0.2.0 cryptography: ^2.0.5 + bitcoin_base: + git: + url: https://github.com/cake-tech/bitcoin_base.git + ref: cake-update-v1 dev_dependencies: flutter_test: