Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-22 17:19:42 +05:00
parent ebbce95832
commit 896da1def0
20 changed files with 564 additions and 9 deletions

View file

@ -291,6 +291,8 @@ include(":domain:networks")
include(":domain:quotes")
include(":domain:blockaid")
include(":domain:blockaid:models")
include(":domain:notifications")
include(":domain:notifications:models")
// endregion Domain modules
// region Data modules
@ -318,5 +320,6 @@ include(":data:networks")
include(":data:nft")
include(":data:onramp")
include(":data:quotes")
include(":data:notifications")
include(":data:blockaid")
// endregion Data modules