mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-04-04 13:37:28 +00:00
[skip ci] updates
This commit is contained in:
parent
77142e3700
commit
7173c4941e
5 changed files with 15 additions and 8 deletions
|
@ -86,9 +86,11 @@ packages:
|
|||
bitcoin_base:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "../../bitcoin_base"
|
||||
relative: true
|
||||
source: path
|
||||
path: "."
|
||||
ref: cake-mweb
|
||||
resolved-ref: "9389210f4c0376ac6f5dfe5aeabc042adc76449c"
|
||||
url: "https://github.com/cake-tech/bitcoin_base.git"
|
||||
source: git
|
||||
version: "4.2.0"
|
||||
bitcoin_flutter:
|
||||
dependency: "direct main"
|
||||
|
@ -696,10 +698,10 @@ packages:
|
|||
dependency: transitive
|
||||
description:
|
||||
name: protobuf
|
||||
sha256: "68645b24e0716782e58948f8467fd42a880f255096a821f9e7d0ec625b00c84d"
|
||||
sha256: "01dd9bd0fa02548bf2ceee13545d4a0ec6046459d847b6b061d8a27237108a08"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.1.0"
|
||||
version: "2.1.0"
|
||||
provider:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -31,7 +31,9 @@ dependencies:
|
|||
unorm_dart: ^0.2.0
|
||||
cryptography: ^2.0.5
|
||||
bitcoin_base:
|
||||
path: ../../bitcoin_base
|
||||
git:
|
||||
url: https://github.com/cake-tech/bitcoin_base.git
|
||||
ref: cake-mweb
|
||||
blockchain_utils: ^2.1.1
|
||||
ledger_flutter: ^1.0.1
|
||||
ledger_bitcoin:
|
||||
|
|
|
@ -30,7 +30,9 @@ dependencies:
|
|||
url: https://github.com/cake-tech/bitbox-flutter.git
|
||||
ref: Add-Support-For-OP-Return-data
|
||||
bitcoin_base:
|
||||
path: ../../bitcoin_base
|
||||
git:
|
||||
url: https://github.com/cake-tech/bitcoin_base.git
|
||||
ref: cake-mweb
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ cd cw_nano && flutter pub get && flutter packages pub run build_runner build --d
|
|||
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_tron && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
|
||||
cd cw_mweb && flutter pub get && 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
|
||||
|
|
|
@ -106,7 +106,7 @@ dependencies:
|
|||
bitcoin_base:
|
||||
git:
|
||||
url: https://github.com/cake-tech/bitcoin_base.git
|
||||
ref: cake-update-v2
|
||||
ref: cake-mweb
|
||||
ledger_flutter: ^1.0.1
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue