Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-16 15:46:56 +03:00
parent 3d95481b13
commit f345835792
8 changed files with 2274 additions and 26 deletions

View file

@ -10,4 +10,5 @@ object ModuleErrorCode {
const val NETWORK = 20000
const val DOMAIN = 30000
const val SALT_PAY = 40000
const val ONBOARDING = 50000
}