diff --git a/.gitmodules b/.gitmodules index 7474c8a54..92fc72b5e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/electrum_adapter b/electrum_adapter new file mode 160000 index 000000000..978404ced --- /dev/null +++ b/electrum_adapter @@ -0,0 +1 @@ +Subproject commit 978404cedadeb5f5670c2b2e1dfea595598614cc diff --git a/pubspec.yaml b/pubspec.yaml index df60947c5..f0f099737 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: