mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
add electrum_adapter as submodule, TODO replace with git ref when stable
also replace sneurlax remote with cypherstack remote. is safe tho just trust me bro
This commit is contained in:
parent
bc0d011d15
commit
831d1951c1
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
|||
[submodule "crypto_plugins/flutter_liblelantus"]
|
||||
path = crypto_plugins/flutter_liblelantus
|
||||
url = https://github.com/cypherstack/flutter_liblelantus.git
|
||||
[submodule "electrum_adapter"]
|
||||
path = electrum_adapter
|
||||
url = https://github.com/cypherstack/electrum_adapter
|
||||
|
|
1
electrum_adapter
Submodule
1
electrum_adapter
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 978404cedadeb5f5670c2b2e1dfea595598614cc
|
|
@ -173,6 +173,8 @@ dependencies:
|
|||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib_flutter
|
||||
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
||||
electrum_adapter:
|
||||
path: electrum_adapter
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue