mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 16:44:32 +00:00
use latest coinlib (and fix sol dep)
This commit is contained in:
parent
23f07334a6
commit
df233dc311
1 changed files with 21 additions and 2 deletions
|
@ -171,7 +171,12 @@ dependencies:
|
||||||
convert: ^3.1.1
|
convert: ^3.1.1
|
||||||
flutter_hooks: ^0.20.3
|
flutter_hooks: ^0.20.3
|
||||||
meta: ^1.9.1
|
meta: ^1.9.1
|
||||||
coinlib_flutter: ^2.0.0
|
# coinlib_flutter: ^2.1.0-rc.1
|
||||||
|
coinlib_flutter:
|
||||||
|
git:
|
||||||
|
url: https://github.com/peercoin/coinlib.git
|
||||||
|
ref: b88e68e2e10ffe54d802deeed6b9e83da7721a1f
|
||||||
|
path: coinlib_flutter
|
||||||
electrum_adapter:
|
electrum_adapter:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cypherstack/electrum_adapter.git
|
url: https://github.com/cypherstack/electrum_adapter.git
|
||||||
|
@ -180,7 +185,7 @@ dependencies:
|
||||||
solana:
|
solana:
|
||||||
git: # TODO [prio=low]: Revert to official package once Tor support is merged upstream.
|
git: # TODO [prio=low]: Revert to official package once Tor support is merged upstream.
|
||||||
url: https://github.com/cypherstack/espresso-cash-public.git
|
url: https://github.com/cypherstack/espresso-cash-public.git
|
||||||
ref: a83e375678eb22fe544dc125d29bbec0fb833882
|
ref: 706be5f166d31736c443cca4cd311b7fcfc2a9bf
|
||||||
path: packages/solana
|
path: packages/solana
|
||||||
calendar_date_picker2: ^1.0.2
|
calendar_date_picker2: ^1.0.2
|
||||||
sqlite3: ^2.4.3
|
sqlite3: ^2.4.3
|
||||||
|
@ -210,6 +215,20 @@ flutter_native_splash:
|
||||||
android_disable_fullscreen: true
|
android_disable_fullscreen: true
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
|
|
||||||
|
# coin lib git for testing while waiting for publishing
|
||||||
|
coinlib:
|
||||||
|
git:
|
||||||
|
url: https://github.com/peercoin/coinlib.git
|
||||||
|
ref: b88e68e2e10ffe54d802deeed6b9e83da7721a1f
|
||||||
|
path: coinlib
|
||||||
|
|
||||||
|
coinlib_flutter:
|
||||||
|
git:
|
||||||
|
url: https://github.com/peercoin/coinlib.git
|
||||||
|
ref: b88e68e2e10ffe54d802deeed6b9e83da7721a1f
|
||||||
|
path: coinlib_flutter
|
||||||
|
|
||||||
# adding here due to pure laziness
|
# adding here due to pure laziness
|
||||||
tor_ffi_plugin:
|
tor_ffi_plugin:
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Reference in a new issue