From 67e847a6724f99c3408e469079980c7af233df0d Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 22 Jun 2026 15:48:31 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .claude/docs/module-connectivity.html | 718 ++++++++++++++++++ .claude/docs/navigation-graph.md | 330 +++++++- .claude/skills/navigation-graph/SKILL.md | 59 ++ .../navigation-graph/assets/config.seed.json | 280 +++++++ .../navigation-graph/assets/template.html | 718 ++++++++++++++++++ .../navigation-graph/scripts/build_graph.py | 277 +++++++ .../navigation-graph/scripts/render_html.py | 73 ++ 7 files changed, 2454 insertions(+), 1 deletion(-) create mode 100644 .claude/docs/module-connectivity.html create mode 100644 .claude/skills/navigation-graph/SKILL.md create mode 100644 .claude/skills/navigation-graph/assets/config.seed.json create mode 100644 .claude/skills/navigation-graph/assets/template.html create mode 100644 .claude/skills/navigation-graph/scripts/build_graph.py create mode 100644 .claude/skills/navigation-graph/scripts/render_html.py diff --git a/.claude/docs/module-connectivity.html b/.claude/docs/module-connectivity.html new file mode 100644 index 0000000000..93fa5f4f39 --- /dev/null +++ b/.claude/docs/module-connectivity.html @@ -0,0 +1,718 @@ +Tangem — features ↔ domain module connectivity + + +
+
+
+

Tangem · android · gradle dependency graph

+

featuresdomain connectivity

+
+
+
88
areas
+
716
dep links
+
6
inverted
+
+
+ +
+ + +
+ +
consumers left · foundations right
arrow points to the dependency
scroll zoom · drag pan
+ +
+
features
+
domain
+ +
inverted dep
+
size  = total degree
+
+
+
+
+ + diff --git a/.claude/docs/navigation-graph.md b/.claude/docs/navigation-graph.md index c51aa1544a..5b981d6c52 100644 --- a/.claude/docs/navigation-graph.md +++ b/.claude/docs/navigation-graph.md @@ -466,4 +466,332 @@ Transitions: `ManualBackupStart` → `ManualBackupPhrase` → `ManualBackupCheck ### Deep Link Readiness Deep links are only processed when the app is on a "ready" route. These routes **block** deep link processing: -- `Initial`, `Home`, `Welcome`, `PushNotification`, `Disclaimer`, `Stories`, `Onboarding` \ No newline at end of file +- `Initial`, `Home`, `Welcome`, `PushNotification`, `Disclaimer`, `Stories`, `Onboarding` + + + +## Connectivity data (generated) + +_Auto-generated from code by the `navigation-graph` skill. Edit only the CONFIG block below._ + +- **Screens (AppRoute):** 63 · screen-nav edges 112 +- **Area graph:** 129 feature/domain/data areas · 969 dependency edges · 12 inverted (domain/data→features) +- **Module graph:** 214 modules · 1449 edges + +_Config has 1 screen(s) no longer in code (kept, harmless): SwapCrypto_ + + +### Curated config (editable — preserved across refreshes) + + +```json +{ + "hubs": [ + "domain:models", + "domain:core", + "domain:app-currency", + "domain:settings", + "domain:balance-hiding", + "domain:feedback", + "domain:demo" + ], + "groups": { + "shell": { + "label": "app shell", + "color": "#5A6677", + "anchor": { + "x": 0.5, + "y": 0.07 + } + }, + "entry": { + "label": "entry", + "color": "#7DA2FF", + "anchor": { + "x": 0.18, + "y": 0.24 + } + }, + "onboarding": { + "label": "onboarding", + "color": "#34D8C4", + "anchor": { + "x": 0.5, + "y": 0.24 + } + }, + "wallet": { + "label": "wallet", + "color": "#E8A33D", + "anchor": { + "x": 0.82, + "y": 0.24 + } + }, + "portfolio": { + "label": "portfolio", + "color": "#B69CFF", + "anchor": { + "x": 0.18, + "y": 0.52 + } + }, + "tokenaction": { + "label": "token actions", + "color": "#FF8F6B", + "anchor": { + "x": 0.5, + "y": 0.52 + } + }, + "markets": { + "label": "markets / news", + "color": "#5BD08A", + "anchor": { + "x": 0.82, + "y": 0.52 + } + }, + "settings": { + "label": "settings", + "color": "#9AA7B8", + "anchor": { + "x": 0.18, + "y": 0.8 + } + }, + "tangempay": { + "label": "tangem pay", + "color": "#F2C14E", + "anchor": { + "x": 0.5, + "y": 0.8 + } + }, + "misc": { + "label": "misc", + "color": "#C7CFDA", + "anchor": { + "x": 0.82, + "y": 0.8 + } + } + }, + "groupOrder": [ + "shell", + "entry", + "onboarding", + "wallet", + "portfolio", + "tokenaction", + "markets", + "settings", + "tangempay", + "misc" + ], + "defaultGroup": "misc", + "defaultOwner": "app", + "screenGroups": { + "Initial": "entry", + "Home": "entry", + "Welcome": "entry", + "Disclaimer": "entry", + "CreateWalletSelection": "onboarding", + "CreateWalletStart": "onboarding", + "CreateHardwareWallet": "onboarding", + "CreateMobileWallet": "onboarding", + "AddExistingWallet": "onboarding", + "Onboarding": "onboarding", + "CreateWalletBackup": "onboarding", + "WalletBackup": "onboarding", + "WalletHardwareBackup": "onboarding", + "UpgradeWallet": "onboarding", + "WalletActivation": "onboarding", + "AccessCodeRecovery": "onboarding", + "UpdateAccessCode": "onboarding", + "ViewPhrase": "onboarding", + "Wallet": "wallet", + "Stories": "wallet", + "NFT": "wallet", + "NFTSend": "wallet", + "PushNotification": "wallet", + "PushNotificationSettings": "wallet", + "CurrencyDetails": "portfolio", + "ManageTokens": "portfolio", + "ChooseManagedTokens": "portfolio", + "CreateAccount": "portfolio", + "EditAccount": "portfolio", + "AccountDetails": "portfolio", + "ArchivedAccountList": "portfolio", + "Send": "tokenaction", + "SendEntryPoint": "tokenaction", + "Swap": "tokenaction", + "SwapCrypto": "tokenaction", + "Onramp": "tokenaction", + "OnrampSuccess": "tokenaction", + "BuyCrypto": "tokenaction", + "SellCrypto": "tokenaction", + "Staking": "tokenaction", + "YieldSupplyEntry": "tokenaction", + "Earn": "markets", + "Markets": "markets", + "MarketsTokenDetails": "markets", + "News": "markets", + "NewsDetails": "markets", + "Details": "settings", + "DetailsSecurity": "settings", + "CardSettings": "settings", + "AppSettings": "settings", + "ResetToFactory": "settings", + "WalletSettings": "settings", + "ForgetWallet": "settings", + "AppCurrencySelector": "settings", + "ReferralProgram": "settings", + "AddressBook": "settings", + "WalletConnectSessions": "settings", + "TangemPayDetails": "tangempay", + "TangemPayHotWalletOnboarding": "tangempay", + "TangemPayOnboarding": "tangempay", + "Kyc": "tangempay", + "QrScanning": "misc", + "Usedesk": "misc", + "Survey": "misc" + }, + "screenOwners": { + "Initial": "app", + "Home": "features:home", + "Welcome": "features:welcome", + "Disclaimer": "features:disclaimer", + "Wallet": "features:wallet", + "CurrencyDetails": "features:tokendetails", + "Send": "features:send", + "Details": "features:details", + "DetailsSecurity": "features:details", + "Usedesk": "features:usedesk", + "CardSettings": "features:details", + "AppSettings": "features:details", + "ResetToFactory": "features:details", + "AccessCodeRecovery": "features:onboarding-v2", + "ManageTokens": "features:manage-tokens", + "ChooseManagedTokens": "features:manage-tokens", + "WalletConnectSessions": "features:walletconnect", + "AddressBook": "features:address-book", + "QrScanning": "features:qr-scanning", + "ReferralProgram": "features:referral", + "Swap": "features:swap", + "AppCurrencySelector": "features:wallet-settings", + "Staking": "features:staking", + "PushNotification": "features:push-notifications", + "WalletSettings": "features:wallet-settings", + "PushNotificationSettings": "features:push-notification-settings", + "WalletBackup": "features:onboarding-v2", + "WalletHardwareBackup": "features:onboarding-v2", + "Markets": "features:markets", + "MarketsTokenDetails": "features:markets", + "Onramp": "features:onramp", + "OnrampSuccess": "features:onramp", + "BuyCrypto": "features:onramp", + "SellCrypto": "features:onramp", + "SwapCrypto": "features:swap-v2", + "Onboarding": "features:onboarding-v2", + "Stories": "features:stories", + "NFT": "features:nft", + "NFTSend": "features:nft", + "CreateWalletSelection": "features:create-wallet-selection", + "CreateWalletStart": "features:create-wallet-start", + "CreateHardwareWallet": "features:onboarding-v2", + "CreateMobileWallet": "features:hot-wallet", + "UpgradeWallet": "features:hot-wallet", + "AddExistingWallet": "features:onboarding-v2", + "WalletActivation": "features:tangempay", + "CreateWalletBackup": "features:onboarding-v2", + "UpdateAccessCode": "features:onboarding-v2", + "ViewPhrase": "features:onboarding-v2", + "ForgetWallet": "features:wallet-settings", + "SendEntryPoint": "features:send", + "CreateAccount": "features:account", + "EditAccount": "features:account", + "AccountDetails": "features:account", + "ArchivedAccountList": "features:account", + "TangemPayDetails": "features:tangempay", + "TangemPayHotWalletOnboarding": "features:tangempay", + "TangemPayOnboarding": "features:tangempay", + "Kyc": "features:kyc", + "Survey": "features:survey", + "YieldSupplyEntry": "features:yield-supply", + "NewsDetails": "features:feed", + "News": "features:feed", + "Earn": "features:feed" + }, + "teams": [ + { + "id": "grow", + "name": "Grow", + "color": "#FF6FD8", + "roots": [ + "features:approval", + "features:onramp", + "features:send", + "features:staking", + "features:swap", + "features:swap-v2", + "features:yield-supply", + "domain:express", + "domain:offramp", + "domain:onramp", + "domain:staking", + "domain:swap", + "domain:yield-supply", + "domain:transaction", + "data:express", + "data:onramp", + "data:staking", + "data:swap", + "data:yield-supply" + ], + "screens": [ + "Send", + "Swap", + "Staking", + "Onramp", + "OnrampSuccess", + "BuyCrypto", + "SellCrypto", + "SwapCrypto", + "NFTSend", + "SendEntryPoint", + "YieldSupplyEntry" + ] + } + ] +} +``` + + +### Graph data (auto — overwritten every refresh; do not hand-edit) + + +```json +{"n":[["data:account","account","data",0,9],["data:address-book","address-book","data",0,3],["data:analytics","analytics","data",0,4],["data:app-currency","app-currency","data",0,3],["data:app-theme","app-theme","data",0,1],["data:appsflyer","appsflyer","data",0,1],["data:assetsdiscovery","assetsdiscovery","data",0,7],["data:balance-hiding","balance-hiding","data",0,1],["data:blockaid","blockaid","data",0,3],["data:card","card","data",2,2],["data:common","common","data",31,10],["data:dynamic-addresses","dynamic-addresses","data",1,6],["data:earn","earn","data",0,4],["data:express","express","data",1,6],["data:feedback","feedback","data",0,6],["data:hot-wallet","hot-wallet","data",0,2],["data:manage-tokens","manage-tokens","data",0,10],["data:markets","markets","data",0,5],["data:networks","networks","data",1,8],["data:news","news","data",0,2],["data:nft","nft","data",0,10],["data:notifications","notifications","data",0,1],["data:onboarding","onboarding","data",0,2],["data:onramp","onramp","data",0,10],["data:payment","payment","data",0,7],["data:push-notification-preferences","push-notification-preferences","data",0,2],["data:qr-scanning","qr-scanning","data",0,3],["data:quotes","quotes","data",0,3],["data:search","search","data",0,7],["data:settings","settings","data",0,2],["data:staking","staking","data",0,9],["data:stories","stories","data",0,4],["data:swap","swap","data",0,12],["data:tokens","tokens","data",1,17],["data:transaction","transaction","data",0,8],["data:txhistory","txhistory","data",0,10],["data:visa","visa","data",1,14],["data:wallet-connect","wallet-connect","data",0,10],["data:wallet-manager","wallet-manager","data",1,8],["data:wallets","wallets","data",2,8],["data:yield-supply","yield-supply","data",0,4],["domain:account","account","domain",43,15],["domain:address-book","address-book","domain",2,4],["domain:analytics","analytics","domain",2,3],["domain:app-currency","app-currency","domain",27,1],["domain:app-theme","app-theme","domain",4,1],["domain:appsflyer","appsflyer","domain",2,0],["domain:assetsdiscovery","assetsdiscovery","domain",4,3],["domain:balance-hiding","balance-hiding","domain",21,2],["domain:blockaid","blockaid","domain",5,2],["domain:card","card","domain",41,8],["domain:common","common","domain",24,1],["domain:core","core","domain",39,0],["domain:demo","demo","domain",18,0],["domain:dynamic-addresses","dynamic-addresses","domain",5,4],["domain:earn","earn","domain",2,4],["domain:express","express","domain",12,2],["domain:feedback","feedback","domain",16,3],["domain:hot-wallet","hot-wallet","domain",7,3],["domain:legacy","legacy","domain",37,7],["domain:manage-tokens","manage-tokens","domain",7,10],["domain:markets","markets","domain",12,13],["domain:models","models","domain",103,1],["domain:networks","networks","domain",12,3],["domain:news","news","domain",2,2],["domain:nft","nft","domain",6,7],["domain:notifications","notifications","domain",15,4],["domain:offramp","offramp","domain",6,2],["domain:onboarding","onboarding","domain",2,1],["domain:onramp","onramp","domain",9,6],["domain:payment","payment","domain",1,1],["domain:push-notification-preferences","push-notification-preferences","domain",4,1],["domain:qr-scanning","qr-scanning","domain",6,5],["domain:quotes","quotes","domain",12,2],["domain:referral","referral","domain",3,0],["domain:search","search","domain",2,7],["domain:settings","settings","domain",27,2],["domain:staking","staking","domain",15,6],["domain:stories","stories","domain",9,3],["domain:swap","swap","domain",5,4],["domain:tokens","tokens","domain",58,23],["domain:transaction","transaction","domain",26,12],["domain:txhistory","txhistory","domain",16,6],["domain:visa","visa","domain",13,5],["domain:wallet-connect","wallet-connect","domain",4,6],["domain:wallet-manager","wallet-manager","domain",25,8],["domain:wallets","wallets","domain",75,12],["domain:yield-supply","yield-supply","domain",9,8],["features:account","account","features",3,8],["features:address-book","address-book","features",1,3],["features:approval","approval","features",2,4],["features:biometry","biometry","features",2,5],["features:common-features","common-features","features",10,12],["features:create-wallet-selection","create-wallet-selection","features",1,6],["features:create-wallet-start","create-wallet-start","features",0,7],["features:details","details","features",1,17],["features:disclaimer","disclaimer","features",1,5],["features:feed","feed","features",3,30],["features:home","home","features",0,12],["features:hot-wallet","hot-wallet","features",9,9],["features:kyc","kyc","features",2,3],["features:manage-tokens","manage-tokens","features",5,13],["features:markets","markets","features",3,24],["features:nft","nft","features",4,9],["features:onboarding-v2","onboarding-v2","features",6,19],["features:onramp","onramp","features",4,18],["features:promo-banners","promo-banners","features",2,2],["features:push-notification-settings","push-notification-settings","features",3,5],["features:push-notifications","push-notifications","features",8,7],["features:qr-scanning","qr-scanning","features",0,2],["features:rating","rating","features",1,0],["features:referral","referral","features",2,16],["features:send","send","features",11,22],["features:staking","staking","features",3,15],["features:stories","stories","features",0,1],["features:survey","survey","features",1,3],["features:swap","swap","features",5,29],["features:swap-v2","swap-v2","features",2,19],["features:tangempay","tangempay","features",1,15],["features:tester","tester","features",3,10],["features:token-recieve","token-recieve","features",8,3],["features:tokendetails","tokendetails","features",3,33],["features:txhistory","txhistory","features",4,8],["features:virtual-accounts","virtual-accounts","features",3,0],["features:wallet","wallet","features",12,56],["features:wallet-settings","wallet-settings","features",2,19],["features:walletconnect","walletconnect","features",0,15],["features:welcome","welcome","features",0,8],["features:yield-supply","yield-supply","features",2,10]],"e":[["features:home","features:hot-wallet",1,0],["features:home","domain:common",1,0],["features:home","domain:models",1,0],["features:home","domain:core",1,0],["features:home","domain:card",1,0],["features:home","domain:settings",1,0],["features:home","domain:tokens",1,0],["features:home","domain:wallets",2,0],["features:home","domain:legacy",1,0],["features:home","domain:feedback",2,0],["features:home","domain:referral",1,0],["features:home","features:referral",1,0],["features:create-wallet-start","features:hot-wallet",1,0],["features:create-wallet-start","features:onboarding-v2",1,0],["features:create-wallet-start","domain:card",1,0],["features:create-wallet-start","domain:settings",1,0],["features:create-wallet-start","domain:wallets",2,0],["features:create-wallet-start","domain:models",2,0],["features:create-wallet-start","domain:hot-wallet",1,0],["features:yield-supply","domain:models",2,0],["features:yield-supply","domain:app-currency",3,0],["features:yield-supply","domain:account",1,0],["features:yield-supply","domain:wallets",3,0],["features:yield-supply","domain:tokens",3,0],["features:yield-supply","domain:transaction",2,0],["features:yield-supply","domain:yield-supply",2,0],["features:yield-supply","domain:stories",2,0],["features:yield-supply","domain:feedback",2,0],["features:yield-supply","domain:balance-hiding",2,0],["features:txhistory","domain:models",2,1],["features:txhistory","domain:legacy",1,0],["features:txhistory","domain:card",1,0],["features:txhistory","domain:txhistory",2,0],["features:txhistory","domain:wallets",3,0],["features:txhistory","domain:tokens",3,0],["features:txhistory","domain:balance-hiding",2,0],["features:txhistory","domain:account",1,0],["features:referral","features:common-features",1,1],["features:referral","domain:demo",1,0],["features:referral","domain:wallets",5,0],["features:referral","domain:legacy",2,0],["features:referral","domain:card",2,0],["features:referral","domain:notifications",1,0],["features:referral","domain:account",3,0],["features:referral","domain:balance-hiding",2,0],["features:referral","domain:app-currency",2,0],["features:referral","domain:models",3,1],["features:referral","data:common",1,0],["features:referral","domain:common",2,0],["features:referral","domain:tokens",3,0],["features:referral","domain:referral",1,0],["features:referral","features:tester",1,0],["features:referral","features:wallet",1,0],["features:wallet-settings","features:manage-tokens",1,0],["features:wallet-settings","features:nft",1,0],["features:wallet-settings","features:onboarding-v2",1,0],["features:wallet-settings","features:push-notifications",1,0],["features:wallet-settings","features:push-notification-settings",1,0],["features:wallet-settings","features:hot-wallet",1,0],["features:wallet-settings","features:wallet",1,0],["features:wallet-settings","domain:account",1,0],["features:wallet-settings","domain:app-currency",2,0],["features:wallet-settings","domain:balance-hiding",2,0],["features:wallet-settings","domain:legacy",1,0],["features:wallet-settings","domain:card",1,0],["features:wallet-settings","domain:models",2,0],["features:wallet-settings","domain:wallets",2,0],["features:wallet-settings","domain:demo",1,0],["features:wallet-settings","domain:nft",1,0],["features:wallet-settings","domain:settings",1,0],["features:wallet-settings","domain:notifications",2,0],["features:wallet-settings","domain:assetsdiscovery",1,0],["features:token-recieve","domain:models",2,0],["features:token-recieve","domain:transaction",2,0],["features:token-recieve","domain:tokens",2,0],["features:kyc","domain:visa",1,0],["features:kyc","domain:wallets",1,0],["features:kyc","domain:models",1,0],["features:disclaimer","domain:models",1,0],["features:disclaimer","domain:card",1,0],["features:disclaimer","domain:settings",1,0],["features:disclaimer","domain:notifications",1,0],["features:disclaimer","features:push-notifications",1,0],["features:nft","features:common-features",1,0],["features:nft","features:token-recieve",1,0],["features:nft","domain:account",2,0],["features:nft","domain:wallets",3,0],["features:nft","domain:app-currency",2,0],["features:nft","domain:models",2,0],["features:nft","domain:nft",3,0],["features:nft","domain:tokens",2,0],["features:nft","domain:transaction",1,0],["features:tokendetails","features:rating",1,0],["features:tokendetails","domain:account",1,0],["features:tokendetails","domain:app-currency",2,0],["features:tokendetails","domain:balance-hiding",2,0],["features:tokendetails","domain:card",1,0],["features:tokendetails","domain:demo",1,0],["features:tokendetails","domain:dynamic-addresses",2,0],["features:tokendetails","domain:feedback",2,0],["features:tokendetails","domain:markets",1,0],["features:tokendetails","domain:models",2,1],["features:tokendetails","domain:notifications",1,0],["features:tokendetails","domain:offramp",1,0],["features:tokendetails","domain:onramp",2,0],["features:tokendetails","domain:stories",2,0],["features:tokendetails","domain:quotes",1,0],["features:tokendetails","domain:settings",1,0],["features:tokendetails","domain:staking",1,0],["features:tokendetails","domain:tokens",3,0],["features:tokendetails","domain:transaction",2,0],["features:tokendetails","domain:txhistory",2,0],["features:tokendetails","domain:wallets",3,0],["features:tokendetails","domain:yield-supply",2,0],["features:tokendetails","features:swap",4,0],["features:tokendetails","features:wallet",1,0],["features:tokendetails","features:staking",1,0],["features:tokendetails","features:markets",1,0],["features:tokendetails","features:onramp",1,0],["features:tokendetails","features:push-notifications",1,0],["features:tokendetails","features:txhistory",1,0],["features:tokendetails","features:send",1,0],["features:tokendetails","features:token-recieve",1,0],["features:tokendetails","features:yield-supply",1,0],["features:tokendetails","features:common-features",1,0],["features:qr-scanning","domain:qr-scanning",3,0],["features:qr-scanning","data:card",1,0],["features:swap","features:common-features",1,0],["features:swap","data:common",2,0],["features:swap","domain:models",5,1],["features:swap","domain:account",6,0],["features:swap","domain:app-currency",4,0],["features:swap","domain:balance-hiding",3,0],["features:swap","domain:tokens",8,0],["features:swap","domain:transaction",6,0],["features:swap","domain:wallets",8,0],["features:swap","domain:settings",1,0],["features:swap","domain:staking",2,0],["features:swap","domain:feedback",2,0],["features:swap","domain:stories",2,0],["features:swap","domain:txhistory",4,0],["features:swap","domain:express",4,0],["features:swap","domain:card",2,0],["features:swap","domain:visa",3,0],["features:swap","domain:markets",1,0],["features:swap","domain:swap",4,0],["features:swap","features:wallet",2,0],["features:swap","features:send",3,0],["features:swap","features:feed",1,0],["features:swap","features:tokendetails",1,0],["features:swap","features:approval",1,0],["features:swap","domain:legacy",2,0],["features:swap","domain:wallet-manager",1,0],["features:swap","domain:demo",1,0],["features:swap","domain:quotes",1,0],["features:swap","domain:yield-supply",1,0],["features:details","features:wallet",1,0],["features:details","features:disclaimer",1,0],["features:details","features:tester",1,0],["features:details","features:create-wallet-selection",1,0],["features:details","features:onboarding-v2",1,0],["features:details","features:address-book",1,0],["features:details","domain:models",2,0],["features:details","domain:feedback",2,0],["features:details","domain:wallets",2,0],["features:details","domain:card",1,0],["features:details","domain:tokens",2,0],["features:details","domain:app-currency",2,0],["features:details","domain:wallet-connect",1,0],["features:details","domain:balance-hiding",2,0],["features:details","domain:legacy",1,0],["features:details","domain:settings",1,0],["features:details","domain:visa",1,0],["features:create-wallet-selection","features:hot-wallet",1,0],["features:create-wallet-selection","domain:card",1,0],["features:create-wallet-selection","domain:settings",1,0],["features:create-wallet-selection","domain:wallets",1,0],["features:create-wallet-selection","domain:models",2,0],["features:create-wallet-selection","domain:hot-wallet",1,0],["features:welcome","features:wallet",1,0],["features:welcome","features:onboarding-v2",1,0],["features:welcome","domain:app-currency",2,0],["features:welcome","domain:models",1,0],["features:welcome","domain:tokens",1,0],["features:welcome","domain:wallets",3,0],["features:welcome","domain:card",1,0],["features:welcome","domain:settings",1,0],["features:common-features","features:wallet",1,0],["features:common-features","features:token-recieve",1,0],["features:common-features","domain:models",2,0],["features:common-features","domain:account",3,0],["features:common-features","domain:core",1,0],["features:common-features","domain:app-currency",2,0],["features:common-features","domain:markets",2,0],["features:common-features","domain:transaction",1,0],["features:common-features","domain:tokens",2,0],["features:common-features","domain:manage-tokens",2,0],["features:common-features","domain:balance-hiding",2,0],["features:common-features","domain:wallets",2,0],["features:onramp","features:common-features",1,0],["features:onramp","features:swap",4,0],["features:onramp","features:feed",1,0],["features:onramp","domain:app-currency",2,0],["features:onramp","domain:balance-hiding",2,0],["features:onramp","domain:card",1,0],["features:onramp","domain:demo",1,0],["features:onramp","domain:models",1,0],["features:onramp","domain:offramp",1,0],["features:onramp","domain:onramp",2,0],["features:onramp","domain:tokens",3,0],["features:onramp","domain:wallets",3,0],["features:onramp","domain:settings",1,0],["features:onramp","domain:transaction",1,0],["features:onramp","domain:account",1,0],["features:onramp","domain:app-theme",2,0],["features:onramp","data:common",1,0],["features:onramp","domain:markets",1,0],["features:walletconnect","features:common-features",1,0],["features:walletconnect","features:wallet",1,0],["features:walletconnect","features:send",1,0],["features:walletconnect","domain:account",2,0],["features:walletconnect","domain:app-currency",2,0],["features:walletconnect","domain:balance-hiding",2,0],["features:walletconnect","domain:blockaid",1,0],["features:walletconnect","domain:models",2,0],["features:walletconnect","domain:qr-scanning",2,0],["features:walletconnect","domain:tokens",2,0],["features:walletconnect","domain:transaction",2,0],["features:walletconnect","domain:wallets",2,0],["features:walletconnect","domain:wallet-connect",2,0],["features:walletconnect","domain:legacy",1,0],["features:walletconnect","data:card",1,0],["features:stories","domain:stories",2,0],["features:onboarding-v2","features:manage-tokens",1,0],["features:onboarding-v2","features:biometry",1,0],["features:onboarding-v2","features:push-notifications",1,0],["features:onboarding-v2","features:hot-wallet",1,0],["features:onboarding-v2","features:token-recieve",1,0],["features:onboarding-v2","domain:account",1,0],["features:onboarding-v2","domain:models",2,0],["features:onboarding-v2","domain:feedback",2,0],["features:onboarding-v2","domain:core",1,0],["features:onboarding-v2","domain:card",1,0],["features:onboarding-v2","domain:wallets",2,0],["features:onboarding-v2","domain:legacy",1,0],["features:onboarding-v2","domain:settings",1,0],["features:onboarding-v2","domain:onboarding",1,0],["features:onboarding-v2","domain:visa",1,0],["features:onboarding-v2","domain:tokens",2,0],["features:onboarding-v2","domain:onramp",1,0],["features:onboarding-v2","domain:transaction",1,0],["features:onboarding-v2","domain:staking",1,0],["features:promo-banners","domain:common",1,0],["features:promo-banners","domain:models",1,0],["features:push-notifications","domain:settings",1,0],["features:push-notifications","domain:notifications",1,0],["features:push-notifications","domain:push-notification-preferences",1,0],["features:push-notifications","domain:common",1,0],["features:push-notifications","domain:account",1,0],["features:push-notifications","domain:models",1,0],["features:push-notifications","features:push-notification-settings",1,0],["features:swap-v2","features:manage-tokens",1,0],["features:swap-v2","features:send",2,1],["features:swap-v2","features:common-features",1,0],["features:swap-v2","domain:models",2,0],["features:swap-v2","domain:wallets",3,0],["features:swap-v2","domain:tokens",3,0],["features:swap-v2","domain:card",1,0],["features:swap-v2","domain:app-currency",3,0],["features:swap-v2","domain:express",2,0],["features:swap-v2","domain:swap",3,0],["features:swap-v2","domain:manage-tokens",3,0],["features:swap-v2","domain:transaction",2,0],["features:swap-v2","domain:legacy",1,0],["features:swap-v2","domain:balance-hiding",2,0],["features:swap-v2","domain:settings",1,0],["features:swap-v2","domain:txhistory",2,0],["features:swap-v2","domain:notifications",1,0],["features:swap-v2","domain:feedback",2,0],["features:swap-v2","domain:account",2,0],["features:manage-tokens","features:swap-v2",1,0],["features:manage-tokens","features:common-features",1,0],["features:manage-tokens","domain:account",2,0],["features:manage-tokens","domain:card",1,0],["features:manage-tokens","domain:legacy",1,0],["features:manage-tokens","domain:manage-tokens",2,0],["features:manage-tokens","domain:tokens",2,0],["features:manage-tokens","domain:wallets",3,0],["features:manage-tokens","domain:swap",1,0],["features:manage-tokens","domain:markets",1,0],["features:manage-tokens","domain:notifications",1,0],["features:manage-tokens","domain:dynamic-addresses",1,0],["features:manage-tokens","domain:models",1,0],["features:markets","features:onramp",1,1],["features:markets","features:send",1,1],["features:markets","features:token-recieve",1,1],["features:markets","features:wallet",1,1],["features:markets","features:account",1,1],["features:markets","data:common",1,0],["features:markets","domain:account",2,0],["features:markets","domain:app-currency",3,0],["features:markets","domain:balance-hiding",2,0],["features:markets","domain:card",1,0],["features:markets","domain:demo",1,0],["features:markets","domain:feedback",2,0],["features:markets","domain:manage-tokens",1,0],["features:markets","domain:markets",2,0],["features:markets","domain:offramp",1,0],["features:markets","domain:onramp",1,0],["features:markets","domain:staking",2,0],["features:markets","domain:tokens",3,0],["features:markets","domain:wallets",2,0],["features:markets","domain:settings",1,0],["features:markets","domain:notifications",1,0],["features:markets","domain:transaction",1,0],["features:markets","domain:yield-supply",2,0],["features:markets","domain:core",1,0],["features:feed","features:onramp",1,1],["features:feed","features:send",1,1],["features:feed","features:token-recieve",1,1],["features:feed","features:wallet",1,1],["features:feed","features:account",2,1],["features:feed","features:common-features",1,1],["features:feed","features:promo-banners",1,0],["features:feed","data:common",1,0],["features:feed","domain:account",2,0],["features:feed","domain:app-currency",3,0],["features:feed","domain:balance-hiding",2,0],["features:feed","domain:card",1,0],["features:feed","domain:demo",1,0],["features:feed","domain:feedback",2,0],["features:feed","domain:manage-tokens",1,0],["features:feed","domain:markets",2,0],["features:feed","domain:offramp",1,0],["features:feed","domain:onramp",1,0],["features:feed","domain:staking",1,0],["features:feed","domain:tokens",3,0],["features:feed","domain:wallets",2,0],["features:feed","domain:settings",1,0],["features:feed","domain:notifications",1,0],["features:feed","domain:transaction",1,0],["features:feed","domain:news",1,0],["features:feed","domain:yield-supply",2,0],["features:feed","domain:earn",1,0],["features:feed","domain:search",1,0],["features:feed","domain:core",1,0],["features:feed","domain:models",1,0],["features:staking","domain:tokens",3,0],["features:staking","domain:wallets",3,0],["features:staking","domain:staking",2,0],["features:staking","domain:balance-hiding",2,0],["features:staking","domain:app-currency",2,0],["features:staking","domain:legacy",1,0],["features:staking","domain:models",2,1],["features:staking","domain:transaction",2,0],["features:staking","domain:txhistory",2,0],["features:staking","domain:feedback",2,0],["features:staking","domain:notifications",1,0],["features:staking","domain:account",2,0],["features:staking","features:send",1,0],["features:staking","features:txhistory",1,0],["features:staking","features:approval",1,0],["features:address-book","domain:account",1,0],["features:address-book","domain:address-book",1,0],["features:address-book","domain:models",2,0],["features:wallet","domain:account",2,0],["features:wallet","domain:analytics",1,0],["features:wallet","domain:app-currency",2,0],["features:wallet","domain:balance-hiding",2,0],["features:wallet","domain:card",1,0],["features:wallet","domain:wallet-manager",1,0],["features:wallet","domain:demo",1,0],["features:wallet","domain:feedback",2,0],["features:wallet","domain:legacy",1,0],["features:wallet","domain:markets",1,0],["features:wallet","domain:models",2,0],["features:wallet","domain:networks",1,0],["features:wallet","domain:qr-scanning",2,0],["features:wallet","domain:wallet-connect",2,0],["features:wallet","domain:nft",2,0],["features:wallet","domain:hot-wallet",1,0],["features:wallet","domain:offramp",1,0],["features:wallet","domain:onramp",2,0],["features:wallet","domain:stories",2,0],["features:wallet","domain:quotes",1,0],["features:wallet","domain:settings",1,0],["features:wallet","domain:staking",2,0],["features:wallet","domain:tokens",2,0],["features:wallet","domain:txhistory",2,0],["features:wallet","domain:visa",2,0],["features:wallet","domain:wallets",2,0],["features:wallet","domain:notifications",1,0],["features:wallet","domain:push-notification-preferences",1,0],["features:wallet","domain:transaction",1,0],["features:wallet","domain:yield-supply",2,0],["features:wallet","domain:app-theme",2,0],["features:wallet","domain:assetsdiscovery",1,0],["features:wallet","features:common-features",1,0],["features:wallet","features:account",1,0],["features:wallet","features:details",1,0],["features:wallet","features:hot-wallet",1,0],["features:wallet","features:manage-tokens",1,0],["features:wallet","features:markets",1,0],["features:wallet","features:onboarding-v2",1,0],["features:wallet","features:onramp",1,0],["features:wallet","features:push-notifications",1,0],["features:wallet","features:push-notification-settings",1,0],["features:wallet","features:swap",1,0],["features:wallet","features:tester",1,0],["features:wallet","features:tokendetails",1,0],["features:wallet","features:wallet-settings",1,0],["features:wallet","features:biometry",1,0],["features:wallet","features:nft",1,0],["features:wallet","features:send",1,0],["features:wallet","features:kyc",1,0],["features:wallet","features:token-recieve",1,0],["features:wallet","features:yield-supply",1,0],["features:wallet","features:feed",1,0],["features:wallet","features:promo-banners",1,0],["features:wallet","features:tangempay",2,0],["features:wallet","features:virtual-accounts",1,0],["features:tester","domain:account",1,0],["features:tester","domain:card",1,0],["features:tester","domain:feedback",2,0],["features:tester","domain:markets",2,0],["features:tester","domain:manage-tokens",2,0],["features:tester","domain:wallets",2,0],["features:tester","domain:settings",1,0],["features:tester","data:common",1,0],["features:tester","features:push-notifications",1,0],["features:tester","features:survey",1,0],["features:biometry","features:hot-wallet",1,0],["features:biometry","domain:wallets",1,0],["features:biometry","domain:models",1,1],["features:biometry","domain:settings",1,0],["features:biometry","domain:card",1,0],["features:account","features:wallet",1,0],["features:account","domain:models",2,0],["features:account","domain:account",3,0],["features:account","domain:core",2,0],["features:account","domain:app-currency",3,0],["features:account","domain:tokens",4,0],["features:account","domain:balance-hiding",2,0],["features:account","domain:wallets",2,0],["features:hot-wallet","features:onboarding-v2",1,0],["features:hot-wallet","features:push-notifications",1,0],["features:hot-wallet","domain:card",1,0],["features:hot-wallet","domain:models",3,0],["features:hot-wallet","domain:wallets",4,0],["features:hot-wallet","domain:settings",1,0],["features:hot-wallet","domain:feedback",2,0],["features:hot-wallet","domain:hot-wallet",1,0],["features:hot-wallet","domain:assetsdiscovery",1,0],["features:survey","domain:common",1,0],["features:survey","domain:models",1,0],["features:survey","domain:wallets",2,0],["features:send","features:txhistory",1,0],["features:send","features:nft",1,0],["features:send","features:swap-v2",1,0],["features:send","features:manage-tokens",1,0],["features:send","domain:models",2,1],["features:send","domain:legacy",1,0],["features:send","domain:offramp",1,0],["features:send","domain:card",1,0],["features:send","domain:tokens",3,0],["features:send","domain:wallets",3,0],["features:send","domain:app-currency",3,0],["features:send","domain:transaction",5,0],["features:send","domain:txhistory",3,0],["features:send","domain:qr-scanning",2,0],["features:send","domain:settings",1,0],["features:send","domain:feedback",2,0],["features:send","domain:balance-hiding",2,0],["features:send","domain:nft",3,0],["features:send","domain:notifications",1,0],["features:send","domain:swap",1,0],["features:send","domain:account",2,0],["features:send","domain:staking",1,0],["features:tangempay","features:token-recieve",1,0],["features:tangempay","features:txhistory",1,0],["features:tangempay","features:tokendetails",1,0],["features:tangempay","domain:balance-hiding",2,0],["features:tangempay","domain:feedback",2,0],["features:tangempay","domain:models",3,0],["features:tangempay","domain:onramp",1,0],["features:tangempay","domain:visa",4,0],["features:tangempay","domain:wallets",3,0],["features:tangempay","features:kyc",1,0],["features:tangempay","features:wallet",1,0],["features:tangempay","features:hot-wallet",1,0],["features:tangempay","domain:appsflyer",1,0],["features:tangempay","domain:hot-wallet",1,0],["features:tangempay","data:visa",1,0],["features:approval","features:send",1,0],["features:approval","domain:models",2,0],["features:approval","domain:wallets",3,0],["features:approval","domain:transaction",2,0],["features:push-notification-settings","features:push-notifications",1,0],["features:push-notification-settings","features:wallet-settings",1,0],["features:push-notification-settings","domain:models",2,0],["features:push-notification-settings","domain:account",1,0],["features:push-notification-settings","domain:push-notification-preferences",1,0],["data:transaction","data:common",1,0],["data:transaction","domain:legacy",1,0],["data:transaction","domain:wallet-manager",1,0],["data:transaction","domain:wallets",1,0],["data:transaction","domain:tokens",1,0],["data:transaction","domain:transaction",2,0],["data:transaction","domain:demo",1,0],["data:transaction","features:send",1,0],["data:settings","domain:balance-hiding",1,0],["data:settings","domain:settings",1,0],["data:dynamic-addresses","data:common",1,0],["data:dynamic-addresses","domain:account",1,0],["data:dynamic-addresses","domain:common",1,0],["data:dynamic-addresses","domain:dynamic-addresses",2,0],["data:dynamic-addresses","domain:models",1,0],["data:dynamic-addresses","domain:wallet-manager",1,0],["data:app-theme","domain:app-theme",2,0],["data:yield-supply","domain:yield-supply",2,0],["data:yield-supply","domain:wallet-manager",1,0],["data:yield-supply","domain:legacy",1,0],["data:yield-supply","domain:txhistory",1,0],["data:txhistory","data:common",1,0],["data:txhistory","domain:legacy",1,0],["data:txhistory","domain:common",1,0],["data:txhistory","domain:wallet-manager",1,0],["data:txhistory","domain:models",1,0],["data:txhistory","domain:tokens",1,0],["data:txhistory","domain:txhistory",2,0],["data:txhistory","domain:express",1,0],["data:txhistory","domain:wallets",2,0],["data:txhistory","domain:account",2,0],["data:push-notification-preferences","domain:push-notification-preferences",1,0],["data:push-notification-preferences","domain:models",1,0],["data:card","domain:card",1,0],["data:card","domain:models",1,0],["data:nft","data:common",1,0],["data:nft","domain:card",1,0],["data:nft","domain:common",1,0],["data:nft","domain:models",1,0],["data:nft","domain:nft",2,0],["data:nft","domain:tokens",1,0],["data:nft","domain:wallet-manager",1,0],["data:nft","domain:wallets",1,0],["data:nft","domain:legacy",1,0],["data:nft","features:nft",1,0],["data:quotes","data:common",1,0],["data:quotes","domain:models",1,1],["data:quotes","domain:quotes",1,1],["data:wallet-manager","domain:wallets",2,0],["data:wallet-manager","domain:wallet-manager",1,0],["data:wallet-manager","domain:demo",1,0],["data:wallet-manager","domain:card",1,0],["data:wallet-manager","domain:transaction",2,0],["data:wallet-manager","domain:models",1,1],["data:wallet-manager","domain:tokens",1,0],["data:wallet-manager","domain:txhistory",1,0],["data:express","data:common",1,0],["data:express","domain:common",1,0],["data:express","domain:express",2,0],["data:express","domain:wallets",1,0],["data:express","domain:txhistory",1,0],["data:express","domain:models",1,1],["data:payment","data:common",1,0],["data:payment","data:wallets",1,0],["data:payment","domain:payment",2,0],["data:payment","domain:wallets",1,0],["data:payment","domain:models",1,0],["data:payment","domain:common",1,0],["data:payment","domain:legacy",1,0],["data:qr-scanning","domain:models",1,0],["data:qr-scanning","domain:qr-scanning",2,0],["data:qr-scanning","domain:tokens",1,0],["data:blockaid","data:common",1,0],["data:blockaid","domain:models",1,0],["data:blockaid","domain:blockaid",2,0],["data:app-currency","domain:core",1,0],["data:app-currency","domain:app-currency",2,0],["data:app-currency","data:common",1,0],["data:swap","data:common",1,0],["data:swap","data:express",1,0],["data:swap","domain:express",2,0],["data:swap","domain:swap",2,0],["data:swap","domain:wallets",2,0],["data:swap","domain:tokens",2,0],["data:swap","domain:legacy",1,0],["data:swap","domain:models",1,0],["data:swap","domain:quotes",1,0],["data:swap","domain:networks",1,0],["data:swap","domain:staking",2,0],["data:swap","domain:account",1,0],["data:earn","data:common",1,0],["data:earn","domain:earn",1,0],["data:earn","domain:common",1,0],["data:earn","domain:account",1,0],["data:wallet-connect","domain:account",2,0],["data:wallet-connect","domain:wallet-connect",2,0],["data:wallet-connect","domain:transaction",2,0],["data:wallet-connect","domain:wallets",2,0],["data:wallet-connect","domain:tokens",2,0],["data:wallet-connect","domain:models",1,0],["data:wallet-connect","domain:legacy",1,0],["data:wallet-connect","domain:wallet-manager",1,0],["data:wallet-connect","data:common",1,0],["data:wallet-connect","domain:blockaid",2,0],["data:visa","data:common",1,0],["data:visa","data:wallets",1,0],["data:visa","domain:visa",1,0],["data:visa","domain:card",1,0],["data:visa","domain:wallets",2,0],["data:visa","domain:legacy",2,0],["data:visa","domain:models",1,0],["data:visa","domain:app-currency",1,0],["data:visa","domain:tokens",2,0],["data:visa","domain:networks",1,0],["data:visa","domain:wallet-manager",1,0],["data:visa","domain:quotes",1,0],["data:visa","domain:common",1,0],["data:visa","features:swap",1,0],["data:balance-hiding","domain:balance-hiding",2,0],["data:feedback","features:hot-wallet",1,0],["data:feedback","domain:feedback",2,0],["data:feedback","domain:legacy",1,0],["data:feedback","domain:card",1,0],["data:feedback","domain:models",1,0],["data:feedback","domain:wallets",2,0],["data:search","data:common",1,0],["data:search","domain:search",1,0],["data:search","domain:common",1,0],["data:search","domain:account",1,0],["data:search","domain:markets",1,0],["data:search","domain:wallets",1,0],["data:search","domain:app-currency",1,0],["data:onramp","data:common",1,0],["data:onramp","domain:account",1,0],["data:onramp","domain:onramp",1,0],["data:onramp","domain:legacy",1,0],["data:onramp","domain:card",1,0],["data:onramp","domain:wallet-manager",1,0],["data:onramp","domain:app-theme",1,0],["data:onramp","domain:models",1,0],["data:onramp","domain:express",1,0],["data:onramp","domain:txhistory",1,0],["data:networks","data:common",1,0],["data:networks","data:dynamic-addresses",1,0],["data:networks","domain:card",1,0],["data:networks","domain:common",1,0],["data:networks","domain:legacy",1,0],["data:networks","domain:models",1,0],["data:networks","domain:networks",1,0],["data:networks","domain:wallet-manager",1,0],["data:common","domain:account",1,0],["data:common","domain:demo",1,0],["data:common","domain:legacy",1,0],["data:common","domain:card",1,0],["data:common","domain:models",1,0],["data:common","domain:tokens",1,0],["data:common","domain:wallets",2,0],["data:common","domain:express",1,0],["data:common","domain:networks",1,0],["data:common","domain:wallet-manager",1,0],["data:stories","domain:stories",2,0],["data:stories","domain:models",1,1],["data:stories","domain:wallets",1,0],["data:stories","features:referral",1,0],["data:news","data:common",1,0],["data:news","domain:news",1,0],["data:manage-tokens","domain:account",1,0],["data:manage-tokens","domain:demo",1,0],["data:manage-tokens","domain:models",1,0],["data:manage-tokens","domain:manage-tokens",1,0],["data:manage-tokens","domain:card",1,0],["data:manage-tokens","domain:wallets",2,0],["data:manage-tokens","domain:tokens",1,0],["data:manage-tokens","domain:legacy",2,0],["data:manage-tokens","data:common",1,0],["data:manage-tokens","data:tokens",1,0],["data:markets","domain:legacy",1,0],["data:markets","domain:markets",1,0],["data:markets","domain:models",1,0],["data:markets","domain:tokens",2,0],["data:markets","data:common",1,0],["data:staking","data:common",1,0],["data:staking","domain:tokens",1,0],["data:staking","domain:staking",1,0],["data:staking","domain:wallets",2,0],["data:staking","domain:legacy",1,0],["data:staking","domain:wallet-manager",1,0],["data:staking","domain:card",1,0],["data:staking","domain:models",1,0],["data:staking","features:staking",1,0],["data:address-book","domain:address-book",1,0],["data:address-book","domain:common",1,0],["data:address-book","domain:models",1,0],["data:assetsdiscovery","domain:assetsdiscovery",1,1],["data:assetsdiscovery","domain:tokens",2,0],["data:assetsdiscovery","domain:models",1,0],["data:assetsdiscovery","domain:wallet-manager",1,0],["data:assetsdiscovery","domain:wallets",1,0],["data:assetsdiscovery","data:common",1,0],["data:assetsdiscovery","data:wallet-manager",1,0],["data:wallets","data:common",1,0],["data:wallets","domain:account",1,0],["data:wallets","domain:card",1,0],["data:wallets","domain:dynamic-addresses",1,0],["data:wallets","domain:models",1,0],["data:wallets","domain:tokens",1,0],["data:wallets","domain:wallets",2,0],["data:wallets","domain:settings",1,0],["data:account","features:virtual-accounts",1,0],["data:account","domain:account",1,1],["data:account","domain:card",1,1],["data:account","domain:common",1,1],["data:account","domain:models",1,1],["data:account","domain:tokens",1,1],["data:account","domain:wallets",1,1],["data:account","domain:visa",1,1],["data:account","data:common",1,0],["data:hot-wallet","domain:hot-wallet",1,0],["data:hot-wallet","domain:models",1,0],["data:appsflyer","domain:appsflyer",1,0],["data:tokens","data:common",1,0],["data:tokens","data:networks",1,0],["data:tokens","domain:account",1,0],["data:tokens","domain:card",1,0],["data:tokens","domain:common",1,0],["data:tokens","domain:core",1,0],["data:tokens","domain:demo",1,0],["data:tokens","domain:express",1,0],["data:tokens","domain:legacy",1,0],["data:tokens","domain:models",1,0],["data:tokens","domain:staking",2,0],["data:tokens","domain:tokens",2,0],["data:tokens","domain:txhistory",1,0],["data:tokens","domain:wallet-manager",1,0],["data:tokens","domain:transaction",1,0],["data:tokens","domain:wallets",1,0],["data:tokens","features:send",1,0],["data:notifications","domain:notifications",2,0],["data:onboarding","domain:onboarding",1,0],["data:onboarding","domain:models",1,0],["data:analytics","domain:analytics",1,0],["data:analytics","domain:models",1,0],["data:analytics","domain:wallets",1,0],["data:analytics","data:common",1,0],["domain:transaction","domain:account",1,0],["domain:transaction","domain:common",1,0],["domain:transaction","domain:dynamic-addresses",2,0],["domain:transaction","domain:models",1,0],["domain:transaction","domain:legacy",1,0],["domain:transaction","domain:wallet-manager",1,0],["domain:transaction","domain:wallets",1,0],["domain:transaction","domain:tokens",2,0],["domain:transaction","domain:demo",1,0],["domain:transaction","domain:card",1,0],["domain:transaction","domain:notifications",1,0],["domain:transaction","domain:networks",1,1],["domain:settings","domain:balance-hiding",1,0],["domain:settings","domain:wallets",1,0],["domain:dynamic-addresses","domain:core",1,1],["domain:dynamic-addresses","domain:models",1,0],["domain:dynamic-addresses","domain:wallet-manager",1,0],["domain:dynamic-addresses","domain:wallets",1,0],["domain:app-theme","domain:core",1,0],["domain:yield-supply","domain:account",1,0],["domain:yield-supply","domain:models",2,1],["domain:yield-supply","domain:transaction",2,0],["domain:yield-supply","domain:legacy",1,0],["domain:yield-supply","domain:blockaid",2,0],["domain:yield-supply","domain:quotes",1,0],["domain:yield-supply","domain:tokens",1,0],["domain:yield-supply","domain:app-currency",1,0],["domain:txhistory","domain:core",1,0],["domain:txhistory","domain:express",1,1],["domain:txhistory","domain:models",1,0],["domain:txhistory","domain:tokens",1,0],["domain:txhistory","domain:wallets",1,0],["domain:txhistory","domain:visa",1,0],["domain:push-notification-preferences","domain:models",1,0],["domain:card","domain:demo",1,0],["domain:card","domain:core",1,0],["domain:card","domain:legacy",1,0],["domain:card","domain:wallet-manager",1,0],["domain:card","domain:models",1,0],["domain:card","domain:tokens",1,0],["domain:card","domain:wallets",1,0],["domain:card","domain:visa",1,0],["domain:nft","domain:core",2,0],["domain:nft","domain:account",1,0],["domain:nft","domain:models",2,0],["domain:nft","domain:networks",1,0],["domain:nft","domain:quotes",1,0],["domain:nft","domain:tokens",3,0],["domain:nft","domain:wallets",2,0],["domain:quotes","domain:core",1,1],["domain:quotes","domain:models",1,1],["domain:wallet-manager","domain:models",2,1],["domain:wallet-manager","domain:core",1,0],["domain:wallet-manager","domain:demo",1,0],["domain:wallet-manager","domain:wallets",1,0],["domain:wallet-manager","domain:tokens",1,0],["domain:wallet-manager","domain:app-currency",1,0],["domain:wallet-manager","domain:transaction",1,0],["domain:wallet-manager","domain:txhistory",1,0],["domain:express","domain:models",1,1],["domain:express","domain:tokens",1,0],["domain:payment","domain:models",2,1],["domain:qr-scanning","domain:models",2,1],["domain:qr-scanning","domain:account",1,0],["domain:qr-scanning","domain:common",1,0],["domain:qr-scanning","domain:networks",1,0],["domain:qr-scanning","domain:tokens",1,0],["domain:blockaid","domain:models",1,0],["domain:blockaid","domain:core",1,0],["domain:app-currency","domain:core",1,0],["domain:swap","domain:models",2,0],["domain:swap","domain:express",2,0],["domain:swap","domain:wallets",1,0],["domain:swap","domain:tokens",2,0],["domain:legacy","domain:core",1,0],["domain:legacy","domain:demo",1,0],["domain:legacy","domain:models",1,0],["domain:legacy","domain:tokens",1,0],["domain:legacy","domain:transaction",1,0],["domain:legacy","domain:txhistory",1,0],["domain:legacy","domain:wallets",1,0],["domain:earn","domain:core",1,1],["domain:earn","domain:models",1,1],["domain:earn","domain:account",1,0],["domain:earn","domain:common",1,0],["domain:wallet-connect","domain:blockaid",2,0],["domain:wallet-connect","domain:core",1,0],["domain:wallet-connect","domain:models",2,0],["domain:wallet-connect","domain:tokens",2,0],["domain:wallet-connect","domain:wallets",2,0],["domain:wallet-connect","domain:transaction",3,0],["domain:models","domain:core",1,1],["domain:visa","domain:models",2,1],["domain:visa","domain:app-currency",1,0],["domain:visa","domain:core",1,0],["domain:visa","domain:tokens",1,0],["domain:visa","domain:wallets",1,0],["domain:balance-hiding","domain:core",1,0],["domain:balance-hiding","domain:settings",1,0],["domain:feedback","domain:models",2,0],["domain:feedback","domain:wallets",2,0],["domain:feedback","domain:visa",2,0],["domain:search","domain:core",1,1],["domain:search","domain:models",1,1],["domain:search","domain:common",1,0],["domain:search","domain:markets",1,0],["domain:search","domain:wallets",1,0],["domain:search","domain:app-currency",1,0],["domain:search","domain:account",2,0],["domain:onramp","domain:tokens",2,1],["domain:onramp","domain:wallets",2,1],["domain:onramp","domain:core",2,1],["domain:onramp","domain:settings",1,1],["domain:onramp","domain:stories",1,0],["domain:onramp","domain:models",1,1],["domain:networks","domain:core",1,1],["domain:networks","domain:models",1,1],["domain:networks","domain:wallets",1,1],["domain:common","domain:models",1,1],["domain:stories","domain:models",1,0],["domain:stories","domain:settings",1,0],["domain:stories","domain:wallets",1,0],["domain:news","domain:core",1,1],["domain:news","domain:models",1,1],["domain:manage-tokens","domain:core",1,1],["domain:manage-tokens","domain:networks",1,1],["domain:manage-tokens","domain:quotes",1,1],["domain:manage-tokens","domain:wallet-manager",1,1],["domain:manage-tokens","domain:wallets",2,0],["domain:manage-tokens","domain:tokens",3,0],["domain:manage-tokens","domain:staking",1,0],["domain:manage-tokens","domain:card",1,0],["domain:manage-tokens","domain:legacy",1,0],["domain:manage-tokens","domain:models",1,0],["domain:markets","domain:app-currency",1,1],["domain:markets","domain:card",1,1],["domain:markets","domain:core",2,1],["domain:markets","domain:legacy",1,1],["domain:markets","domain:models",2,1],["domain:markets","domain:networks",1,1],["domain:markets","domain:staking",1,1],["domain:markets","domain:quotes",1,1],["domain:markets","domain:wallet-manager",1,1],["domain:markets","domain:wallets",2,1],["domain:markets","domain:stories",1,1],["domain:markets","domain:tokens",3,1],["domain:markets","domain:settings",1,0],["domain:staking","domain:core",2,1],["domain:staking","domain:legacy",1,0],["domain:staking","domain:wallet-manager",1,0],["domain:staking","domain:models",2,0],["domain:staking","domain:tokens",1,0],["domain:staking","domain:wallets",1,0],["domain:offramp","domain:core",1,1],["domain:offramp","domain:models",1,1],["domain:address-book","domain:core",1,1],["domain:address-book","domain:models",1,1],["domain:address-book","domain:transaction",1,0],["domain:address-book","domain:tokens",1,0],["domain:assetsdiscovery","domain:core",1,1],["domain:assetsdiscovery","domain:models",1,0],["domain:assetsdiscovery","domain:account",1,0],["domain:wallets","domain:core",1,1],["domain:wallets","domain:common",1,1],["domain:wallets","domain:legacy",1,0],["domain:wallets","domain:wallet-manager",1,0],["domain:wallets","domain:account",1,0],["domain:wallets","domain:models",2,0],["domain:wallets","domain:tokens",2,0],["domain:wallets","domain:card",1,0],["domain:wallets","domain:notifications",1,0],["domain:wallets","domain:demo",1,0],["domain:wallets","domain:hot-wallet",1,0],["domain:wallets","domain:qr-scanning",2,0],["domain:account","domain:common",2,1],["domain:account","domain:core",2,1],["domain:account","domain:models",2,1],["domain:account","domain:wallets",2,1],["domain:account","domain:yield-supply",1,1],["domain:account","domain:card",1,1],["domain:account","domain:express",1,1],["domain:account","domain:quotes",1,1],["domain:account","domain:networks",1,1],["domain:account","domain:nft",1,1],["domain:account","domain:referral",1,1],["domain:account","domain:staking",1,1],["domain:account","domain:tokens",2,1],["domain:account","domain:visa",1,1],["domain:account","domain:wallet-manager",1,1],["domain:hot-wallet","domain:core",1,0],["domain:hot-wallet","domain:models",1,0],["domain:hot-wallet","domain:wallets",1,0],["domain:tokens","domain:core",1,1],["domain:tokens","domain:common",1,0],["domain:tokens","domain:card",1,0],["domain:tokens","domain:express",1,0],["domain:tokens","domain:models",2,0],["domain:tokens","domain:legacy",1,0],["domain:tokens","domain:wallet-manager",1,0],["domain:tokens","domain:staking",2,0],["domain:tokens","domain:visa",1,0],["domain:tokens","domain:txhistory",2,0],["domain:tokens","domain:transaction",1,0],["domain:tokens","domain:wallets",1,0],["domain:tokens","domain:app-currency",1,0],["domain:tokens","domain:onramp",1,0],["domain:tokens","domain:settings",1,0],["domain:tokens","features:swap",3,0],["domain:tokens","domain:stories",3,0],["domain:tokens","domain:networks",1,0],["domain:tokens","domain:quotes",1,0],["domain:tokens","domain:yield-supply",1,0],["domain:tokens","features:staking",1,0],["domain:tokens","features:markets",1,0],["domain:tokens","features:virtual-accounts",1,0],["domain:notifications","domain:core",1,0],["domain:notifications","domain:models",1,0],["domain:notifications","domain:wallets",1,0],["domain:notifications","domain:tokens",1,0],["domain:onboarding","domain:models",1,0],["domain:analytics","domain:core",1,0],["domain:analytics","domain:models",1,0],["domain:analytics","domain:wallets",1,0]]} +``` + + + +```json +{"n":[[":data:account","account","data",0,9],[":data:address-book","address-book","data",0,3],[":data:analytics","analytics","data",0,4],[":data:app-currency","app-currency","data",0,4],[":data:app-theme","app-theme","data",0,2],[":data:appsflyer","appsflyer","data",0,1],[":data:assetsdiscovery","assetsdiscovery","data",0,8],[":data:balance-hiding","balance-hiding","data",0,2],[":data:blockaid","blockaid","data",0,4],[":data:card","card","data",2,2],[":data:common","common","data",32,11],[":data:dynamic-addresses","dynamic-addresses","data",1,7],[":data:earn","earn","data",0,4],[":data:express","express","data",1,7],[":data:feedback","feedback","data",0,8],[":data:hot-wallet","hot-wallet","data",0,2],[":data:manage-tokens","manage-tokens","data",0,11],[":data:markets","markets","data",0,6],[":data:networks","networks","data",1,8],[":data:news","news","data",0,2],[":data:nft","nft","data",0,11],[":data:notifications","notifications","data",0,2],[":data:onboarding","onboarding","data",0,2],[":data:onramp","onramp","data",0,10],[":data:payment","payment","data",0,8],[":data:push-notification-preferences","push-notification-preferences","data",0,2],[":data:qr-scanning","qr-scanning","data",0,4],[":data:quotes","quotes","data",0,3],[":data:search","search","data",0,7],[":data:settings","settings","data",0,2],[":data:staking","staking","data",0,10],[":data:stories","stories","data",0,5],[":data:swap","swap","data",0,17],[":data:tokens","tokens","data",1,19],[":data:transaction","transaction","data",0,9],[":data:txhistory","txhistory","data",0,13],[":data:visa","visa","data",1,16],[":data:wallet-connect","wallet-connect","data",0,16],[":data:wallet-manager","wallet-manager","data",1,10],[":data:wallets","wallets","data",2,9],[":data:yield-supply","yield-supply","data",0,5],[":domain:account","account","domain",37,5],[":domain:account:status","account:status","domain",29,16],[":domain:address-book","address-book","domain",2,4],[":domain:analytics","analytics","domain",2,3],[":domain:app-currency","app-currency","domain",22,2],[":domain:app-currency:models","app-currency:models","domain",33,0],[":domain:app-theme","app-theme","domain",3,2],[":domain:app-theme:models","app-theme:models","domain",5,0],[":domain:appsflyer","appsflyer","domain",2,0],[":domain:assetsdiscovery","assetsdiscovery","domain",4,3],[":domain:balance-hiding","balance-hiding","domain",20,3],[":domain:balance-hiding:models","balance-hiding:models","domain",22,0],[":domain:blockaid","blockaid","domain",3,3],[":domain:blockaid:models","blockaid:models","domain",7,0],[":domain:card","card","domain",43,8],[":domain:common","common","domain",26,1],[":domain:core","core","domain",45,0],[":domain:demo","demo","domain",16,1],[":domain:demo:models","demo:models","domain",3,0],[":domain:dynamic-addresses","dynamic-addresses","domain",5,5],[":domain:dynamic-addresses:models","dynamic-addresses:models","domain",4,0],[":domain:earn","earn","domain",2,4],[":domain:express","express","domain",5,2],[":domain:express:models","express:models","domain",15,1],[":domain:feedback","feedback","domain",16,4],[":domain:feedback:models","feedback:models","domain",17,3],[":domain:hot-wallet","hot-wallet","domain",7,3],[":domain:legacy","legacy","domain",39,7],[":domain:manage-tokens","manage-tokens","domain",7,12],[":domain:manage-tokens:models","manage-tokens:models","domain",6,2],[":domain:markets","markets","domain",8,16],[":domain:markets:models","markets:models","domain",9,3],[":domain:models","models","domain",146,1],[":domain:networks","networks","domain",12,3],[":domain:news","news","domain",2,2],[":domain:nft","nft","domain",6,10],[":domain:nft:models","nft:models","domain",7,3],[":domain:notifications","notifications","domain",9,5],[":domain:notifications:models","notifications:models","domain",9,0],[":domain:offramp","offramp","domain",6,2],[":domain:onboarding","onboarding","domain",2,1],[":domain:onramp","onramp","domain",5,6],[":domain:onramp:models","onramp:models","domain",8,4],[":domain:payment","payment","domain",1,2],[":domain:payment:models","payment:models","domain",2,1],[":domain:push-notification-preferences","push-notification-preferences","domain",4,1],[":domain:qr-scanning","qr-scanning","domain",6,6],[":domain:qr-scanning:models","qr-scanning:models","domain",8,1],[":domain:quotes","quotes","domain",12,2],[":domain:referral","referral","domain",3,0],[":domain:search","search","domain",2,8],[":domain:settings","settings","domain",27,2],[":domain:staking","staking","domain",15,7],[":domain:staking:models","staking:models","domain",8,2],[":domain:stories","stories","domain",9,4],[":domain:stories:models","stories:models","domain",9,0],[":domain:swap","swap","domain",4,5],[":domain:swap:models","swap:models","domain",8,3],[":domain:tokens","tokens","domain",38,27],[":domain:tokens:models","tokens:models","domain",77,4],[":domain:transaction","transaction","domain",24,15],[":domain:transaction:models","transaction:models","domain",24,0],[":domain:txhistory","txhistory","domain",11,7],[":domain:txhistory:models","txhistory:models","domain",17,0],[":domain:visa","visa","domain",12,6],[":domain:visa:models","visa:models","domain",9,1],[":domain:wallet-connect","wallet-connect","domain",4,8],[":domain:wallet-connect:models","wallet-connect:models","domain",4,5],[":domain:wallet-manager","wallet-manager","domain",25,9],[":domain:wallet-manager:models","wallet-manager:models","domain",1,1],[":domain:wallets","wallets","domain",55,15],[":domain:wallets:models","wallets:models","domain",89,1],[":domain:yield-supply","yield-supply","domain",7,11],[":domain:yield-supply:models","yield-supply:models","domain",9,1],[":features:account:api","account:api","features",5,6],[":features:account:impl","account:impl","features",0,14],[":features:address-book:api","address-book:api","features",2,1],[":features:address-book:impl","address-book:impl","features",0,4],[":features:approval:api","approval:api","features",3,2],[":features:approval:impl","approval:impl","features",0,7],[":features:biometry:api","biometry:api","features",3,0],[":features:biometry:impl","biometry:impl","features",0,6],[":features:common-features:api","common-features:api","features",11,3],[":features:common-features:impl","common-features:impl","features",0,19],[":features:create-wallet-selection:api","create-wallet-selection:api","features",2,1],[":features:create-wallet-selection:impl","create-wallet-selection:impl","features",0,7],[":features:create-wallet-start:api","create-wallet-start:api","features",1,1],[":features:create-wallet-start:impl","create-wallet-start:impl","features",0,9],[":features:details:api","details:api","features",2,1],[":features:details:impl","details:impl","features",0,23],[":features:disclaimer:api","disclaimer:api","features",2,0],[":features:disclaimer:impl","disclaimer:impl","features",0,6],[":features:feed:api","feed:api","features",4,6],[":features:feed:impl","feed:impl","features",0,36],[":features:home:api","home:api","features",1,0],[":features:home:impl","home:impl","features",0,15],[":features:hot-wallet:api","hot-wallet:api","features",10,3],[":features:hot-wallet:impl","hot-wallet:impl","features",0,12],[":features:kyc:api","kyc:api","features",4,1],[":features:kyc:impl","kyc:impl","features",0,3],[":features:kyc:mock","kyc:mock","features",0,1],[":features:manage-tokens:api","manage-tokens:api","features",6,3],[":features:manage-tokens:impl","manage-tokens:impl","features",0,16],[":features:markets:api","markets:api","features",4,4],[":features:markets:impl","markets:impl","features",0,32],[":features:nft:api","nft:api","features",5,4],[":features:nft:impl","nft:impl","features",0,14],[":features:onboarding-v2:api","onboarding-v2:api","features",7,1],[":features:onboarding-v2:impl","onboarding-v2:impl","features",0,23],[":features:onramp:api","onramp:api","features",5,3],[":features:onramp:impl","onramp:impl","features",0,27],[":features:promo-banners:api","promo-banners:api","features",3,0],[":features:promo-banners:impl","promo-banners:impl","features",0,3],[":features:push-notification-settings:api","push-notification-settings:api","features",4,1],[":features:push-notification-settings:impl","push-notification-settings:impl","features",0,6],[":features:push-notifications:api","push-notifications:api","features",9,0],[":features:push-notifications:impl","push-notifications:impl","features",0,8],[":features:qr-scanning:api","qr-scanning:api","features",1,1],[":features:qr-scanning:impl","qr-scanning:impl","features",0,4],[":features:rating:api","rating:api","features",2,0],[":features:rating:impl","rating:impl","features",0,1],[":features:referral:api","referral:api","features",1,1],[":features:referral:data","referral:data","features",0,8],[":features:referral:domain","referral:domain","features",4,10],[":features:referral:impl","referral:impl","features",0,15],[":features:send:api","send:api","features",14,8],[":features:send:impl","send:impl","features",1,32],[":features:staking:api","staking:api","features",4,4],[":features:staking:impl","staking:impl","features",0,24],[":features:stories:api","stories:api","features",1,0],[":features:stories:impl","stories:impl","features",0,3],[":features:survey:api","survey:api","features",2,0],[":features:survey:impl","survey:impl","features",0,5],[":features:swap-v2:api","swap-v2:api","features",3,8],[":features:swap-v2:impl","swap-v2:impl","features",0,30],[":features:swap:api","swap:api","features",6,3],[":features:swap:data","swap:data","features",0,14],[":features:swap:domain","swap:domain","features",5,29],[":features:swap:domain:api","swap:domain:api","features",6,4],[":features:swap:domain:models","swap:domain:models","features",7,3],[":features:swap:impl","swap:impl","features",0,39],[":features:tangempay:details:api","tangempay:details:api","features",3,2],[":features:tangempay:details:impl","tangempay:details:impl","features",0,13],[":features:tangempay:main:api","tangempay:main:api","features",2,0],[":features:tangempay:main:impl","tangempay:main:impl","features",0,1],[":features:tangempay:onboarding:api","tangempay:onboarding:api","features",1,1],[":features:tangempay:onboarding:impl","tangempay:onboarding:impl","features",0,11],[":features:tester:api","tester:api","features",4,0],[":features:tester:impl","tester:impl","features",0,15],[":features:token-recieve:api","token-recieve:api","features",9,1],[":features:token-recieve:impl","token-recieve:impl","features",0,6],[":features:tokendetails:api","tokendetails:api","features",4,3],[":features:tokendetails:impl","tokendetails:impl","features",0,48],[":features:txhistory:api","txhistory:api","features",5,3],[":features:txhistory:impl","txhistory:impl","features",0,13],[":features:usedesk:api","usedesk:api","features",1,0],[":features:usedesk:impl","usedesk:impl","features",0,1],[":features:virtual-accounts:details:api","virtual-accounts:details:api","features",3,0],[":features:virtual-accounts:details:impl","virtual-accounts:details:impl","features",0,1],[":features:virtual-accounts:main:api","virtual-accounts:main:api","features",2,0],[":features:virtual-accounts:main:impl","virtual-accounts:main:impl","features",0,1],[":features:virtual-accounts:onboarding:api","virtual-accounts:onboarding:api","features",1,0],[":features:virtual-accounts:onboarding:impl","virtual-accounts:onboarding:impl","features",0,1],[":features:wallet-settings:api","wallet-settings:api","features",3,1],[":features:wallet-settings:impl","wallet-settings:impl","features",0,24],[":features:wallet:api","wallet:api","features",14,2],[":features:wallet:impl","wallet:impl","features",0,73],[":features:walletconnect:api","walletconnect:api","features",1,1],[":features:walletconnect:impl","walletconnect:impl","features",0,24],[":features:welcome:api","welcome:api","features",1,1],[":features:welcome:impl","welcome:impl","features",0,11],[":features:yield-supply:api","yield-supply:api","features",3,4],[":features:yield-supply:impl","yield-supply:impl","features",0,19]],"e":[[":features:usedesk:impl",":features:usedesk:api",1,0],[":features:home:impl",":features:home:api",1,0],[":features:home:impl",":features:hot-wallet:api",1,0],[":features:home:impl",":domain:common",1,0],[":features:home:impl",":domain:models",1,0],[":features:home:impl",":domain:core",1,0],[":features:home:impl",":domain:card",1,0],[":features:home:impl",":domain:settings",1,0],[":features:home:impl",":domain:tokens",1,0],[":features:home:impl",":domain:wallets",1,0],[":features:home:impl",":domain:wallets:models",1,0],[":features:home:impl",":domain:legacy",1,0],[":features:home:impl",":domain:feedback",1,0],[":features:home:impl",":domain:feedback:models",1,0],[":features:home:impl",":domain:referral",1,0],[":features:home:impl",":features:referral:domain",1,0],[":features:create-wallet-start:impl",":features:create-wallet-start:api",1,0],[":features:create-wallet-start:impl",":features:hot-wallet:api",1,0],[":features:create-wallet-start:impl",":features:onboarding-v2:api",1,0],[":features:create-wallet-start:impl",":domain:card",1,0],[":features:create-wallet-start:impl",":domain:settings",1,0],[":features:create-wallet-start:impl",":domain:wallets",1,0],[":features:create-wallet-start:impl",":domain:models",1,0],[":features:create-wallet-start:impl",":domain:hot-wallet",1,0],[":features:create-wallet-start:impl",":domain:wallets:models",1,0],[":features:create-wallet-start:api",":domain:models",1,0],[":features:yield-supply:impl",":features:yield-supply:api",1,0],[":features:yield-supply:impl",":domain:models",1,0],[":features:yield-supply:impl",":domain:app-currency:models",1,0],[":features:yield-supply:impl",":domain:app-currency",1,0],[":features:yield-supply:impl",":domain:account:status",1,0],[":features:yield-supply:impl",":domain:wallets:models",1,0],[":features:yield-supply:impl",":domain:wallets",1,0],[":features:yield-supply:impl",":domain:tokens:models",1,0],[":features:yield-supply:impl",":domain:tokens",1,0],[":features:yield-supply:impl",":domain:transaction:models",1,0],[":features:yield-supply:impl",":domain:transaction",1,0],[":features:yield-supply:impl",":domain:yield-supply:models",1,0],[":features:yield-supply:impl",":domain:yield-supply",1,0],[":features:yield-supply:impl",":domain:stories:models",1,0],[":features:yield-supply:impl",":domain:stories",1,0],[":features:yield-supply:impl",":domain:feedback:models",1,0],[":features:yield-supply:impl",":domain:feedback",1,0],[":features:yield-supply:impl",":domain:balance-hiding:models",1,0],[":features:yield-supply:impl",":domain:balance-hiding",1,0],[":features:yield-supply:api",":domain:models",1,0],[":features:yield-supply:api",":domain:wallets:models",1,0],[":features:yield-supply:api",":domain:tokens:models",1,0],[":features:yield-supply:api",":domain:app-currency:models",1,0],[":features:txhistory:impl",":features:txhistory:api",1,0],[":features:txhistory:impl",":domain:models",1,0],[":features:txhistory:impl",":domain:legacy",1,0],[":features:txhistory:impl",":domain:card",1,0],[":features:txhistory:impl",":domain:txhistory",1,0],[":features:txhistory:impl",":domain:txhistory:models",1,0],[":features:txhistory:impl",":domain:wallets",1,0],[":features:txhistory:impl",":domain:wallets:models",1,0],[":features:txhistory:impl",":domain:tokens",1,0],[":features:txhistory:impl",":domain:tokens:models",1,0],[":features:txhistory:impl",":domain:balance-hiding",1,0],[":features:txhistory:impl",":domain:balance-hiding:models",1,0],[":features:txhistory:impl",":domain:account:status",1,0],[":features:txhistory:api",":domain:models",1,1],[":features:txhistory:api",":domain:tokens:models",1,0],[":features:txhistory:api",":domain:wallets:models",1,0],[":features:referral:impl",":features:referral:api",1,1],[":features:referral:impl",":features:common-features:api",1,1],[":features:referral:impl",":domain:demo",1,0],[":features:referral:impl",":domain:wallets",1,0],[":features:referral:impl",":domain:legacy",1,0],[":features:referral:impl",":domain:card",1,0],[":features:referral:impl",":domain:wallets:models",1,0],[":features:referral:impl",":domain:notifications:models",1,0],[":features:referral:impl",":domain:account:status",1,0],[":features:referral:impl",":domain:account",1,0],[":features:referral:impl",":domain:balance-hiding",1,0],[":features:referral:impl",":domain:balance-hiding:models",1,0],[":features:referral:impl",":domain:app-currency",1,0],[":features:referral:impl",":domain:app-currency:models",1,0],[":features:referral:impl",":features:referral:domain",1,0],[":features:referral:api",":domain:models",1,1],[":features:referral:data",":data:common",1,0],[":features:referral:data",":domain:common",1,0],[":features:referral:data",":domain:legacy",1,0],[":features:referral:data",":domain:models",1,0],[":features:referral:data",":domain:tokens:models",1,0],[":features:referral:data",":domain:wallets:models",1,0],[":features:referral:data",":domain:referral",1,0],[":features:referral:data",":features:referral:domain",1,0],[":features:referral:domain",":domain:account:status",1,0],[":features:referral:domain",":domain:card",1,0],[":features:referral:domain",":domain:common",1,0],[":features:referral:domain",":domain:models",1,0],[":features:referral:domain",":domain:tokens",1,0],[":features:referral:domain",":domain:tokens:models",1,0],[":features:referral:domain",":domain:wallets",1,0],[":features:referral:domain",":domain:wallets:models",1,0],[":features:referral:domain",":features:tester:api",1,0],[":features:referral:domain",":features:wallet:api",1,0],[":features:wallet-settings:impl",":features:wallet-settings:api",1,0],[":features:wallet-settings:impl",":features:manage-tokens:api",1,0],[":features:wallet-settings:impl",":features:nft:api",1,0],[":features:wallet-settings:impl",":features:onboarding-v2:api",1,0],[":features:wallet-settings:impl",":features:push-notifications:api",1,0],[":features:wallet-settings:impl",":features:push-notification-settings:api",1,0],[":features:wallet-settings:impl",":features:hot-wallet:api",1,0],[":features:wallet-settings:impl",":features:wallet:api",1,0],[":features:wallet-settings:impl",":domain:account:status",1,0],[":features:wallet-settings:impl",":domain:app-currency",1,0],[":features:wallet-settings:impl",":domain:app-currency:models",1,0],[":features:wallet-settings:impl",":domain:balance-hiding",1,0],[":features:wallet-settings:impl",":domain:balance-hiding:models",1,0],[":features:wallet-settings:impl",":domain:legacy",1,0],[":features:wallet-settings:impl",":domain:card",1,0],[":features:wallet-settings:impl",":domain:models",1,0],[":features:wallet-settings:impl",":domain:wallets",1,0],[":features:wallet-settings:impl",":domain:wallets:models",1,0],[":features:wallet-settings:impl",":domain:demo",1,0],[":features:wallet-settings:impl",":domain:nft",1,0],[":features:wallet-settings:impl",":domain:settings",1,0],[":features:wallet-settings:impl",":domain:notifications:models",1,0],[":features:wallet-settings:impl",":domain:notifications",1,0],[":features:wallet-settings:impl",":domain:assetsdiscovery",1,0],[":features:wallet-settings:api",":domain:models",1,0],[":features:token-recieve:impl",":domain:models",1,0],[":features:token-recieve:impl",":domain:transaction",1,0],[":features:token-recieve:impl",":domain:transaction:models",1,0],[":features:token-recieve:impl",":domain:tokens",1,0],[":features:token-recieve:impl",":domain:tokens:models",1,0],[":features:token-recieve:impl",":features:token-recieve:api",1,0],[":features:token-recieve:api",":domain:models",1,0],[":features:rating:impl",":features:rating:api",1,0],[":features:kyc:impl",":features:kyc:api",1,0],[":features:kyc:impl",":domain:visa",1,0],[":features:kyc:impl",":domain:wallets:models",1,0],[":features:kyc:mock",":features:kyc:api",1,0],[":features:kyc:api",":domain:models",1,0],[":features:disclaimer:impl",":domain:models",1,0],[":features:disclaimer:impl",":domain:card",1,0],[":features:disclaimer:impl",":domain:settings",1,0],[":features:disclaimer:impl",":domain:notifications",1,0],[":features:disclaimer:impl",":features:disclaimer:api",1,0],[":features:disclaimer:impl",":features:push-notifications:api",1,0],[":features:nft:impl",":features:common-features:api",1,0],[":features:nft:impl",":features:nft:api",1,0],[":features:nft:impl",":features:token-recieve:api",1,0],[":features:nft:impl",":domain:account:status",1,0],[":features:nft:impl",":domain:wallets",1,0],[":features:nft:impl",":domain:app-currency:models",1,0],[":features:nft:impl",":domain:app-currency",1,0],[":features:nft:impl",":domain:models",1,0],[":features:nft:impl",":domain:nft",1,0],[":features:nft:impl",":domain:nft:models",1,0],[":features:nft:impl",":domain:tokens:models",1,0],[":features:nft:impl",":domain:wallets:models",1,0],[":features:nft:impl",":domain:transaction",1,0],[":features:nft:impl",":domain:tokens",1,0],[":features:nft:api",":domain:models",1,0],[":features:nft:api",":domain:nft:models",1,0],[":features:nft:api",":domain:wallets:models",1,0],[":features:nft:api",":domain:account",1,0],[":features:tokendetails:impl",":features:rating:api",1,0],[":features:tokendetails:impl",":domain:account:status",1,0],[":features:tokendetails:impl",":domain:app-currency",1,0],[":features:tokendetails:impl",":domain:app-currency:models",1,0],[":features:tokendetails:impl",":domain:balance-hiding",1,0],[":features:tokendetails:impl",":domain:balance-hiding:models",1,0],[":features:tokendetails:impl",":domain:card",1,0],[":features:tokendetails:impl",":domain:demo",1,0],[":features:tokendetails:impl",":domain:dynamic-addresses",1,0],[":features:tokendetails:impl",":domain:dynamic-addresses:models",1,0],[":features:tokendetails:impl",":domain:feedback",1,0],[":features:tokendetails:impl",":domain:feedback:models",1,0],[":features:tokendetails:impl",":domain:markets:models",1,0],[":features:tokendetails:impl",":domain:models",1,0],[":features:tokendetails:impl",":domain:notifications:models",1,0],[":features:tokendetails:impl",":domain:offramp",1,0],[":features:tokendetails:impl",":domain:onramp",1,0],[":features:tokendetails:impl",":domain:onramp:models",1,0],[":features:tokendetails:impl",":domain:stories",1,0],[":features:tokendetails:impl",":domain:stories:models",1,0],[":features:tokendetails:impl",":domain:quotes",1,0],[":features:tokendetails:impl",":domain:settings",1,0],[":features:tokendetails:impl",":domain:staking",1,0],[":features:tokendetails:impl",":domain:tokens",1,0],[":features:tokendetails:impl",":domain:tokens:models",1,0],[":features:tokendetails:impl",":domain:transaction",1,0],[":features:tokendetails:impl",":domain:transaction:models",1,0],[":features:tokendetails:impl",":domain:txhistory",1,0],[":features:tokendetails:impl",":domain:txhistory:models",1,0],[":features:tokendetails:impl",":domain:wallets",1,0],[":features:tokendetails:impl",":domain:wallets:models",1,0],[":features:tokendetails:impl",":domain:yield-supply",1,0],[":features:tokendetails:impl",":domain:yield-supply:models",1,0],[":features:tokendetails:impl",":features:swap:domain",1,0],[":features:tokendetails:impl",":features:swap:domain:api",1,0],[":features:tokendetails:impl",":features:swap:domain:models",1,0],[":features:tokendetails:impl",":features:tokendetails:api",1,0],[":features:tokendetails:impl",":features:wallet:api",1,0],[":features:tokendetails:impl",":features:staking:api",1,0],[":features:tokendetails:impl",":features:markets:api",1,0],[":features:tokendetails:impl",":features:onramp:api",1,0],[":features:tokendetails:impl",":features:push-notifications:api",1,0],[":features:tokendetails:impl",":features:swap:api",1,0],[":features:tokendetails:impl",":features:txhistory:api",1,0],[":features:tokendetails:impl",":features:send:api",1,0],[":features:tokendetails:impl",":features:token-recieve:api",1,0],[":features:tokendetails:impl",":features:yield-supply:api",1,0],[":features:tokendetails:impl",":features:common-features:api",1,0],[":features:tokendetails:api",":domain:models",1,1],[":features:tokendetails:api",":domain:tokens:models",1,0],[":features:tokendetails:api",":domain:wallets:models",1,0],[":features:qr-scanning:impl",":features:qr-scanning:api",1,0],[":features:qr-scanning:impl",":domain:qr-scanning",1,0],[":features:qr-scanning:impl",":domain:qr-scanning:models",1,0],[":features:qr-scanning:impl",":data:card",1,0],[":features:qr-scanning:api",":domain:qr-scanning:models",1,0],[":features:swap:impl",":features:common-features:api",1,0],[":features:swap:impl",":data:common",1,0],[":features:swap:impl",":domain:models",1,0],[":features:swap:impl",":domain:account",2,0],[":features:swap:impl",":domain:app-currency",1,0],[":features:swap:impl",":domain:app-currency:models",1,0],[":features:swap:impl",":domain:balance-hiding",1,0],[":features:swap:impl",":domain:balance-hiding:models",1,0],[":features:swap:impl",":domain:tokens",1,0],[":features:swap:impl",":domain:tokens:models",1,0],[":features:swap:impl",":domain:transaction",1,0],[":features:swap:impl",":domain:transaction:models",1,0],[":features:swap:impl",":domain:wallets",1,0],[":features:swap:impl",":domain:wallets:models",1,0],[":features:swap:impl",":domain:settings",1,0],[":features:swap:impl",":domain:staking",1,0],[":features:swap:impl",":domain:feedback",1,0],[":features:swap:impl",":domain:feedback:models",1,0],[":features:swap:impl",":domain:stories",1,0],[":features:swap:impl",":domain:stories:models",1,0],[":features:swap:impl",":domain:txhistory",1,0],[":features:swap:impl",":domain:txhistory:models",1,0],[":features:swap:impl",":domain:express:models",1,0],[":features:swap:impl",":domain:account:status",1,0],[":features:swap:impl",":domain:card",1,0],[":features:swap:impl",":domain:visa",1,0],[":features:swap:impl",":domain:markets",1,0],[":features:swap:impl",":domain:swap",1,0],[":features:swap:impl",":domain:swap:models",1,0],[":features:swap:impl",":features:swap:domain",1,0],[":features:swap:impl",":features:swap:domain:api",1,0],[":features:swap:impl",":features:swap:domain:models",1,0],[":features:swap:impl",":features:wallet:api",1,0],[":features:swap:impl",":features:swap:api",2,0],[":features:swap:impl",":features:send:api",1,0],[":features:swap:impl",":features:send:impl",1,0],[":features:swap:impl",":features:feed:api",1,0],[":features:swap:impl",":features:tokendetails:api",1,0],[":features:swap:impl",":features:approval:api",1,0],[":features:swap:api",":domain:models",1,1],[":features:swap:api",":domain:tokens:models",1,0],[":features:swap:api",":domain:wallets:models",1,0],[":features:swap:data",":features:swap:domain",1,0],[":features:swap:data",":features:swap:domain:models",1,0],[":features:swap:data",":features:swap:domain:api",1,0],[":features:swap:data",":domain:tokens:models",1,0],[":features:swap:data",":domain:legacy",1,0],[":features:swap:data",":domain:wallet-manager",1,0],[":features:swap:data",":domain:models",1,0],[":features:swap:data",":domain:wallets",1,0],[":features:swap:data",":domain:wallets:models",1,0],[":features:swap:data",":domain:transaction:models",1,0],[":features:swap:data",":domain:express:models",1,0],[":features:swap:data",":domain:account:status",1,0],[":features:swap:data",":domain:txhistory",1,0],[":features:swap:data",":data:common",1,0],[":features:swap:domain",":domain:swap:models",1,0],[":features:swap:domain",":domain:swap",1,0],[":features:swap:domain",":domain:app-currency",1,0],[":features:swap:domain",":domain:app-currency:models",1,0],[":features:swap:domain",":domain:card",1,0],[":features:swap:domain",":domain:demo",1,0],[":features:swap:domain",":domain:legacy",1,0],[":features:swap:domain",":domain:models",1,0],[":features:swap:domain",":domain:quotes",1,0],[":features:swap:domain",":domain:staking",1,0],[":features:swap:domain",":domain:tokens",1,0],[":features:swap:domain",":domain:tokens:models",1,0],[":features:swap:domain",":domain:transaction",1,0],[":features:swap:domain",":domain:transaction:models",1,0],[":features:swap:domain",":domain:txhistory:models",1,0],[":features:swap:domain",":domain:wallets",1,0],[":features:swap:domain",":domain:wallets:models",1,0],[":features:swap:domain",":domain:express:models",1,0],[":features:swap:domain",":domain:account",1,0],[":features:swap:domain",":domain:account:status",1,0],[":features:swap:domain",":domain:visa",1,0],[":features:swap:domain",":domain:visa:models",1,0],[":features:swap:domain",":domain:balance-hiding",1,0],[":features:swap:domain",":domain:yield-supply",1,0],[":features:swap:domain",":features:wallet:api",1,0],[":features:swap:domain",":features:swap:api",1,0],[":features:swap:domain",":features:swap:domain:api",1,0],[":features:swap:domain",":features:swap:domain:models",1,0],[":features:swap:domain",":features:send:api",1,0],[":features:swap:domain:models",":domain:models",1,1],[":features:swap:domain:models",":domain:tokens:models",1,0],[":features:swap:domain:models",":domain:transaction:models",1,0],[":features:swap:domain:api",":features:swap:domain:models",1,0],[":features:swap:domain:api",":domain:tokens:models",1,0],[":features:swap:domain:api",":domain:wallets:models",1,0],[":features:swap:domain:api",":domain:express:models",1,0],[":features:details:impl",":features:details:api",1,0],[":features:details:impl",":features:wallet:api",1,0],[":features:details:impl",":features:disclaimer:api",1,0],[":features:details:impl",":features:tester:api",1,0],[":features:details:impl",":features:create-wallet-selection:api",1,0],[":features:details:impl",":features:onboarding-v2:api",1,0],[":features:details:impl",":features:address-book:api",1,0],[":features:details:impl",":domain:models",1,0],[":features:details:impl",":domain:feedback",1,0],[":features:details:impl",":domain:feedback:models",1,0],[":features:details:impl",":domain:wallets",1,0],[":features:details:impl",":domain:wallets:models",1,0],[":features:details:impl",":domain:card",1,0],[":features:details:impl",":domain:tokens",1,0],[":features:details:impl",":domain:tokens:models",1,0],[":features:details:impl",":domain:app-currency",1,0],[":features:details:impl",":domain:app-currency:models",1,0],[":features:details:impl",":domain:wallet-connect",1,0],[":features:details:impl",":domain:balance-hiding",1,0],[":features:details:impl",":domain:balance-hiding:models",1,0],[":features:details:impl",":domain:legacy",1,0],[":features:details:impl",":domain:settings",1,0],[":features:details:impl",":domain:visa",1,0],[":features:details:api",":domain:models",1,0],[":features:create-wallet-selection:impl",":features:create-wallet-selection:api",1,0],[":features:create-wallet-selection:impl",":features:hot-wallet:api",1,0],[":features:create-wallet-selection:impl",":domain:card",1,0],[":features:create-wallet-selection:impl",":domain:settings",1,0],[":features:create-wallet-selection:impl",":domain:wallets",1,0],[":features:create-wallet-selection:impl",":domain:models",1,0],[":features:create-wallet-selection:impl",":domain:hot-wallet",1,0],[":features:create-wallet-selection:api",":domain:models",1,0],[":features:welcome:impl",":features:welcome:api",1,0],[":features:welcome:impl",":features:wallet:api",1,0],[":features:welcome:impl",":features:onboarding-v2:api",1,0],[":features:welcome:impl",":domain:app-currency:models",1,0],[":features:welcome:impl",":domain:models",1,0],[":features:welcome:impl",":domain:tokens:models",1,0],[":features:welcome:impl",":domain:wallets:models",1,0],[":features:welcome:impl",":domain:app-currency",1,0],[":features:welcome:impl",":domain:wallets",1,0],[":features:welcome:impl",":domain:card",1,0],[":features:welcome:impl",":domain:settings",1,0],[":features:welcome:api",":domain:wallets:models",1,0],[":features:common-features:impl",":features:common-features:api",1,0],[":features:common-features:impl",":features:wallet:api",1,0],[":features:common-features:impl",":features:token-recieve:api",1,0],[":features:common-features:impl",":domain:models",1,0],[":features:common-features:impl",":domain:account",1,0],[":features:common-features:impl",":domain:account:status",1,0],[":features:common-features:impl",":domain:core",1,0],[":features:common-features:impl",":domain:app-currency",1,0],[":features:common-features:impl",":domain:app-currency:models",1,0],[":features:common-features:impl",":domain:markets",1,0],[":features:common-features:impl",":domain:transaction",1,0],[":features:common-features:impl",":domain:tokens",1,0],[":features:common-features:impl",":domain:tokens:models",1,0],[":features:common-features:impl",":domain:manage-tokens",1,0],[":features:common-features:impl",":domain:manage-tokens:models",1,0],[":features:common-features:impl",":domain:balance-hiding",1,0],[":features:common-features:impl",":domain:balance-hiding:models",1,0],[":features:common-features:impl",":domain:wallets",1,0],[":features:common-features:impl",":domain:wallets:models",1,0],[":features:common-features:api",":domain:models",1,0],[":features:common-features:api",":domain:markets",1,0],[":features:common-features:api",":domain:account",1,0],[":features:onramp:impl",":features:common-features:api",1,0],[":features:onramp:impl",":features:onramp:api",1,0],[":features:onramp:impl",":features:swap:api",1,0],[":features:onramp:impl",":features:swap:domain",1,0],[":features:onramp:impl",":features:swap:domain:api",1,0],[":features:onramp:impl",":features:swap:domain:models",1,0],[":features:onramp:impl",":features:feed:api",1,0],[":features:onramp:impl",":domain:app-currency",1,0],[":features:onramp:impl",":domain:app-currency:models",1,0],[":features:onramp:impl",":domain:balance-hiding",1,0],[":features:onramp:impl",":domain:balance-hiding:models",1,0],[":features:onramp:impl",":domain:card",1,0],[":features:onramp:impl",":domain:demo",1,0],[":features:onramp:impl",":domain:models",1,0],[":features:onramp:impl",":domain:offramp",1,0],[":features:onramp:impl",":domain:onramp",1,0],[":features:onramp:impl",":domain:tokens",1,0],[":features:onramp:impl",":domain:tokens:models",1,0],[":features:onramp:impl",":domain:wallets",1,0],[":features:onramp:impl",":domain:wallets:models",1,0],[":features:onramp:impl",":domain:settings",1,0],[":features:onramp:impl",":domain:transaction:models",1,0],[":features:onramp:impl",":domain:account:status",1,0],[":features:onramp:impl",":domain:app-theme",1,0],[":features:onramp:impl",":domain:app-theme:models",1,0],[":features:onramp:impl",":data:common",1,0],[":features:onramp:impl",":domain:markets",1,0],[":features:onramp:api",":domain:onramp:models",1,0],[":features:onramp:api",":domain:tokens:models",1,0],[":features:onramp:api",":domain:wallets:models",1,0],[":features:walletconnect:impl",":features:common-features:api",1,0],[":features:walletconnect:impl",":features:wallet:api",1,0],[":features:walletconnect:impl",":features:walletconnect:api",1,0],[":features:walletconnect:impl",":features:send:api",1,0],[":features:walletconnect:impl",":domain:account",1,0],[":features:walletconnect:impl",":domain:account:status",1,0],[":features:walletconnect:impl",":domain:app-currency:models",1,0],[":features:walletconnect:impl",":domain:balance-hiding:models",1,0],[":features:walletconnect:impl",":domain:blockaid:models",1,0],[":features:walletconnect:impl",":domain:models",1,0],[":features:walletconnect:impl",":domain:qr-scanning:models",1,0],[":features:walletconnect:impl",":domain:tokens:models",1,0],[":features:walletconnect:impl",":domain:transaction:models",1,0],[":features:walletconnect:impl",":domain:wallets:models",1,0],[":features:walletconnect:impl",":domain:wallet-connect",1,0],[":features:walletconnect:impl",":domain:wallet-connect:models",1,0],[":features:walletconnect:impl",":domain:app-currency",1,0],[":features:walletconnect:impl",":domain:balance-hiding",1,0],[":features:walletconnect:impl",":domain:legacy",1,0],[":features:walletconnect:impl",":domain:qr-scanning",1,0],[":features:walletconnect:impl",":domain:tokens",1,0],[":features:walletconnect:impl",":domain:transaction",1,0],[":features:walletconnect:impl",":domain:wallets",1,0],[":features:walletconnect:impl",":data:card",1,0],[":features:walletconnect:api",":domain:models",1,0],[":features:stories:impl",":features:stories:api",1,0],[":features:stories:impl",":domain:stories",1,0],[":features:stories:impl",":domain:stories:models",1,0],[":features:onboarding-v2:impl",":features:onboarding-v2:api",1,0],[":features:onboarding-v2:impl",":features:manage-tokens:api",1,0],[":features:onboarding-v2:impl",":features:biometry:api",1,0],[":features:onboarding-v2:impl",":features:push-notifications:api",1,0],[":features:onboarding-v2:impl",":features:hot-wallet:api",1,0],[":features:onboarding-v2:impl",":features:token-recieve:api",1,0],[":features:onboarding-v2:impl",":domain:account",1,0],[":features:onboarding-v2:impl",":domain:models",1,0],[":features:onboarding-v2:impl",":domain:feedback",1,0],[":features:onboarding-v2:impl",":domain:feedback:models",1,0],[":features:onboarding-v2:impl",":domain:core",1,0],[":features:onboarding-v2:impl",":domain:card",1,0],[":features:onboarding-v2:impl",":domain:wallets",1,0],[":features:onboarding-v2:impl",":domain:wallets:models",1,0],[":features:onboarding-v2:impl",":domain:legacy",1,0],[":features:onboarding-v2:impl",":domain:settings",1,0],[":features:onboarding-v2:impl",":domain:onboarding",1,0],[":features:onboarding-v2:impl",":domain:visa",1,0],[":features:onboarding-v2:impl",":domain:tokens",1,0],[":features:onboarding-v2:impl",":domain:tokens:models",1,0],[":features:onboarding-v2:impl",":domain:onramp",1,0],[":features:onboarding-v2:impl",":domain:transaction",1,0],[":features:onboarding-v2:impl",":domain:staking",1,0],[":features:onboarding-v2:api",":domain:models",1,0],[":features:promo-banners:impl",":features:promo-banners:api",1,0],[":features:promo-banners:impl",":domain:common",1,0],[":features:promo-banners:impl",":domain:models",1,0],[":features:push-notifications:impl",":domain:settings",1,0],[":features:push-notifications:impl",":domain:notifications",1,0],[":features:push-notifications:impl",":domain:push-notification-preferences",1,0],[":features:push-notifications:impl",":domain:common",1,0],[":features:push-notifications:impl",":domain:account",1,0],[":features:push-notifications:impl",":domain:models",1,0],[":features:push-notifications:impl",":features:push-notifications:api",1,0],[":features:push-notifications:impl",":features:push-notification-settings:api",1,0],[":features:swap-v2:impl",":features:swap-v2:api",1,0],[":features:swap-v2:impl",":features:manage-tokens:api",1,0],[":features:swap-v2:impl",":features:send:api",1,0],[":features:swap-v2:impl",":features:common-features:api",1,0],[":features:swap-v2:impl",":domain:models",1,0],[":features:swap-v2:impl",":domain:wallets:models",1,0],[":features:swap-v2:impl",":domain:wallets",1,0],[":features:swap-v2:impl",":domain:tokens:models",1,0],[":features:swap-v2:impl",":domain:tokens",1,0],[":features:swap-v2:impl",":domain:card",1,0],[":features:swap-v2:impl",":domain:app-currency:models",1,0],[":features:swap-v2:impl",":domain:app-currency",1,0],[":features:swap-v2:impl",":domain:express:models",1,0],[":features:swap-v2:impl",":domain:swap:models",1,0],[":features:swap-v2:impl",":domain:swap",1,0],[":features:swap-v2:impl",":domain:manage-tokens:models",1,0],[":features:swap-v2:impl",":domain:manage-tokens",1,0],[":features:swap-v2:impl",":domain:transaction:models",1,0],[":features:swap-v2:impl",":domain:transaction",1,0],[":features:swap-v2:impl",":domain:legacy",1,0],[":features:swap-v2:impl",":domain:balance-hiding:models",1,0],[":features:swap-v2:impl",":domain:balance-hiding",1,0],[":features:swap-v2:impl",":domain:settings",1,0],[":features:swap-v2:impl",":domain:txhistory:models",1,0],[":features:swap-v2:impl",":domain:txhistory",1,0],[":features:swap-v2:impl",":domain:notifications",1,0],[":features:swap-v2:impl",":domain:feedback:models",1,0],[":features:swap-v2:impl",":domain:feedback",1,0],[":features:swap-v2:impl",":domain:account",1,0],[":features:swap-v2:impl",":domain:account:status",1,0],[":features:swap-v2:api",":features:send:api",1,1],[":features:swap-v2:api",":domain:wallets:models",1,0],[":features:swap-v2:api",":domain:express:models",1,0],[":features:swap-v2:api",":domain:swap:models",1,0],[":features:swap-v2:api",":domain:manage-tokens:models",1,0],[":features:swap-v2:api",":domain:models",1,0],[":features:swap-v2:api",":domain:tokens:models",1,0],[":features:swap-v2:api",":domain:app-currency:models",1,0],[":features:manage-tokens:impl",":features:manage-tokens:api",1,0],[":features:manage-tokens:impl",":features:swap-v2:api",1,0],[":features:manage-tokens:impl",":features:common-features:api",1,0],[":features:manage-tokens:impl",":domain:account:status",1,0],[":features:manage-tokens:impl",":domain:account",1,0],[":features:manage-tokens:impl",":domain:card",1,0],[":features:manage-tokens:impl",":domain:legacy",1,0],[":features:manage-tokens:impl",":domain:manage-tokens",1,0],[":features:manage-tokens:impl",":domain:tokens",1,0],[":features:manage-tokens:impl",":domain:tokens:models",1,0],[":features:manage-tokens:impl",":domain:wallets",1,0],[":features:manage-tokens:impl",":domain:wallets:models",1,0],[":features:manage-tokens:impl",":domain:swap:models",1,0],[":features:manage-tokens:impl",":domain:markets:models",1,0],[":features:manage-tokens:impl",":domain:notifications",1,0],[":features:manage-tokens:impl",":domain:dynamic-addresses",1,0],[":features:manage-tokens:api",":domain:models",1,0],[":features:manage-tokens:api",":domain:wallets:models",1,0],[":features:manage-tokens:api",":domain:manage-tokens:models",1,0],[":features:markets:impl",":features:markets:api",1,1],[":features:markets:impl",":features:onramp:api",1,1],[":features:markets:impl",":features:send:api",1,1],[":features:markets:impl",":features:token-recieve:api",1,1],[":features:markets:impl",":features:wallet:api",1,1],[":features:markets:impl",":features:account:api",1,1],[":features:markets:impl",":data:common",1,0],[":features:markets:impl",":domain:account",1,0],[":features:markets:impl",":domain:account:status",1,0],[":features:markets:impl",":domain:app-currency",1,0],[":features:markets:impl",":domain:app-currency:models",1,0],[":features:markets:impl",":domain:balance-hiding",1,0],[":features:markets:impl",":domain:balance-hiding:models",1,0],[":features:markets:impl",":domain:card",1,0],[":features:markets:impl",":domain:demo",1,0],[":features:markets:impl",":domain:feedback",1,0],[":features:markets:impl",":domain:feedback:models",1,0],[":features:markets:impl",":domain:manage-tokens",1,0],[":features:markets:impl",":domain:markets",1,0],[":features:markets:impl",":domain:offramp",1,0],[":features:markets:impl",":domain:onramp:models",1,0],[":features:markets:impl",":domain:staking:models",1,0],[":features:markets:impl",":domain:staking",1,0],[":features:markets:impl",":domain:tokens",1,0],[":features:markets:impl",":domain:tokens:models",1,0],[":features:markets:impl",":domain:wallets",1,0],[":features:markets:impl",":domain:wallets:models",1,0],[":features:markets:impl",":domain:settings",1,0],[":features:markets:impl",":domain:notifications:models",1,0],[":features:markets:impl",":domain:transaction",1,0],[":features:markets:impl",":domain:yield-supply:models",1,0],[":features:markets:impl",":domain:yield-supply",1,0],[":features:markets:api",":domain:core",1,0],[":features:markets:api",":domain:tokens:models",1,0],[":features:markets:api",":domain:app-currency:models",1,0],[":features:markets:api",":domain:markets:models",1,0],[":features:feed:impl",":features:feed:api",1,1],[":features:feed:impl",":features:onramp:api",1,1],[":features:feed:impl",":features:send:api",1,1],[":features:feed:impl",":features:token-recieve:api",1,1],[":features:feed:impl",":features:wallet:api",1,1],[":features:feed:impl",":features:account:api",1,1],[":features:feed:impl",":features:common-features:api",1,1],[":features:feed:impl",":features:promo-banners:api",1,0],[":features:feed:impl",":data:common",1,0],[":features:feed:impl",":domain:account",1,0],[":features:feed:impl",":domain:account:status",1,0],[":features:feed:impl",":domain:app-currency",1,0],[":features:feed:impl",":domain:app-currency:models",1,0],[":features:feed:impl",":domain:balance-hiding",1,0],[":features:feed:impl",":domain:balance-hiding:models",1,0],[":features:feed:impl",":domain:card",1,0],[":features:feed:impl",":domain:demo",1,0],[":features:feed:impl",":domain:feedback",1,0],[":features:feed:impl",":domain:feedback:models",1,0],[":features:feed:impl",":domain:manage-tokens",1,0],[":features:feed:impl",":domain:markets",1,0],[":features:feed:impl",":domain:offramp",1,0],[":features:feed:impl",":domain:onramp:models",1,0],[":features:feed:impl",":domain:staking:models",1,0],[":features:feed:impl",":domain:tokens",1,0],[":features:feed:impl",":domain:tokens:models",1,0],[":features:feed:impl",":domain:wallets",1,0],[":features:feed:impl",":domain:wallets:models",1,0],[":features:feed:impl",":domain:settings",1,0],[":features:feed:impl",":domain:notifications:models",1,0],[":features:feed:impl",":domain:transaction",1,0],[":features:feed:impl",":domain:news",1,0],[":features:feed:impl",":domain:yield-supply:models",1,0],[":features:feed:impl",":domain:yield-supply",1,0],[":features:feed:impl",":domain:earn",1,0],[":features:feed:impl",":domain:search",1,0],[":features:feed:api",":features:account:api",1,1],[":features:feed:api",":domain:core",1,0],[":features:feed:api",":domain:models",1,0],[":features:feed:api",":domain:tokens:models",1,0],[":features:feed:api",":domain:app-currency:models",1,0],[":features:feed:api",":domain:markets:models",1,0],[":features:staking:impl",":domain:tokens",1,0],[":features:staking:impl",":domain:tokens:models",1,0],[":features:staking:impl",":domain:wallets",1,0],[":features:staking:impl",":domain:wallets:models",1,0],[":features:staking:impl",":domain:staking",1,0],[":features:staking:impl",":domain:balance-hiding",1,0],[":features:staking:impl",":domain:balance-hiding:models",1,0],[":features:staking:impl",":domain:app-currency",1,0],[":features:staking:impl",":domain:app-currency:models",1,0],[":features:staking:impl",":domain:legacy",1,0],[":features:staking:impl",":domain:models",1,0],[":features:staking:impl",":domain:transaction",1,0],[":features:staking:impl",":domain:transaction:models",1,0],[":features:staking:impl",":domain:txhistory",1,0],[":features:staking:impl",":domain:txhistory:models",1,0],[":features:staking:impl",":domain:feedback",1,0],[":features:staking:impl",":domain:feedback:models",1,0],[":features:staking:impl",":domain:notifications:models",1,0],[":features:staking:impl",":domain:account",1,0],[":features:staking:impl",":domain:account:status",1,0],[":features:staking:impl",":features:send:api",1,0],[":features:staking:impl",":features:staking:api",1,0],[":features:staking:impl",":features:txhistory:api",1,0],[":features:staking:impl",":features:approval:api",1,0],[":features:staking:api",":domain:models",1,1],[":features:staking:api",":domain:staking",1,0],[":features:staking:api",":domain:tokens:models",1,0],[":features:staking:api",":domain:wallets:models",1,0],[":features:address-book:impl",":features:address-book:api",1,0],[":features:address-book:impl",":domain:account",1,0],[":features:address-book:impl",":domain:address-book",1,0],[":features:address-book:impl",":domain:models",1,0],[":features:address-book:api",":domain:models",1,0],[":features:wallet:impl",":domain:account",1,0],[":features:wallet:impl",":domain:account:status",1,0],[":features:wallet:impl",":domain:analytics",1,0],[":features:wallet:impl",":domain:app-currency",1,0],[":features:wallet:impl",":domain:app-currency:models",1,0],[":features:wallet:impl",":domain:balance-hiding",1,0],[":features:wallet:impl",":domain:balance-hiding:models",1,0],[":features:wallet:impl",":domain:card",1,0],[":features:wallet:impl",":domain:wallet-manager",1,0],[":features:wallet:impl",":domain:demo",1,0],[":features:wallet:impl",":domain:feedback",1,0],[":features:wallet:impl",":domain:feedback:models",1,0],[":features:wallet:impl",":domain:legacy",1,0],[":features:wallet:impl",":domain:markets:models",1,0],[":features:wallet:impl",":domain:models",1,0],[":features:wallet:impl",":domain:networks",1,0],[":features:wallet:impl",":domain:qr-scanning",1,0],[":features:wallet:impl",":domain:qr-scanning:models",1,0],[":features:wallet:impl",":domain:wallet-connect",1,0],[":features:wallet:impl",":domain:wallet-connect:models",1,0],[":features:wallet:impl",":domain:nft",1,0],[":features:wallet:impl",":domain:nft:models",1,0],[":features:wallet:impl",":domain:hot-wallet",1,0],[":features:wallet:impl",":domain:offramp",1,0],[":features:wallet:impl",":domain:onramp",1,0],[":features:wallet:impl",":domain:onramp:models",1,0],[":features:wallet:impl",":domain:stories",1,0],[":features:wallet:impl",":domain:stories:models",1,0],[":features:wallet:impl",":domain:quotes",1,0],[":features:wallet:impl",":domain:settings",1,0],[":features:wallet:impl",":domain:staking",1,0],[":features:wallet:impl",":domain:staking:models",1,0],[":features:wallet:impl",":domain:tokens",1,0],[":features:wallet:impl",":domain:tokens:models",1,0],[":features:wallet:impl",":domain:txhistory",1,0],[":features:wallet:impl",":domain:txhistory:models",1,0],[":features:wallet:impl",":domain:visa",1,0],[":features:wallet:impl",":domain:wallets",1,0],[":features:wallet:impl",":domain:wallets:models",1,0],[":features:wallet:impl",":domain:notifications",1,0],[":features:wallet:impl",":domain:push-notification-preferences",1,0],[":features:wallet:impl",":domain:transaction",1,0],[":features:wallet:impl",":domain:yield-supply",1,0],[":features:wallet:impl",":domain:yield-supply:models",1,0],[":features:wallet:impl",":domain:app-theme",1,0],[":features:wallet:impl",":domain:app-theme:models",1,0],[":features:wallet:impl",":domain:assetsdiscovery",1,0],[":features:wallet:impl",":features:common-features:api",1,0],[":features:wallet:impl",":features:account:api",1,0],[":features:wallet:impl",":features:details:api",1,0],[":features:wallet:impl",":features:hot-wallet:api",1,0],[":features:wallet:impl",":features:manage-tokens:api",1,0],[":features:wallet:impl",":features:markets:api",1,0],[":features:wallet:impl",":features:onboarding-v2:api",1,0],[":features:wallet:impl",":features:onramp:api",1,0],[":features:wallet:impl",":features:push-notifications:api",1,0],[":features:wallet:impl",":features:push-notification-settings:api",1,0],[":features:wallet:impl",":features:swap:api",1,0],[":features:wallet:impl",":features:tester:api",1,0],[":features:wallet:impl",":features:tokendetails:api",1,0],[":features:wallet:impl",":features:wallet:api",1,0],[":features:wallet:impl",":features:wallet-settings:api",1,0],[":features:wallet:impl",":features:biometry:api",1,0],[":features:wallet:impl",":features:nft:api",1,0],[":features:wallet:impl",":features:send:api",1,0],[":features:wallet:impl",":features:kyc:api",1,0],[":features:wallet:impl",":features:token-recieve:api",1,0],[":features:wallet:impl",":features:yield-supply:api",1,0],[":features:wallet:impl",":features:feed:api",1,0],[":features:wallet:impl",":features:promo-banners:api",1,0],[":features:wallet:impl",":features:tangempay:main:api",1,0],[":features:wallet:impl",":features:tangempay:details:api",1,0],[":features:wallet:impl",":features:virtual-accounts:main:api",1,0],[":features:wallet:api",":domain:models",1,0],[":features:wallet:api",":domain:visa:models",1,0],[":features:tester:impl",":domain:account",1,0],[":features:tester:impl",":domain:card",1,0],[":features:tester:impl",":domain:feedback",1,0],[":features:tester:impl",":domain:markets:models",1,0],[":features:tester:impl",":domain:markets",1,0],[":features:tester:impl",":domain:manage-tokens:models",1,0],[":features:tester:impl",":domain:manage-tokens",1,0],[":features:tester:impl",":domain:wallets:models",1,0],[":features:tester:impl",":domain:wallets",1,0],[":features:tester:impl",":domain:feedback:models",1,0],[":features:tester:impl",":domain:settings",1,0],[":features:tester:impl",":data:common",1,0],[":features:tester:impl",":features:tester:api",1,0],[":features:tester:impl",":features:push-notifications:api",1,0],[":features:tester:impl",":features:survey:api",1,0],[":features:biometry:impl",":features:biometry:api",1,1],[":features:biometry:impl",":features:hot-wallet:api",1,0],[":features:biometry:impl",":domain:wallets",1,0],[":features:biometry:impl",":domain:models",1,1],[":features:biometry:impl",":domain:settings",1,0],[":features:biometry:impl",":domain:card",1,0],[":features:account:impl",":features:account:api",1,0],[":features:account:impl",":features:wallet:api",1,0],[":features:account:impl",":domain:models",1,0],[":features:account:impl",":domain:account",1,0],[":features:account:impl",":domain:account:status",1,0],[":features:account:impl",":domain:core",1,0],[":features:account:impl",":domain:app-currency",1,0],[":features:account:impl",":domain:app-currency:models",1,0],[":features:account:impl",":domain:tokens",1,0],[":features:account:impl",":domain:tokens:models",1,0],[":features:account:impl",":domain:balance-hiding",1,0],[":features:account:impl",":domain:balance-hiding:models",1,0],[":features:account:impl",":domain:wallets",1,0],[":features:account:impl",":domain:wallets:models",1,0],[":features:account:api",":domain:models",1,0],[":features:account:api",":domain:core",1,0],[":features:account:api",":domain:app-currency:models",1,0],[":features:account:api",":domain:tokens",1,0],[":features:account:api",":domain:tokens:models",1,0],[":features:account:api",":domain:account",1,0],[":features:hot-wallet:impl",":features:hot-wallet:api",1,0],[":features:hot-wallet:impl",":features:onboarding-v2:api",1,0],[":features:hot-wallet:impl",":features:push-notifications:api",1,0],[":features:hot-wallet:impl",":domain:card",1,0],[":features:hot-wallet:impl",":domain:models",2,0],[":features:hot-wallet:impl",":domain:wallets",1,0],[":features:hot-wallet:impl",":domain:wallets:models",1,0],[":features:hot-wallet:impl",":domain:settings",1,0],[":features:hot-wallet:impl",":domain:feedback",1,0],[":features:hot-wallet:impl",":domain:feedback:models",1,0],[":features:hot-wallet:impl",":domain:hot-wallet",1,0],[":features:hot-wallet:impl",":domain:assetsdiscovery",1,0],[":features:hot-wallet:api",":domain:models",1,0],[":features:hot-wallet:api",":domain:wallets",1,0],[":features:hot-wallet:api",":domain:wallets:models",1,0],[":features:survey:impl",":features:survey:api",1,0],[":features:survey:impl",":domain:common",1,0],[":features:survey:impl",":domain:models",1,0],[":features:survey:impl",":domain:wallets",1,0],[":features:survey:impl",":domain:wallets:models",1,0],[":features:send:impl",":features:send:api",1,0],[":features:send:impl",":features:txhistory:api",1,0],[":features:send:impl",":features:nft:api",1,0],[":features:send:impl",":features:swap-v2:api",1,0],[":features:send:impl",":features:manage-tokens:api",1,0],[":features:send:impl",":domain:models",1,0],[":features:send:impl",":domain:legacy",1,0],[":features:send:impl",":domain:offramp",1,0],[":features:send:impl",":domain:card",1,0],[":features:send:impl",":domain:tokens:models",1,0],[":features:send:impl",":domain:tokens",1,0],[":features:send:impl",":domain:wallets:models",1,0],[":features:send:impl",":domain:wallets",1,0],[":features:send:impl",":domain:app-currency:models",1,0],[":features:send:impl",":domain:app-currency",1,0],[":features:send:impl",":domain:transaction:models",1,0],[":features:send:impl",":domain:transaction",2,0],[":features:send:impl",":domain:txhistory:models",1,0],[":features:send:impl",":domain:txhistory",2,0],[":features:send:impl",":domain:qr-scanning:models",1,0],[":features:send:impl",":domain:qr-scanning",1,0],[":features:send:impl",":domain:settings",1,0],[":features:send:impl",":domain:feedback",1,0],[":features:send:impl",":domain:feedback:models",1,0],[":features:send:impl",":domain:balance-hiding:models",1,0],[":features:send:impl",":domain:balance-hiding",1,0],[":features:send:impl",":domain:nft:models",1,0],[":features:send:impl",":domain:nft",1,0],[":features:send:impl",":domain:notifications",1,0],[":features:send:impl",":domain:swap:models",1,0],[":features:send:impl",":domain:account",1,0],[":features:send:impl",":domain:account:status",1,0],[":features:send:api",":domain:transaction",1,0],[":features:send:api",":domain:models",1,1],[":features:send:api",":domain:app-currency:models",1,0],[":features:send:api",":domain:nft:models",1,0],[":features:send:api",":domain:tokens:models",1,0],[":features:send:api",":domain:transaction:models",1,0],[":features:send:api",":domain:wallets:models",1,0],[":features:send:api",":domain:staking:models",1,0],[":features:virtual-accounts:details:impl",":features:virtual-accounts:details:api",1,0],[":features:virtual-accounts:main:impl",":features:virtual-accounts:main:api",1,0],[":features:virtual-accounts:onboarding:impl",":features:virtual-accounts:onboarding:api",1,0],[":features:tangempay:details:impl",":features:tangempay:details:api",1,0],[":features:tangempay:details:impl",":features:token-recieve:api",1,0],[":features:tangempay:details:impl",":features:txhistory:api",1,0],[":features:tangempay:details:impl",":features:tokendetails:api",1,0],[":features:tangempay:details:impl",":domain:balance-hiding",1,0],[":features:tangempay:details:impl",":domain:balance-hiding:models",1,0],[":features:tangempay:details:impl",":domain:feedback",1,0],[":features:tangempay:details:impl",":domain:feedback:models",1,0],[":features:tangempay:details:impl",":domain:models",1,0],[":features:tangempay:details:impl",":domain:onramp:models",1,0],[":features:tangempay:details:impl",":domain:visa",1,0],[":features:tangempay:details:impl",":domain:visa:models",1,0],[":features:tangempay:details:impl",":domain:wallets",1,0],[":features:tangempay:details:api",":domain:models",1,0],[":features:tangempay:details:api",":domain:visa:models",1,0],[":features:tangempay:main:impl",":features:tangempay:main:api",1,0],[":features:tangempay:onboarding:impl",":features:tangempay:onboarding:api",1,0],[":features:tangempay:onboarding:impl",":features:tangempay:details:api",1,0],[":features:tangempay:onboarding:impl",":features:kyc:api",1,0],[":features:tangempay:onboarding:impl",":features:wallet:api",1,0],[":features:tangempay:onboarding:impl",":features:hot-wallet:api",1,0],[":features:tangempay:onboarding:impl",":domain:appsflyer",1,0],[":features:tangempay:onboarding:impl",":domain:visa",1,0],[":features:tangempay:onboarding:impl",":domain:wallets",1,0],[":features:tangempay:onboarding:impl",":domain:wallets:models",1,0],[":features:tangempay:onboarding:impl",":domain:hot-wallet",1,0],[":features:tangempay:onboarding:impl",":data:visa",1,0],[":features:tangempay:onboarding:api",":domain:models",1,0],[":features:approval:impl",":features:approval:api",1,0],[":features:approval:impl",":features:send:api",1,0],[":features:approval:impl",":domain:models",1,0],[":features:approval:impl",":domain:wallets",1,0],[":features:approval:impl",":domain:wallets:models",1,0],[":features:approval:impl",":domain:transaction:models",1,0],[":features:approval:impl",":domain:transaction",1,0],[":features:approval:api",":domain:models",1,0],[":features:approval:api",":domain:wallets:models",1,0],[":features:push-notification-settings:impl",":features:push-notification-settings:api",1,0],[":features:push-notification-settings:impl",":features:push-notifications:api",1,0],[":features:push-notification-settings:impl",":features:wallet-settings:api",1,0],[":features:push-notification-settings:impl",":domain:models",1,0],[":features:push-notification-settings:impl",":domain:account",1,0],[":features:push-notification-settings:impl",":domain:push-notification-preferences",1,0],[":features:push-notification-settings:api",":domain:models",1,0],[":data:transaction",":data:common",1,0],[":data:transaction",":domain:legacy",1,0],[":data:transaction",":domain:wallet-manager",1,0],[":data:transaction",":domain:wallets:models",1,0],[":data:transaction",":domain:tokens:models",1,0],[":data:transaction",":domain:transaction:models",1,0],[":data:transaction",":domain:transaction",1,0],[":data:transaction",":domain:demo",1,0],[":data:transaction",":features:send:api",1,0],[":data:settings",":domain:balance-hiding:models",1,0],[":data:settings",":domain:settings",1,0],[":data:dynamic-addresses",":data:common",1,0],[":data:dynamic-addresses",":domain:account",1,0],[":data:dynamic-addresses",":domain:common",1,0],[":data:dynamic-addresses",":domain:dynamic-addresses",1,0],[":data:dynamic-addresses",":domain:dynamic-addresses:models",1,0],[":data:dynamic-addresses",":domain:models",1,0],[":data:dynamic-addresses",":domain:wallet-manager",1,0],[":data:app-theme",":domain:app-theme",1,0],[":data:app-theme",":domain:app-theme:models",1,0],[":data:yield-supply",":domain:yield-supply",1,0],[":data:yield-supply",":domain:yield-supply:models",1,0],[":data:yield-supply",":domain:wallet-manager",1,0],[":data:yield-supply",":domain:legacy",1,0],[":data:yield-supply",":domain:txhistory:models",1,0],[":data:txhistory",":data:common",1,0],[":data:txhistory",":domain:legacy",1,0],[":data:txhistory",":domain:common",1,0],[":data:txhistory",":domain:wallet-manager",1,0],[":data:txhistory",":domain:models",1,0],[":data:txhistory",":domain:tokens:models",1,0],[":data:txhistory",":domain:txhistory",1,0],[":data:txhistory",":domain:txhistory:models",1,0],[":data:txhistory",":domain:express:models",1,0],[":data:txhistory",":domain:wallets:models",1,0],[":data:txhistory",":domain:wallets",1,0],[":data:txhistory",":domain:account",1,0],[":data:txhistory",":domain:account:status",1,0],[":data:push-notification-preferences",":domain:push-notification-preferences",1,0],[":data:push-notification-preferences",":domain:models",1,0],[":data:card",":domain:card",1,0],[":data:card",":domain:models",1,0],[":data:nft",":data:common",1,0],[":data:nft",":domain:card",1,0],[":data:nft",":domain:common",1,0],[":data:nft",":domain:models",1,0],[":data:nft",":domain:nft",1,0],[":data:nft",":domain:nft:models",1,0],[":data:nft",":domain:tokens:models",1,0],[":data:nft",":domain:wallet-manager",1,0],[":data:nft",":domain:wallets:models",1,0],[":data:nft",":domain:legacy",1,0],[":data:nft",":features:nft:api",1,0],[":data:quotes",":data:common",1,0],[":data:quotes",":domain:models",1,1],[":data:quotes",":domain:quotes",1,1],[":data:wallet-manager",":domain:wallets",1,0],[":data:wallet-manager",":domain:wallet-manager",1,0],[":data:wallet-manager",":domain:demo",1,0],[":data:wallet-manager",":domain:card",1,0],[":data:wallet-manager",":domain:transaction",1,0],[":data:wallet-manager",":domain:models",1,1],[":data:wallet-manager",":domain:wallets:models",1,0],[":data:wallet-manager",":domain:tokens:models",1,0],[":data:wallet-manager",":domain:txhistory:models",1,0],[":data:wallet-manager",":domain:transaction:models",1,0],[":data:express",":data:common",1,0],[":data:express",":domain:common",1,0],[":data:express",":domain:express:models",1,0],[":data:express",":domain:express",1,0],[":data:express",":domain:wallets:models",1,0],[":data:express",":domain:txhistory",1,0],[":data:express",":domain:models",1,1],[":data:payment",":data:common",1,0],[":data:payment",":data:wallets",1,0],[":data:payment",":domain:payment",1,0],[":data:payment",":domain:payment:models",1,0],[":data:payment",":domain:wallets",1,0],[":data:payment",":domain:models",1,0],[":data:payment",":domain:common",1,0],[":data:payment",":domain:legacy",1,0],[":data:qr-scanning",":domain:models",1,0],[":data:qr-scanning",":domain:qr-scanning",1,0],[":data:qr-scanning",":domain:qr-scanning:models",1,0],[":data:qr-scanning",":domain:tokens:models",1,0],[":data:blockaid",":data:common",1,0],[":data:blockaid",":domain:models",1,0],[":data:blockaid",":domain:blockaid",1,0],[":data:blockaid",":domain:blockaid:models",1,0],[":data:app-currency",":domain:core",1,0],[":data:app-currency",":domain:app-currency",1,0],[":data:app-currency",":domain:app-currency:models",1,0],[":data:app-currency",":data:common",1,0],[":data:swap",":data:common",1,0],[":data:swap",":data:express",1,0],[":data:swap",":domain:express:models",1,0],[":data:swap",":domain:express",1,0],[":data:swap",":domain:swap:models",1,0],[":data:swap",":domain:swap",1,0],[":data:swap",":domain:wallets:models",1,0],[":data:swap",":domain:wallets",1,0],[":data:swap",":domain:tokens:models",1,0],[":data:swap",":domain:tokens",1,0],[":data:swap",":domain:legacy",1,0],[":data:swap",":domain:models",1,0],[":data:swap",":domain:quotes",1,0],[":data:swap",":domain:networks",1,0],[":data:swap",":domain:staking:models",1,0],[":data:swap",":domain:staking",1,0],[":data:swap",":domain:account",1,0],[":data:earn",":data:common",1,0],[":data:earn",":domain:earn",1,0],[":data:earn",":domain:common",1,0],[":data:earn",":domain:account:status",1,0],[":data:wallet-connect",":domain:account",1,0],[":data:wallet-connect",":domain:account:status",1,0],[":data:wallet-connect",":domain:wallet-connect",1,0],[":data:wallet-connect",":domain:wallet-connect:models",1,0],[":data:wallet-connect",":domain:transaction",1,0],[":data:wallet-connect",":domain:transaction:models",1,0],[":data:wallet-connect",":domain:wallets",1,0],[":data:wallet-connect",":domain:wallets:models",1,0],[":data:wallet-connect",":domain:tokens",1,0],[":data:wallet-connect",":domain:tokens:models",1,0],[":data:wallet-connect",":domain:models",1,0],[":data:wallet-connect",":domain:legacy",1,0],[":data:wallet-connect",":domain:wallet-manager",1,0],[":data:wallet-connect",":data:common",1,0],[":data:wallet-connect",":domain:blockaid",1,0],[":data:wallet-connect",":domain:blockaid:models",1,0],[":data:visa",":data:common",1,0],[":data:visa",":data:wallets",1,0],[":data:visa",":domain:visa",1,0],[":data:visa",":domain:card",1,0],[":data:visa",":domain:wallets",1,0],[":data:visa",":domain:legacy",2,0],[":data:visa",":domain:models",1,0],[":data:visa",":domain:wallets:models",1,0],[":data:visa",":domain:app-currency:models",1,0],[":data:visa",":domain:tokens:models",1,0],[":data:visa",":domain:tokens",1,0],[":data:visa",":domain:networks",1,0],[":data:visa",":domain:wallet-manager",1,0],[":data:visa",":domain:quotes",1,0],[":data:visa",":domain:common",1,0],[":data:visa",":features:swap:domain",1,0],[":data:balance-hiding",":domain:balance-hiding",1,0],[":data:balance-hiding",":domain:balance-hiding:models",1,0],[":data:feedback",":features:hot-wallet:api",1,0],[":data:feedback",":domain:feedback",1,0],[":data:feedback",":domain:feedback:models",1,0],[":data:feedback",":domain:legacy",1,0],[":data:feedback",":domain:card",1,0],[":data:feedback",":domain:models",1,0],[":data:feedback",":domain:wallets",1,0],[":data:feedback",":domain:wallets:models",1,0],[":data:search",":data:common",1,0],[":data:search",":domain:search",1,0],[":data:search",":domain:common",1,0],[":data:search",":domain:account:status",1,0],[":data:search",":domain:markets:models",1,0],[":data:search",":domain:wallets",1,0],[":data:search",":domain:app-currency",1,0],[":data:onramp",":data:common",1,0],[":data:onramp",":domain:account",1,0],[":data:onramp",":domain:onramp",1,0],[":data:onramp",":domain:legacy",1,0],[":data:onramp",":domain:card",1,0],[":data:onramp",":domain:wallet-manager",1,0],[":data:onramp",":domain:app-theme:models",1,0],[":data:onramp",":domain:models",1,0],[":data:onramp",":domain:express:models",1,0],[":data:onramp",":domain:txhistory",1,0],[":data:networks",":data:common",1,0],[":data:networks",":data:dynamic-addresses",1,0],[":data:networks",":domain:card",1,0],[":data:networks",":domain:common",1,0],[":data:networks",":domain:legacy",1,0],[":data:networks",":domain:models",1,0],[":data:networks",":domain:networks",1,0],[":data:networks",":domain:wallet-manager",1,0],[":data:common",":domain:account",1,0],[":data:common",":domain:demo",1,0],[":data:common",":domain:legacy",1,0],[":data:common",":domain:card",1,0],[":data:common",":domain:models",1,0],[":data:common",":domain:tokens:models",1,0],[":data:common",":domain:wallets:models",1,0],[":data:common",":domain:express:models",1,0],[":data:common",":domain:networks",1,0],[":data:common",":domain:wallet-manager",1,0],[":data:common",":domain:wallets",1,0],[":data:stories",":domain:stories",1,0],[":data:stories",":domain:stories:models",1,0],[":data:stories",":domain:models",1,1],[":data:stories",":domain:wallets:models",1,0],[":data:stories",":features:referral:domain",1,0],[":data:news",":data:common",1,0],[":data:news",":domain:news",1,0],[":data:manage-tokens",":domain:account",1,0],[":data:manage-tokens",":domain:demo",1,0],[":data:manage-tokens",":domain:models",1,0],[":data:manage-tokens",":domain:manage-tokens",1,0],[":data:manage-tokens",":domain:card",1,0],[":data:manage-tokens",":domain:wallets",1,0],[":data:manage-tokens",":domain:tokens:models",1,0],[":data:manage-tokens",":domain:wallets:models",1,0],[":data:manage-tokens",":domain:legacy",2,0],[":data:manage-tokens",":data:common",1,0],[":data:manage-tokens",":data:tokens",1,0],[":data:markets",":domain:legacy",1,0],[":data:markets",":domain:markets",1,0],[":data:markets",":domain:models",1,0],[":data:markets",":domain:tokens:models",1,0],[":data:markets",":domain:tokens",1,0],[":data:markets",":data:common",1,0],[":data:staking",":data:common",1,0],[":data:staking",":domain:tokens:models",1,0],[":data:staking",":domain:staking",1,0],[":data:staking",":domain:wallets",1,0],[":data:staking",":domain:wallets:models",1,0],[":data:staking",":domain:legacy",1,0],[":data:staking",":domain:wallet-manager",1,0],[":data:staking",":domain:card",1,0],[":data:staking",":domain:models",1,0],[":data:staking",":features:staking:api",1,0],[":data:address-book",":domain:address-book",1,0],[":data:address-book",":domain:common",1,0],[":data:address-book",":domain:models",1,0],[":data:assetsdiscovery",":domain:assetsdiscovery",1,1],[":data:assetsdiscovery",":domain:tokens",1,0],[":data:assetsdiscovery",":domain:tokens:models",1,0],[":data:assetsdiscovery",":domain:models",1,0],[":data:assetsdiscovery",":domain:wallet-manager",1,0],[":data:assetsdiscovery",":domain:wallets",1,0],[":data:assetsdiscovery",":data:common",1,0],[":data:assetsdiscovery",":data:wallet-manager",1,0],[":data:wallets",":data:common",1,0],[":data:wallets",":domain:account",1,0],[":data:wallets",":domain:card",1,0],[":data:wallets",":domain:dynamic-addresses",1,0],[":data:wallets",":domain:models",1,0],[":data:wallets",":domain:tokens:models",1,0],[":data:wallets",":domain:wallets",1,0],[":data:wallets",":domain:wallets:models",1,0],[":data:wallets",":domain:settings",1,0],[":data:account",":features:virtual-accounts:details:api",1,0],[":data:account",":domain:account",1,1],[":data:account",":domain:card",1,1],[":data:account",":domain:common",1,1],[":data:account",":domain:models",1,1],[":data:account",":domain:tokens",1,1],[":data:account",":domain:wallets",1,1],[":data:account",":domain:visa",1,1],[":data:account",":data:common",1,0],[":data:hot-wallet",":domain:hot-wallet",1,0],[":data:hot-wallet",":domain:models",1,0],[":data:appsflyer",":domain:appsflyer",1,0],[":data:tokens",":data:common",1,0],[":data:tokens",":data:networks",1,0],[":data:tokens",":domain:account",1,0],[":data:tokens",":domain:card",1,0],[":data:tokens",":domain:common",1,0],[":data:tokens",":domain:core",1,0],[":data:tokens",":domain:demo",1,0],[":data:tokens",":domain:express",1,0],[":data:tokens",":domain:legacy",1,0],[":data:tokens",":domain:models",1,0],[":data:tokens",":domain:staking",1,0],[":data:tokens",":domain:staking:models",1,0],[":data:tokens",":domain:tokens",1,0],[":data:tokens",":domain:tokens:models",1,0],[":data:tokens",":domain:txhistory:models",1,0],[":data:tokens",":domain:wallet-manager",1,0],[":data:tokens",":domain:transaction",1,0],[":data:tokens",":domain:wallets:models",1,0],[":data:tokens",":features:send:api",1,0],[":data:notifications",":domain:notifications:models",1,0],[":data:notifications",":domain:notifications",1,0],[":data:onboarding",":domain:onboarding",1,0],[":data:onboarding",":domain:models",1,0],[":data:analytics",":domain:analytics",1,0],[":data:analytics",":domain:models",1,0],[":data:analytics",":domain:wallets:models",1,0],[":data:analytics",":data:common",1,0],[":domain:demo",":domain:demo:models",1,1],[":domain:transaction",":domain:account:status",1,0],[":domain:transaction",":domain:common",1,0],[":domain:transaction",":domain:dynamic-addresses",1,0],[":domain:transaction",":domain:dynamic-addresses:models",1,0],[":domain:transaction",":domain:models",1,0],[":domain:transaction",":domain:legacy",1,0],[":domain:transaction",":domain:wallet-manager",1,0],[":domain:transaction",":domain:wallets:models",1,0],[":domain:transaction",":domain:tokens",1,0],[":domain:transaction",":domain:tokens:models",1,0],[":domain:transaction",":domain:transaction:models",1,0],[":domain:transaction",":domain:demo",1,0],[":domain:transaction",":domain:card",1,0],[":domain:transaction",":domain:notifications",1,0],[":domain:transaction",":domain:networks",1,1],[":domain:settings",":domain:balance-hiding:models",1,0],[":domain:settings",":domain:wallets:models",1,0],[":domain:dynamic-addresses",":domain:core",1,1],[":domain:dynamic-addresses",":domain:dynamic-addresses:models",1,1],[":domain:dynamic-addresses",":domain:models",1,0],[":domain:dynamic-addresses",":domain:wallet-manager",1,0],[":domain:dynamic-addresses",":domain:wallets",1,0],[":domain:app-theme",":domain:core",1,0],[":domain:app-theme",":domain:app-theme:models",1,0],[":domain:yield-supply",":domain:account:status",1,0],[":domain:yield-supply",":domain:models",1,0],[":domain:yield-supply",":domain:yield-supply:models",1,0],[":domain:yield-supply",":domain:transaction:models",1,0],[":domain:yield-supply",":domain:transaction",1,0],[":domain:yield-supply",":domain:legacy",1,0],[":domain:yield-supply",":domain:blockaid:models",1,0],[":domain:yield-supply",":domain:blockaid",1,0],[":domain:yield-supply",":domain:quotes",1,0],[":domain:yield-supply",":domain:tokens",1,0],[":domain:yield-supply",":domain:app-currency:models",1,0],[":domain:yield-supply:models",":domain:models",1,1],[":domain:txhistory",":domain:core",1,0],[":domain:txhistory",":domain:express:models",1,1],[":domain:txhistory",":domain:models",1,0],[":domain:txhistory",":domain:tokens:models",1,0],[":domain:txhistory",":domain:txhistory:models",1,0],[":domain:txhistory",":domain:wallets:models",1,0],[":domain:txhistory",":domain:visa:models",1,0],[":domain:push-notification-preferences",":domain:models",1,0],[":domain:card",":domain:demo",1,0],[":domain:card",":domain:core",1,0],[":domain:card",":domain:legacy",1,0],[":domain:card",":domain:wallet-manager",1,0],[":domain:card",":domain:models",1,0],[":domain:card",":domain:tokens:models",1,0],[":domain:card",":domain:wallets:models",1,0],[":domain:card",":domain:visa:models",1,0],[":domain:nft",":domain:core",1,0],[":domain:nft",":domain:account",1,0],[":domain:nft",":domain:models",1,0],[":domain:nft",":domain:networks",1,0],[":domain:nft",":domain:nft:models",1,0],[":domain:nft",":domain:quotes",1,0],[":domain:nft",":domain:tokens",1,0],[":domain:nft",":domain:tokens:models",1,0],[":domain:nft",":domain:wallets",1,0],[":domain:nft",":domain:wallets:models",1,0],[":domain:nft:models",":domain:core",1,0],[":domain:nft:models",":domain:models",1,0],[":domain:nft:models",":domain:tokens:models",1,0],[":domain:quotes",":domain:core",1,1],[":domain:quotes",":domain:models",1,1],[":domain:wallet-manager",":domain:wallet-manager:models",1,1],[":domain:wallet-manager",":domain:models",1,1],[":domain:wallet-manager",":domain:core",1,0],[":domain:wallet-manager",":domain:demo:models",1,0],[":domain:wallet-manager",":domain:wallets:models",1,0],[":domain:wallet-manager",":domain:tokens:models",1,0],[":domain:wallet-manager",":domain:app-currency:models",1,0],[":domain:wallet-manager",":domain:transaction:models",1,0],[":domain:wallet-manager",":domain:txhistory:models",1,0],[":domain:wallet-manager:models",":domain:models",1,0],[":domain:express",":domain:express:models",1,1],[":domain:express",":domain:models",1,1],[":domain:express:models",":domain:tokens:models",1,0],[":domain:payment",":domain:models",1,1],[":domain:payment",":domain:payment:models",1,0],[":domain:payment:models",":domain:models",1,0],[":domain:qr-scanning",":domain:models",1,1],[":domain:qr-scanning",":domain:account",1,0],[":domain:qr-scanning",":domain:common",1,0],[":domain:qr-scanning",":domain:networks",1,0],[":domain:qr-scanning",":domain:qr-scanning:models",1,0],[":domain:qr-scanning",":domain:tokens:models",1,0],[":domain:qr-scanning:models",":domain:models",1,0],[":domain:blockaid",":domain:models",1,0],[":domain:blockaid",":domain:core",1,0],[":domain:blockaid",":domain:blockaid:models",1,0],[":domain:app-currency",":domain:core",1,0],[":domain:app-currency",":domain:app-currency:models",1,0],[":domain:swap",":domain:models",1,0],[":domain:swap",":domain:express:models",1,0],[":domain:swap",":domain:swap:models",1,0],[":domain:swap",":domain:wallets:models",1,0],[":domain:swap",":domain:tokens:models",1,0],[":domain:swap:models",":domain:models",1,0],[":domain:swap:models",":domain:express:models",1,0],[":domain:swap:models",":domain:tokens:models",1,0],[":domain:legacy",":domain:core",1,0],[":domain:legacy",":domain:demo",1,0],[":domain:legacy",":domain:models",1,0],[":domain:legacy",":domain:tokens:models",1,0],[":domain:legacy",":domain:transaction:models",1,0],[":domain:legacy",":domain:txhistory:models",1,0],[":domain:legacy",":domain:wallets:models",1,0],[":domain:earn",":domain:core",1,1],[":domain:earn",":domain:models",1,1],[":domain:earn",":domain:account",1,0],[":domain:earn",":domain:common",1,0],[":domain:wallet-connect",":domain:blockaid:models",1,0],[":domain:wallet-connect",":domain:core",1,0],[":domain:wallet-connect",":domain:models",1,0],[":domain:wallet-connect",":domain:tokens:models",1,0],[":domain:wallet-connect",":domain:wallets:models",1,0],[":domain:wallet-connect",":domain:wallet-connect:models",1,0],[":domain:wallet-connect",":domain:transaction",1,0],[":domain:wallet-connect",":domain:transaction:models",1,0],[":domain:wallet-connect:models",":domain:models",1,0],[":domain:wallet-connect:models",":domain:wallets:models",1,0],[":domain:wallet-connect:models",":domain:tokens:models",1,0],[":domain:wallet-connect:models",":domain:blockaid:models",1,0],[":domain:wallet-connect:models",":domain:transaction:models",1,0],[":domain:models",":domain:core",1,1],[":domain:visa",":domain:models",1,1],[":domain:visa",":domain:visa:models",1,1],[":domain:visa",":domain:app-currency:models",1,0],[":domain:visa",":domain:core",1,0],[":domain:visa",":domain:tokens:models",1,0],[":domain:visa",":domain:wallets:models",1,0],[":domain:visa:models",":domain:models",1,0],[":domain:balance-hiding",":domain:core",1,0],[":domain:balance-hiding",":domain:settings",1,0],[":domain:balance-hiding",":domain:balance-hiding:models",1,0],[":domain:feedback",":domain:models",1,0],[":domain:feedback",":domain:wallets:models",1,0],[":domain:feedback",":domain:visa:models",1,0],[":domain:feedback",":domain:feedback:models",1,0],[":domain:feedback:models",":domain:models",1,0],[":domain:feedback:models",":domain:wallets:models",1,0],[":domain:feedback:models",":domain:visa:models",1,0],[":domain:search",":domain:core",1,1],[":domain:search",":domain:models",1,1],[":domain:search",":domain:common",1,0],[":domain:search",":domain:markets:models",1,0],[":domain:search",":domain:wallets",1,0],[":domain:search",":domain:app-currency",1,0],[":domain:search",":domain:account",1,0],[":domain:search",":domain:account:status",1,0],[":domain:onramp",":domain:onramp:models",1,1],[":domain:onramp",":domain:tokens:models",1,1],[":domain:onramp",":domain:wallets:models",1,1],[":domain:onramp",":domain:core",1,1],[":domain:onramp",":domain:settings",1,1],[":domain:onramp",":domain:stories",1,0],[":domain:onramp:models",":domain:models",1,1],[":domain:onramp:models",":domain:core",1,0],[":domain:onramp:models",":domain:tokens:models",1,0],[":domain:onramp:models",":domain:wallets:models",1,0],[":domain:networks",":domain:core",1,1],[":domain:networks",":domain:models",1,1],[":domain:networks",":domain:wallets:models",1,1],[":domain:common",":domain:models",1,1],[":domain:stories",":domain:models",1,0],[":domain:stories",":domain:stories:models",1,0],[":domain:stories",":domain:settings",1,0],[":domain:stories",":domain:wallets:models",1,0],[":domain:news",":domain:core",1,1],[":domain:news",":domain:models",1,1],[":domain:manage-tokens",":domain:core",1,1],[":domain:manage-tokens",":domain:manage-tokens:models",1,1],[":domain:manage-tokens",":domain:networks",1,1],[":domain:manage-tokens",":domain:quotes",1,1],[":domain:manage-tokens",":domain:wallet-manager",1,1],[":domain:manage-tokens",":domain:wallets:models",1,0],[":domain:manage-tokens",":domain:tokens:models",1,0],[":domain:manage-tokens",":domain:staking",1,0],[":domain:manage-tokens",":domain:tokens",1,0],[":domain:manage-tokens",":domain:card",1,0],[":domain:manage-tokens",":domain:wallets",1,0],[":domain:manage-tokens",":domain:legacy",1,0],[":domain:manage-tokens:models",":domain:models",1,0],[":domain:manage-tokens:models",":domain:tokens:models",1,0],[":domain:markets",":domain:app-currency:models",1,1],[":domain:markets",":domain:card",1,1],[":domain:markets",":domain:core",1,1],[":domain:markets",":domain:legacy",1,1],[":domain:markets",":domain:markets:models",1,1],[":domain:markets",":domain:models",1,1],[":domain:markets",":domain:networks",1,1],[":domain:markets",":domain:staking",1,1],[":domain:markets",":domain:quotes",1,1],[":domain:markets",":domain:wallet-manager",1,1],[":domain:markets",":domain:wallets",1,1],[":domain:markets",":domain:wallets:models",1,1],[":domain:markets",":domain:stories",1,1],[":domain:markets",":domain:tokens:models",1,0],[":domain:markets",":domain:tokens",1,0],[":domain:markets",":domain:settings",1,0],[":domain:markets:models",":domain:models",1,1],[":domain:markets:models",":domain:tokens:models",1,1],[":domain:markets:models",":domain:core",1,0],[":domain:staking",":domain:staking:models",1,1],[":domain:staking",":domain:core",1,1],[":domain:staking",":domain:legacy",1,0],[":domain:staking",":domain:wallet-manager",1,0],[":domain:staking",":domain:models",1,0],[":domain:staking",":domain:tokens:models",1,0],[":domain:staking",":domain:wallets:models",1,0],[":domain:staking:models",":domain:core",1,0],[":domain:staking:models",":domain:models",1,0],[":domain:offramp",":domain:core",1,1],[":domain:offramp",":domain:models",1,1],[":domain:address-book",":domain:core",1,1],[":domain:address-book",":domain:models",1,1],[":domain:address-book",":domain:transaction",1,0],[":domain:address-book",":domain:tokens",1,0],[":domain:assetsdiscovery",":domain:core",1,1],[":domain:assetsdiscovery",":domain:models",1,0],[":domain:assetsdiscovery",":domain:account:status",1,0],[":domain:wallets",":domain:core",1,1],[":domain:wallets",":domain:common",1,1],[":domain:wallets",":domain:legacy",1,0],[":domain:wallets",":domain:wallet-manager",1,0],[":domain:wallets",":domain:account",1,0],[":domain:wallets",":domain:models",1,0],[":domain:wallets",":domain:tokens",1,0],[":domain:wallets",":domain:card",1,0],[":domain:wallets",":domain:tokens:models",1,0],[":domain:wallets",":domain:wallets:models",1,0],[":domain:wallets",":domain:notifications:models",1,0],[":domain:wallets",":domain:demo:models",1,0],[":domain:wallets",":domain:hot-wallet",1,0],[":domain:wallets",":domain:qr-scanning",1,0],[":domain:wallets",":domain:qr-scanning:models",1,0],[":domain:wallets:models",":domain:models",1,0],[":domain:account",":domain:common",1,1],[":domain:account",":domain:core",1,1],[":domain:account",":domain:models",1,1],[":domain:account",":domain:wallets:models",1,1],[":domain:account",":domain:yield-supply:models",1,1],[":domain:account:status",":domain:account",1,1],[":domain:account:status",":domain:card",1,1],[":domain:account:status",":domain:core",1,1],[":domain:account:status",":domain:common",1,1],[":domain:account:status",":domain:express",1,1],[":domain:account:status",":domain:quotes",1,1],[":domain:account:status",":domain:models",1,1],[":domain:account:status",":domain:networks",1,1],[":domain:account:status",":domain:nft",1,1],[":domain:account:status",":domain:referral",1,1],[":domain:account:status",":domain:staking",1,1],[":domain:account:status",":domain:tokens",1,1],[":domain:account:status",":domain:tokens:models",1,1],[":domain:account:status",":domain:visa",1,1],[":domain:account:status",":domain:wallet-manager",1,1],[":domain:account:status",":domain:wallets",1,1],[":domain:hot-wallet",":domain:core",1,0],[":domain:hot-wallet",":domain:models",1,0],[":domain:hot-wallet",":domain:wallets:models",1,0],[":domain:tokens",":domain:core",1,1],[":domain:tokens",":domain:common",1,0],[":domain:tokens",":domain:card",1,0],[":domain:tokens",":domain:express",1,0],[":domain:tokens",":domain:models",1,0],[":domain:tokens",":domain:legacy",1,0],[":domain:tokens",":domain:wallet-manager",1,0],[":domain:tokens",":domain:staking",1,0],[":domain:tokens",":domain:visa",1,0],[":domain:tokens",":domain:tokens:models",1,0],[":domain:tokens",":domain:txhistory:models",1,0],[":domain:tokens",":domain:transaction:models",1,0],[":domain:tokens",":domain:wallets:models",1,0],[":domain:tokens",":domain:app-currency:models",1,0],[":domain:tokens",":domain:onramp:models",1,0],[":domain:tokens",":domain:settings",1,0],[":domain:tokens",":features:swap:domain:api",1,0],[":domain:tokens",":features:swap:domain:models",1,0],[":domain:tokens",":domain:stories:models",1,0],[":domain:tokens",":domain:stories",1,0],[":domain:tokens",":domain:networks",1,0],[":domain:tokens",":domain:quotes",1,0],[":domain:tokens",":domain:yield-supply:models",1,0],[":domain:tokens",":features:staking:api",1,0],[":domain:tokens",":features:markets:api",1,0],[":domain:tokens",":features:swap:api",1,0],[":domain:tokens",":features:virtual-accounts:details:api",1,0],[":domain:tokens:models",":domain:models",1,0],[":domain:tokens:models",":domain:txhistory:models",1,0],[":domain:tokens:models",":domain:staking:models",1,0],[":domain:tokens:models",":domain:stories:models",1,0],[":domain:notifications",":domain:core",1,0],[":domain:notifications",":domain:models",1,0],[":domain:notifications",":domain:notifications:models",1,0],[":domain:notifications",":domain:wallets:models",1,0],[":domain:notifications",":domain:tokens:models",1,0],[":domain:onboarding",":domain:models",1,0],[":domain:analytics",":domain:core",1,0],[":domain:analytics",":domain:models",1,0],[":domain:analytics",":domain:wallets:models",1,0]]} +``` + + + +```json +{"n":[["AccessCodeRecovery","AccessCodeRecovery","onboarding",1,0],["AccountDetails","AccountDetails","portfolio",1,0],["AddExistingWallet","AddExistingWallet","onboarding",1,0],["AddressBook","AddressBook","settings",1,0],["AppCurrencySelector","AppCurrencySelector","settings",1,0],["AppSettings","AppSettings","settings",2,0],["ArchivedAccountList","ArchivedAccountList","portfolio",1,0],["BuyCrypto","BuyCrypto","tokenaction",1,0],["CardSettings","CardSettings","settings",1,0],["ChooseManagedTokens","ChooseManagedTokens","portfolio",1,0],["CreateAccount","CreateAccount","portfolio",1,0],["CreateHardwareWallet","CreateHardwareWallet","onboarding",2,0],["CreateMobileWallet","CreateMobileWallet","onboarding",2,0],["CreateWalletBackup","CreateWalletBackup","onboarding",3,0],["CreateWalletSelection","CreateWalletSelection","onboarding",2,2],["CreateWalletStart","CreateWalletStart","onboarding",1,3],["CurrencyDetails","CurrencyDetails","portfolio",6,5],["Details","Details","settings",2,10],["DetailsSecurity","DetailsSecurity","settings",1,0],["Disclaimer","Disclaimer","entry",4,2],["Earn","Earn","markets",0,6],["EditAccount","EditAccount","portfolio",0,0],["ForgetWallet","ForgetWallet","settings",1,0],["Home","Home","entry",8,3],["Initial","Initial","entry",0,9],["Kyc","Kyc","tangempay",0,0],["ManageTokens","ManageTokens","portfolio",2,1],["Markets","Markets","markets",1,1],["MarketsTokenDetails","MarketsTokenDetails","markets",3,0],["NFT","NFT","wallet",1,1],["NFTSend","NFTSend","wallet",1,0],["News","News","markets",1,0],["NewsDetails","NewsDetails","markets",1,0],["Onboarding","Onboarding","onboarding",6,3],["Onramp","Onramp","tokenaction",3,3],["OnrampSuccess","OnrampSuccess","tokenaction",0,0],["PushNotification","PushNotification","wallet",1,0],["PushNotificationSettings","PushNotificationSettings","wallet",1,0],["QrScanning","QrScanning","misc",3,0],["ReferralProgram","ReferralProgram","settings",1,0],["ResetToFactory","ResetToFactory","settings",1,0],["SellCrypto","SellCrypto","tokenaction",1,0],["Send","Send","tokenaction",1,2],["SendEntryPoint","SendEntryPoint","tokenaction",2,0],["Staking","Staking","tokenaction",3,1],["Stories","Stories","wallet",2,0],["Survey","Survey","misc",0,0],["Swap","Swap","tokenaction",6,1],["TangemPayDetails","TangemPayDetails","tangempay",2,0],["TangemPayHotWalletOnboarding","TangemPayHotWalletOnboarding","tangempay",0,0],["TangemPayOnboarding","TangemPayOnboarding","tangempay",2,6],["UpdateAccessCode","UpdateAccessCode","onboarding",1,0],["UpgradeWallet","UpgradeWallet","onboarding",0,11],["Usedesk","Usedesk","misc",1,0],["ViewPhrase","ViewPhrase","onboarding",2,0],["Wallet","Wallet","wallet",9,14],["WalletActivation","WalletActivation","onboarding",1,0],["WalletBackup","WalletBackup","onboarding",1,0],["WalletConnectSessions","WalletConnectSessions","settings",1,1],["WalletHardwareBackup","WalletHardwareBackup","onboarding",2,0],["WalletSettings","WalletSettings","settings",1,15],["Welcome","Welcome","entry",1,3],["YieldSupplyEntry","YieldSupplyEntry","tokenaction",3,2],["AppShell","App shell","shell",0,7]],"e":[["Initial","AppSettings",1,0],["Initial","Wallet",4,0],["Initial","Welcome",2,0],["Initial","DetailsSecurity",1,0],["Initial","AccessCodeRecovery",1,0],["Initial","Onboarding",2,0],["Initial","ResetToFactory",1,0],["Initial","Home",1,0],["Initial","AppCurrencySelector",1,0],["Home","ManageTokens",1,0],["Home","CreateWalletStart",1,0],["Home","Wallet",2,0],["CreateWalletStart","CreateMobileWallet",2,0],["CreateWalletStart","Wallet",3,0],["CreateWalletStart","Onboarding",1,0],["YieldSupplyEntry","CurrencyDetails",2,0],["YieldSupplyEntry","Stories",2,0],["WalletSettings","AccountDetails",1,0],["WalletSettings","ArchivedAccountList",1,0],["WalletSettings","CreateAccount",1,0],["WalletSettings","ManageTokens",1,0],["WalletSettings","PushNotificationSettings",1,0],["WalletSettings","Home",1,0],["WalletSettings","Onboarding",1,0],["WalletSettings","ReferralProgram",1,0],["WalletSettings","UpdateAccessCode",1,0],["WalletSettings","WalletHardwareBackup",1,0],["WalletSettings","WalletBackup",1,0],["WalletSettings","CardSettings",1,0],["WalletSettings","CreateWalletBackup",2,0],["WalletSettings","ForgetWallet",2,0],["WalletSettings","ViewPhrase",1,0],["Disclaimer","PushNotification",1,0],["Disclaimer","Home",1,0],["NFT","NFTSend",1,0],["CurrencyDetails","Wallet",2,0],["CurrencyDetails","Onramp",3,0],["CurrencyDetails","SendEntryPoint",1,0],["CurrencyDetails","Swap",2,0],["CurrencyDetails","Staking",1,0],["Swap","Stories",1,0],["Details","WalletConnectSessions",4,0],["Details","AddressBook",2,0],["Details","Wallet",1,0],["Details","Onboarding",2,0],["Details","TangemPayOnboarding",2,0],["Details","Usedesk",2,0],["Details","AppSettings",1,0],["Details","Disclaimer",1,0],["Details","CreateWalletSelection",1,0],["Details","WalletSettings",2,0],["CreateWalletSelection","CreateMobileWallet",1,0],["CreateWalletSelection","CreateHardwareWallet",1,0],["Welcome","Home",1,0],["Welcome","Wallet",6,0],["Welcome","CreateWalletSelection",1,0],["AppShell","CurrencyDetails",1,0],["Onramp","Swap",1,0],["Onramp","SellCrypto",1,0],["Onramp","BuyCrypto",1,0],["WalletConnectSessions","QrScanning",1,0],["Onboarding","Wallet",7,0],["Onboarding","Home",1,0],["Onboarding","Disclaimer",1,0],["AppShell","ChooseManagedTokens",1,0],["ManageTokens","Swap",1,0],["Markets","MarketsTokenDetails",1,0],["Earn","YieldSupplyEntry",2,0],["Earn","News",5,0],["Earn","NewsDetails",4,0],["Earn","CurrencyDetails",5,0],["Earn","Markets",4,0],["Earn","MarketsTokenDetails",2,0],["Staking","CurrencyDetails",1,0],["Wallet","Details",1,0],["Wallet","Onboarding",1,0],["Wallet","CurrencyDetails",1,0],["Wallet","Home",1,0],["Wallet","NFT",1,0],["Wallet","TangemPayOnboarding",1,0],["Wallet","TangemPayDetails",1,0],["Wallet","YieldSupplyEntry",1,0],["Wallet","QrScanning",1,0],["Wallet","Send",1,0],["Wallet","Onramp",1,0],["Wallet","MarketsTokenDetails",1,0],["Wallet","Staking",1,0],["Wallet","Swap",1,0],["UpgradeWallet","ViewPhrase",3,0],["UpgradeWallet","WalletActivation",2,0],["UpgradeWallet","WalletHardwareBackup",2,0],["UpgradeWallet","Disclaimer",1,0],["UpgradeWallet","AddExistingWallet",1,0],["UpgradeWallet","Wallet",4,0],["UpgradeWallet","CreateWalletBackup",1,0],["UpgradeWallet","CreateHardwareWallet",1,0],["UpgradeWallet","Onboarding",1,0],["UpgradeWallet","Details",1,0],["UpgradeWallet","Home",1,0],["Send","QrScanning",1,0],["Send","CurrencyDetails",1,0],["TangemPayOnboarding","Swap",3,0],["TangemPayOnboarding","Disclaimer",2,0],["TangemPayOnboarding","Home",2,0],["TangemPayOnboarding","CreateWalletBackup",2,0],["TangemPayOnboarding","Wallet",5,0],["TangemPayOnboarding","TangemPayDetails",1,0],["AppShell","Onramp",1,0],["AppShell","Swap",1,0],["AppShell","SendEntryPoint",2,0],["AppShell","Staking",1,0],["AppShell","YieldSupplyEntry",1,0]]} +``` + + + +```json +{"AccessCodeRecovery":{"path":"/access_code_recovery","owner":"features:onboarding-v2","group":"onboarding","total":2,"refs":[["app",2]]},"AccountDetails":{"path":"/account_details/${account.accountId.value}","owner":"features:account","group":"portfolio","total":2,"refs":[["app",1],["features:wallet-settings",1]]},"AddExistingWallet":{"path":"/add_existing_wallet","owner":"features:onboarding-v2","group":"onboarding","total":2,"refs":[["app",1],["features:hot-wallet",1]]},"AddressBook":{"path":"/address_book/${addressBookOpenMode.address}-${addressBookOpenMode.networkId}","owner":"features:address-book","group":"settings","total":4,"refs":[["features:details",2],["app",1],["common:routing",1]]},"AppCurrencySelector":{"path":"/app_currency_selector","owner":"features:wallet-settings","group":"settings","total":2,"refs":[["app",2]]},"AppSettings":{"path":"/app_settings","owner":"features:details","group":"settings","total":5,"refs":[["app",4],["features:details",1]]},"ArchivedAccountList":{"path":"/archived_account/${userWalletId.stringValue}","owner":"features:account","group":"portfolio","total":2,"refs":[["app",1],["features:wallet-settings",1]]},"BuyCrypto":{"path":"/buy_crypto/${userWalletId.stringValue}","owner":"features:onramp","group":"tokenaction","total":3,"refs":[["app",1],["features:onramp",1],["features:wallet",1]]},"CardSettings":{"path":"/card_settings/${userWalletId.stringValue}","owner":"features:details","group":"settings","total":2,"refs":[["app",1],["features:wallet-settings",1]]},"ChooseManagedTokens":{"path":"/$source/choose_managed_tokens/$userWalletId/${initialCurrency.id.value}","owner":"features:manage-tokens","group":"portfolio","total":3,"refs":[["features:swap-v2",2],["app",1]]},"CreateAccount":{"path":"/create_account/${userWalletId.stringValue}","owner":"features:account","group":"portfolio","total":2,"refs":[["app",1],["features:wallet-settings",1]]},"CreateHardwareWallet":{"path":"/create_hardware_wallet","owner":"features:onboarding-v2","group":"onboarding","total":3,"refs":[["app",1],["features:create-wallet-selection",1],["features:hot-wallet",1]]},"CreateMobileWallet":{"path":"/create_mobile_wallet","owner":"features:hot-wallet","group":"onboarding","total":4,"refs":[["features:create-wallet-start",2],["app",1],["features:create-wallet-selection",1]]},"CreateWalletBackup":{"path":"/create_wallet_backup/${userWalletId.stringValue}","owner":"features:onboarding-v2","group":"onboarding","total":6,"refs":[["features:wallet-settings",2],["features:tangempay",2],["app",1],["features:hot-wallet",1]]},"CreateWalletSelection":{"path":"/create_wallet_selection","owner":"features:create-wallet-selection","group":"onboarding","total":3,"refs":[["app",1],["features:details",1],["features:welcome",1]]},"CreateWalletStart":{"path":"/create_wallet_start","owner":"features:create-wallet-start","group":"onboarding","total":8,"refs":[["app",5],["features:home",3]]},"CurrencyDetails":{"path":"/currency_details/${userWalletId.stringValue}/${currency.id.value}","owner":"features:tokendetails","group":"portfolio","total":18,"refs":[["features:feed",5],["features:tokendetails",4],["features:yield-supply",2],["features:swap",2],["app",1],["features:common-features",1],["features:staking",1],["features:wallet",1],["features:send",1]]},"Details":{"path":"/details/${userWalletId.stringValue}","owner":"features:details","group":"settings","total":3,"refs":[["app",1],["features:wallet",1],["features:hot-wallet",1]]},"DetailsSecurity":{"path":"/details/security","owner":"features:details","group":"settings","total":2,"refs":[["app",2]]},"Disclaimer":{"path":"/disclaimer${if (isTosAccepted) \"/tos_accepted\" else \"\"}","owner":"features:disclaimer","group":"entry","total":8,"refs":[["app",2],["features:tangempay",2],["features:details",1],["features:walletconnect",1],["features:onboarding-v2",1],["features:hot-wallet",1]]},"Earn":{"path":"/earn","owner":"features:feed","group":"markets","total":16,"refs":[["features:feed",15],["app",1]]},"EditAccount":{"path":"/edit_account/${account.accountId.value}","owner":"features:account","group":"portfolio","total":2,"refs":[["app",1],["features:account",1]]},"ForgetWallet":{"path":"/forget_wallet/${userWalletId.stringValue}","owner":"features:wallet-settings","group":"settings","total":3,"refs":[["features:wallet-settings",2],["app",1]]},"Home":{"path":"/home","owner":"features:home","group":"entry","total":14,"refs":[["app",6],["features:tangempay",2],["features:wallet-settings",1],["features:disclaimer",1],["features:welcome",1],["features:onboarding-v2",1],["features:wallet",1],["features:hot-wallet",1]]},"Initial":{"path":"/initial","owner":"app","group":"entry","total":6,"refs":[["app",5],["features:walletconnect",1]]},"Kyc":{"path":"/kyc","owner":"features:kyc","group":"tangempay","total":2,"refs":[["app",1],["features:tangempay",1]]},"ManageTokens":{"path":"${source.name.lowercase()}/manage_tokens/${accountId?.value}","owner":"features:manage-tokens","group":"portfolio","total":18,"refs":[["app",5],["features:wallet",5],["features:account",4],["features:home",2],["features:wallet-settings",2]]},"Markets":{"path":"/markets","owner":"features:markets","group":"markets","total":5,"refs":[["features:feed",4],["app",1]]},"MarketsTokenDetails":{"path":"/markets_token_details/${token.id}/$shouldShowPortfolio","owner":"features:markets","group":"markets","total":7,"refs":[["features:markets",2],["features:feed",2],["features:wallet",2],["app",1]]},"NFT":{"path":"/nft/${userWalletId.stringValue}","owner":"features:nft","group":"wallet","total":2,"refs":[["app",1],["features:wallet",1]]},"NFTSend":{"path":"/send/nft/${userWalletId.stringValue}/$nftCollectionName/${nftAsset.id}","owner":"features:nft","group":"wallet","total":2,"refs":[["app",1],["features:nft",1]]},"News":{"path":"/news","owner":"features:feed","group":"markets","total":6,"refs":[["features:feed",5],["app",1]]},"NewsDetails":{"path":"/news_details/$newsId","owner":"features:feed","group":"markets","total":5,"refs":[["features:feed",4],["app",1]]},"Onboarding":{"path":"/onboarding_v2/$mode","owner":"features:onboarding-v2","group":"onboarding","total":38,"refs":[["app",21],["features:create-wallet-start",4],["features:details",4],["features:wallet",3],["features:wallet-settings",2],["features:welcome",2],["features:hot-wallet",2]]},"Onramp":{"path":"/onramp/${userWalletId.stringValue}/${currency.symbol}","owner":"features:onramp","group":"tokenaction","total":9,"refs":[["features:tokendetails",3],["features:onramp",3],["app",1],["features:wallet",1],["common:ui-markets",1]]},"OnrampSuccess":{"path":"/onramp/success/$txId","owner":"features:onramp","group":"tokenaction","total":4,"refs":[["features:onramp",3],["app",1]]},"PushNotification":{"path":"/push_notification","owner":"features:push-notifications","group":"wallet","total":18,"refs":[["features:push-notifications",8],["app",4],["features:disclaimer",2],["features:hot-wallet",2],["features:onboarding-v2",1],["features:wallet",1]]},"PushNotificationSettings":{"path":"/push_notification_settings/${userWalletId.stringValue}","owner":"features:push-notification-settings","group":"wallet","total":2,"refs":[["app",1],["features:wallet-settings",1]]},"QrScanning":{"path":"/$source/qr_scanning${source.path}","owner":"features:qr-scanning","group":"misc","total":11,"refs":[["app",5],["features:walletconnect",2],["features:wallet",2],["features:send",2]]},"ReferralProgram":{"path":"/referral_program","owner":"features:referral","group":"settings","total":3,"refs":[["app",1],["features:referral",1],["features:wallet-settings",1]]},"ResetToFactory":{"path":"/reset_to_factory","owner":"features:details","group":"settings","total":2,"refs":[["app",2]]},"SellCrypto":{"path":"/sell_crypto/${userWalletId.stringValue}","owner":"features:onramp","group":"tokenaction","total":3,"refs":[["app",1],["features:onramp",1],["features:wallet",1]]},"Send":{"path":"/send/${userWalletId.stringValue}/${currency.id.value}?","owner":"features:send","group":"tokenaction","total":12,"refs":[["features:wallet",7],["app",4],["features:send",1]]},"SendEntryPoint":{"path":"/send_entry_point/${userWalletId.stringValue}/${currency.id.value}?","owner":"features:send","group":"tokenaction","total":5,"refs":[["features:tokendetails",2],["common:ui-markets",2],["app",1]]},"Staking":{"path":"/staking/${userWalletId.stringValue}/${cryptoCurrency.id.value}/${integrationId.value}","owner":"features:staking","group":"tokenaction","total":5,"refs":[["app",1],["features:tokendetails",1],["features:staking",1],["features:wallet",1],["common:ui-markets",1]]},"Stories":{"path":"/stories$storyId","owner":"features:stories","group":"wallet","total":7,"refs":[["app",2],["features:yield-supply",2],["features:swap",1],["features:walletconnect",1],["features:wallet",1]]},"Survey":{"path":"/survey","owner":"features:survey","group":"misc","total":4,"refs":[["features:survey",3],["app",1]]},"Swap":{"path":"/swap","owner":"features:swap","group":"tokenaction","total":38,"refs":[["common:ui-markets",14],["features:tangempay",9],["features:tokendetails",6],["app",4],["features:manage-tokens",2],["features:wallet",2],["features:onramp",1]]},"TangemPayDetails":{"path":"/tangem_pay_details/${status.account}","owner":"features:tangempay","group":"tangempay","total":3,"refs":[["app",1],["features:wallet",1],["features:tangempay",1]]},"TangemPayHotWalletOnboarding":{"path":"/tangem_pay_hot_wallet_onboarding","owner":"features:tangempay","group":"tangempay","total":2,"refs":[["app",2]]},"TangemPayOnboarding":{"path":"/tangem_pay_onboarding/$mode","owner":"features:tangempay","group":"tangempay","total":20,"refs":[["app",6],["features:wallet",6],["features:details",4],["features:tangempay",4]]},"UpdateAccessCode":{"path":"/update_access_code/${userWalletId.stringValue}","owner":"features:onboarding-v2","group":"onboarding","total":4,"refs":[["features:wallet-settings",2],["app",1],["features:tangempay",1]]},"UpgradeWallet":{"path":"/upgrade_wallet/${userWalletId.stringValue}","owner":"features:hot-wallet","group":"onboarding","total":4,"refs":[["features:hot-wallet",3],["app",1]]},"Usedesk":{"path":"/usedesk/${walletMetaInfo.userWalletId}","owner":"features:usedesk","group":"misc","total":3,"refs":[["features:details",2],["app",1]]},"ViewPhrase":{"path":"/view_seed_phrase/${userWalletId.stringValue}","owner":"features:onboarding-v2","group":"onboarding","total":5,"refs":[["features:hot-wallet",3],["app",1],["features:wallet-settings",1]]},"Wallet":{"path":"/wallet","owner":"features:wallet","group":"wallet","total":58,"refs":[["app",23],["features:welcome",7],["features:onboarding-v2",7],["features:tangempay",5],["features:create-wallet-start",4],["features:hot-wallet",4],["features:home",2],["features:tokendetails",2],["features:details",2],["features:wallet",2]]},"WalletActivation":{"path":"/wallet_activation/${userWalletId.stringValue}","owner":"features:tangempay","group":"onboarding","total":3,"refs":[["features:hot-wallet",2],["app",1]]},"WalletBackup":{"path":"/wallet_backup/${userWalletId.stringValue}/$isColdWalletOptionShown","owner":"features:onboarding-v2","group":"onboarding","total":3,"refs":[["app",1],["features:wallet-settings",1],["features:wallet",1]]},"WalletConnectSessions":{"path":"/wallet_connect_sessions","owner":"features:walletconnect","group":"settings","total":5,"refs":[["features:details",4],["app",1]]},"WalletHardwareBackup":{"path":"/wallet_hardware_backup/${userWalletId.stringValue}","owner":"features:onboarding-v2","group":"onboarding","total":4,"refs":[["features:hot-wallet",2],["app",1],["features:wallet-settings",1]]},"WalletSettings":{"path":"/wallet_settings/${userWalletId.stringValue}","owner":"features:wallet-settings","group":"settings","total":4,"refs":[["features:details",2],["app",1],["features:hot-wallet",1]]},"Welcome":{"path":"/welcome","owner":"features:welcome","group":"entry","total":7,"refs":[["app",6],["features:walletconnect",1]]},"YieldSupplyEntry":{"path":"/yield_supply_entry/${userWalletId.stringValue}/${cryptoCurrency.symbol}","owner":"features:yield-supply","group":"tokenaction","total":7,"refs":[["features:yield-supply",2],["features:feed",2],["app",1],["features:wallet",1],["common:ui-markets",1]]}} +``` + + + \ No newline at end of file diff --git a/.claude/skills/navigation-graph/SKILL.md b/.claude/skills/navigation-graph/SKILL.md new file mode 100644 index 0000000000..c22e57cfd6 --- /dev/null +++ b/.claude/skills/navigation-graph/SKILL.md @@ -0,0 +1,59 @@ +--- +name: navigation-graph +description: Refresh the app's navigation/dependency graph from live code and rebuild the interactive visualization. Scans features/domain Gradle project dependencies and every AppRoute usage, updates the generated regions of .claude/docs/navigation-graph.md (preserving hand-written prose and the curated config), then renders .claude/docs/module-connectivity.html (Area / Module / Screens views with team overlays). Use when the user asks to update/regenerate/refresh the navigation graph, screen map, module connectivity diagram or module-connectivity.html, after adding/removing AppRoute screens or feature/domain modules, or to add/recolor a team. Triggers: "update the navigation graph", "regenerate module-connectivity.html", "refresh the screen map", "rebuild the module connectivity diagram", "add a team to the graph". +allowed-tools: Bash, Read, Edit, Grep, Glob +--- + +Refresh and rebuild the app's connectivity visualization. The data flows **code → doc → HTML**: + +``` +features/domain/data build.gradle.kts deps ─┐ +AppRoute.kt + every AppRoute.X usage ─┴─▶ build_graph.py ─▶ .claude/docs/navigation-graph.md + │ (data + curated config blocks) + ▼ + render_html.py ─▶ .claude/docs/module-connectivity.html +``` + +`navigation-graph.md` is the source of truth. Its hand-written prose (sections 1–4: route tables, edges-with-triggers, nested routes, deep links) is **owned by humans and never overwritten**. The skill manages only the region between `` and ``, which holds: +- an **editable CONFIG json block** — functional groups (label/color/grid anchor), per-screen group + owner, and teams. Preserved across refreshes (human edits win). +- **auto data blocks** — `areaGraph`, `moduleGraph`, `screensGraph`, `screensMeta`. Overwritten from code every run. + +## To refresh after a code change (the common case) + +Run both scripts from anywhere in the repo (they locate the root via `settings.gradle.kts`). The scan walks the whole tree — expect ~10–20s. + +```bash +python3 .claude/skills/navigation-graph/scripts/build_graph.py +python3 .claude/skills/navigation-graph/scripts/render_html.py +``` + +Then report to the user: the printed counts, **any `⚠ NEW screen` warnings**, and that `.claude/docs/module-connectivity.html` is a self-contained file they can open in a browser. + +**If `build_graph.py` prints `⚠ NEW screen …` warnings:** a route was added to `AppRoute.kt` but isn't classified. The new screen was defaulted to group `misc` / owner `app`. Edit the CONFIG block in `.claude/docs/navigation-graph.md` to set its real `screenGroups[Name]` and `screenOwners[Name]`, then re-run both scripts. Pick the group/owner by reading where the route lives and is pushed from. Removed routes are reported as "no longer in code" and are harmless (kept in config for when they return). + +## To change grouping, owners, colors, or teams + +Edit the **CONFIG** json block inside `.claude/docs/navigation-graph.md` (between `` and `:END`), then run `render_html.py` (no need to re-scan code unless code changed): +- **`groups`** — add/rename a functional group or change its `color` / `label` / grid `anchor` (`x`,`y` are 0–1 fractions of the canvas). +- **`screenGroups` / `screenOwners`** — reassign a screen. +- **`teams`** — add a team object `{ "id", "name", "color", "roots": [...module path prefixes...], "screens": [...AppRoute names...] }`. `roots` drive the overlay in Area/Module views (e.g. `"features:onramp"`, `"domain:staking"`, `"data:swap"`); `screens` drive it in the Screens view (e.g. `"Send"`). A module/screen may be matched by either. The overlay (hull + rings, optional cluster force) and per-view member counts wire up automatically. + +After editing CONFIG, re-run `render_html.py`. If you changed code-derived facts, run `build_graph.py` first. + +## What gets extracted (and what's inferred) + +- **Dependency edges** (Area/Module): only project (`projects.*`) deps among `features/*`, `domain/*` and `data/*` — external libraries excluded. Area view merges each area's `api`/`impl`/`models`. The Data-layer toggle in the HTML appears only when data modules are present. +- **Screen edges** (Screens): the **target** is exact — the `AppRoute.X` argument of a `push`/`replaceCurrent`/`replaceAll`/`popTo` call. The **source** is the navigating file's feature module collapsed to that feature's main screen (eponymous screen if one exists, else most-referenced), so intra-feature hops are merged. Calls from shared UI / app root attach to a synthetic **App shell** node. Group/owner come from the curated CONFIG. + +## Files + +``` +.claude/skills/navigation-graph/ + SKILL.md + assets/template.html # parameterized HTML (8 inject points: 4 data blocks + teams + group colors/labels/anchors) + assets/config.seed.json # initial curation; used only when the doc has no CONFIG block yet + scripts/build_graph.py # code -> navigation-graph.md (managed region) + scripts/render_html.py # navigation-graph.md -> module-connectivity.html +``` + +Outputs live in `.claude/docs/`. The scripts are idempotent — re-running never duplicates the managed region. Do not hand-edit the auto data blocks (they're regenerated); edit CONFIG instead. After regenerating, sanity-check the HTML by extracting its ` diff --git a/.claude/skills/navigation-graph/scripts/build_graph.py b/.claude/skills/navigation-graph/scripts/build_graph.py new file mode 100644 index 0000000000..ff1a94c5a3 --- /dev/null +++ b/.claude/skills/navigation-graph/scripts/build_graph.py @@ -0,0 +1,277 @@ +#!/usr/bin/env python3 +""" +build_graph.py — scan the live codebase and refresh the managed regions of +.claude/docs/navigation-graph.md (the source of truth for module-connectivity.html). + +What it extracts from code: + - features/domain/data Gradle project dependencies -> area graph + module graph + - AppRoute screens + every `AppRoute.X` reference -> screen navigation graph + +What it preserves: + - all hand-written prose ABOVE the marker + - the curated CONFIG block (groups / owners / teams) inside the managed region + +Run from anywhere inside the repo: python3 build_graph.py +Then render the HTML: python3 render_html.py +""" +import os, re, json, sys +from collections import defaultdict + +# ---------------------------------------------------------------- paths +def find_root(start): + d = os.path.abspath(start) + while d != os.path.dirname(d): + if os.path.exists(os.path.join(d, "settings.gradle.kts")): + return d + d = os.path.dirname(d) + sys.exit("ERROR: could not locate repo root (settings.gradle.kts not found).") + +SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) +ROOT = find_root(os.getcwd()) +SKILL = os.path.dirname(SCRIPT_DIR) +DOCS = os.path.join(ROOT, ".claude", "docs") +MD = os.path.join(DOCS, "navigation-graph.md") +SEED = os.path.join(SKILL, "assets", "config.seed.json") +APPROUTE = os.path.join(ROOT, "common/routing/src/main/kotlin/com/tangem/common/routing/AppRoute.kt") + +# ---------------------------------------------------------------- managed-region helpers +BEGIN = "" +END = "" + +def block(text, key): + """Return the JSON string inside the markers, or None.""" + m = re.search(r"\s*```json\s*(.*?)\s*```\s*" + % (re.escape(key), re.escape(key)), text, re.S) + return m.group(1) if m else None + +def wrap(key, payload): + return f"\n```json\n{payload}\n```\n" + +# ---------------------------------------------------------------- gradle dependency scan +def camel_to_kebab(s): return re.sub(r'(? 1 and p[0] in SCOPED_LAYERS else None + +def build_area_graph(modules, edges): + agg = defaultdict(lambda: {"w": 0, "api": False}) + for s, d, c in edges: + if not (is_scoped(s) and is_scoped(d)): continue + sa, da = area_of(s), area_of(d) + if not sa or not da or sa == da: continue + agg[(sa, da)]["w"] += 1 + if c == 'api': agg[(sa, da)]["api"] = True + indeg, outdeg = defaultdict(int), defaultdict(int) + for (s, d) in agg: outdeg[s] += 1; indeg[d] += 1 + nodes = sorted({n for e in agg for n in e}) + N = [[n, n.split(':')[1], n.split(':')[0], indeg[n], outdeg[n]] for n in nodes] + E = [[s, d, v["w"], 1 if v["api"] else 0] for (s, d), v in agg.items()] + return {"n": N, "e": E} + +def build_module_graph(modules, edges): + agg = defaultdict(lambda: {"w": 0, "api": False}) + for s, d, c in edges: + if not (is_scoped(s) and is_scoped(d)) or s == d: continue + agg[(s, d)]["w"] += 1 + if c == 'api': agg[(s, d)]["api"] = True + indeg, outdeg = defaultdict(int), defaultdict(int) + for (s, d) in agg: outdeg[s] += 1; indeg[d] += 1 + conn = {n for e in agg for n in e} + N = [[m, ':'.join(m.split(':')[2:]), m.split(':')[1], indeg[m], outdeg[m]] + for m in sorted(conn)] + E = [[s, d, v["w"], 1 if v["api"] else 0] for (s, d), v in agg.items()] + return {"n": N, "e": E} + +# ---------------------------------------------------------------- AppRoute scan +REF_RE = re.compile(r'AppRoute\.([A-Z][A-Za-z0-9]+)') +DECL_RE = re.compile(r'^ (?:data )?(?:object|class) (\w+)', re.M) + +def read_kotlin_string(text, i): + """text[i] must be '"'. Return (content, index_after_closing_quote), handling \\" + escapes and ${...} template expressions (nested braces/strings copied verbatim) so a + path with string templates isn't truncated at the first inner quote.""" + out, j = [], i + 1 + while j < len(text): + c = text[j] + if c == '\\': + out.append(text[j:j + 2]); j += 2; continue + if c == '"': + return ''.join(out), j + 1 + if c == '$' and j + 1 < len(text) and text[j + 1] == '{': + out.append('${'); j += 2; depth = 1 + while j < len(text) and depth > 0: + ck = text[j] + if ck == '"': + s, j = read_kotlin_string(text, j); out.append('"' + s + '"'); continue + if ck == '{': depth += 1 + elif ck == '}': depth -= 1 + if depth > 0: out.append(ck) + j += 1 + out.append('}'); continue + out.append(c); j += 1 + return ''.join(out), j + +def extract_path(block): + """First string literal of the `path = …` argument within one screen's source block. + Block-scoped (so multi-line `AppRoute(` blocks resolve) and template-aware (so paths + aren't truncated); for a non-literal RHS (e.g. `path = when {…}`) it takes the first + branch literal. Returns None when the block has no `path =`.""" + m = re.search(r'\bpath\s*=\s*', block) + if not m: return None + i = m.end() + while i < len(block) and block[i] in ' \t\r\n': i += 1 + if i < len(block) and block[i] == '"': + return read_kotlin_string(block, i)[0] + q = block.find('"', i) + return read_kotlin_string(block, q)[0] if q != -1 else None + +def scan_routes(): + src = open(APPROUTE, encoding='utf-8').read() + decls = [(m.group(1), m.start()) for m in DECL_RE.finditer(src)] + screens = {name for name, _ in decls} + paths = {} + for idx, (name, start) in enumerate(decls): + end = decls[idx + 1][1] if idx + 1 < len(decls) else len(src) + p = extract_path(src[start:end]) + if p is not None: paths.setdefault(name, p) + usage = defaultdict(lambda: defaultdict(int)) + nav = defaultdict(int) + def area(fp): + parts = os.path.relpath(fp, ROOT).split(os.sep) + top = parts[0] + return f"{top}:{parts[1]}" if top in ('features','domain','data','core','common','libs') and len(parts) > 1 else top + for dp, _, fns in os.walk(ROOT): + if '/build/' in dp or '/.git' in dp or '/.gradle' in dp: continue + for fn in fns: + if not fn.endswith('.kt'): continue + fp = os.path.join(dp, fn) + if os.path.samefile(fp, APPROUTE) if os.path.exists(APPROUTE) else False: continue + try: txt = open(fp, encoding='utf-8', errors='ignore').read() + except Exception: continue + if 'AppRoute.' not in txt: continue + a = area(fp) + for m in REF_RE.finditer(txt): + if m.group(1) in screens: usage[m.group(1)][a] += 1 + for nm in re.finditer(r'\b(push|replaceCurrent|replaceAll|popTo)\s*\(', txt): + r2 = REF_RE.search(txt[nm.end():nm.end()+160]) + if r2 and r2.group(1) in screens: nav[(a, r2.group(1))] += 1 + return screens, paths, usage, nav + +def build_screen_graph(screens, paths, usage, nav, cfg): + total = {s: sum(usage[s].values()) for s in screens} + sg, so = cfg["screenGroups"], cfg["screenOwners"] + owned = defaultdict(list) + for s in sorted(screens): owned[so.get(s, cfg["defaultOwner"])].append(s) + def fnorm(a): return a.split(':')[-1].replace('-', '').lower() + def main_of(a, ss): + epon = [s for s in ss if s.lower() == fnorm(a)] + return epon[0] if epon else max(ss, key=lambda x: (total[x], x)) # deterministic tie-break + main = {a: main_of(a, ss) for a, ss in owned.items()} + APPSHELL = 'AppShell' + edge = defaultdict(int) + for (a, t), c in nav.items(): + src = main.get(a, APPSHELL) + if src == t: continue + edge[(src, t)] += c + use_shell = any(s == APPSHELL for s, _ in edge) + indeg, outdeg = defaultdict(int), defaultdict(int) + for (s, t) in edge: outdeg[s] += 1; indeg[t] += 1 + N = [[s, s, sg.get(s, cfg["defaultGroup"]), indeg[s], outdeg[s]] for s in sorted(screens)] + if use_shell: N.append([APPSHELL, 'App shell', 'shell', indeg[APPSHELL], outdeg[APPSHELL]]) + E = [[s, t, w, 0] for (s, t), w in edge.items()] + meta = {} + for s in sorted(screens): + meta[s] = {"path": paths.get(s, ""), "owner": so.get(s, cfg["defaultOwner"]), + "group": sg.get(s, cfg["defaultGroup"]), "total": total[s], + "refs": sorted(usage[s].items(), key=lambda kv: -kv[1])} + return {"n": N, "e": E}, meta + +# ---------------------------------------------------------------- main +def main(): + if not os.path.exists(APPROUTE): + sys.exit(f"ERROR: AppRoute.kt not found at {APPROUTE}") + old = open(MD, encoding='utf-8').read() if os.path.exists(MD) else "" + + # config: prefer the one already in the doc (human edits win), else seed + cfg_str = block(old, "config") + cfg = json.loads(cfg_str) if cfg_str else json.load(open(SEED)) + + modules, dep_edges = scan_modules() + area_g = build_area_graph(modules, dep_edges) + mod_g = build_module_graph(modules, dep_edges) + screens, paths, usage, nav = scan_routes() + + # reconcile config with the screens actually present in code + warns = [] + for s in sorted(screens): + if s not in cfg["screenGroups"]: + cfg["screenGroups"][s] = cfg["defaultGroup"]; warns.append(f"NEW screen '{s}': group defaulted to '{cfg['defaultGroup']}' — set it in CONFIG") + if s not in cfg["screenOwners"]: + cfg["screenOwners"][s] = cfg["defaultOwner"]; warns.append(f"NEW screen '{s}': owner defaulted to '{cfg['defaultOwner']}' — set it in CONFIG") + stale = [s for s in cfg["screenGroups"] if s not in screens] + + screen_g, screen_meta = build_screen_graph(screens, paths, usage, nav, cfg) + + inv_area = sum(1 for s, t, w, a in area_g["e"] if t.startswith('features:') and not s.startswith('features:')) + + cj = lambda o: json.dumps(o, separators=(',', ':')) + summary = ( + f"_Auto-generated from code by the `navigation-graph` skill. Edit only the CONFIG block below._\n\n" + f"- **Screens (AppRoute):** {len(screens)} · screen-nav edges {len(screen_g['e'])}\n" + f"- **Area graph:** {len(area_g['n'])} feature/domain/data areas · {len(area_g['e'])} dependency edges · {inv_area} inverted (domain/data→features)\n" + f"- **Module graph:** {len(mod_g['n'])} modules · {len(mod_g['e'])} edges\n" + ) + if warns: summary += "\n**Action needed:**\n" + "\n".join(f"- {w}" for w in warns) + "\n" + if stale: summary += f"\n_Config has {len(stale)} screen(s) no longer in code (kept, harmless): {', '.join(stale)}_\n" + + managed = "\n\n".join([ + BEGIN, + "## Connectivity data (generated)\n\n" + summary, + "### Curated config (editable — preserved across refreshes)\n\n" + wrap("config", json.dumps(cfg, indent=2)), + "### Graph data (auto — overwritten every refresh; do not hand-edit)\n\n" + + wrap("areaGraph", cj(area_g)) + "\n\n" + wrap("moduleGraph", cj(mod_g)) + "\n\n" + + wrap("screensGraph", cj(screen_g)) + "\n\n" + wrap("screensMeta", cj(screen_meta)), + END, + ]) + + if BEGIN in old and END in old: + head = old[:old.index(BEGIN)].rstrip() + "\n\n" + tail = old[old.index(END) + len(END):] + new = head + managed + tail + elif old.strip(): + new = old.rstrip() + "\n\n" + managed + "\n" + else: + new = "# Navigation Graph\n\n" + managed + "\n" + + os.makedirs(DOCS, exist_ok=True) + open(MD, "w", encoding='utf-8').write(new) + print(f"✓ updated {os.path.relpath(MD, ROOT)}") + print(f" screens={len(screens)} screen-edges={len(screen_g['e'])} | " + f"areas={len(area_g['n'])}/{len(area_g['e'])} | modules={len(mod_g['n'])}/{len(mod_g['e'])}") + for w in warns: print(" ⚠ " + w) + print("Next: python3 " + os.path.join(SCRIPT_DIR, "render_html.py")) + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/.claude/skills/navigation-graph/scripts/render_html.py b/.claude/skills/navigation-graph/scripts/render_html.py new file mode 100644 index 0000000000..baeab3d348 --- /dev/null +++ b/.claude/skills/navigation-graph/scripts/render_html.py @@ -0,0 +1,73 @@ +#!/usr/bin/env python3 +""" +render_html.py — build .claude/docs/module-connectivity.html from the data blocks +in .claude/docs/navigation-graph.md (which build_graph.py refreshes from code). + +Run AFTER build_graph.py: python3 render_html.py +""" +import os, re, json, sys + +def find_root(start): + d = os.path.abspath(start) + while d != os.path.dirname(d): + if os.path.exists(os.path.join(d, "settings.gradle.kts")): + return d + d = os.path.dirname(d) + sys.exit("ERROR: could not locate repo root (settings.gradle.kts not found).") + +SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) +ROOT = find_root(os.getcwd()) +SKILL = os.path.dirname(SCRIPT_DIR) +MD = os.path.join(ROOT, ".claude", "docs", "navigation-graph.md") +TEMPLATE = os.path.join(SKILL, "assets", "template.html") +OUT = os.path.join(ROOT, ".claude", "docs", "module-connectivity.html") + +def block(text, key): + m = re.search(r"\s*```json\s*(.*?)\s*```\s*" + % (re.escape(key), re.escape(key)), text, re.S) + if not m: + sys.exit(f"ERROR: data block '{key}' not found in {MD}. Run build_graph.py first.") + return json.loads(m.group(1)) + +def main(): + if not os.path.exists(MD): sys.exit(f"ERROR: {MD} not found. Run build_graph.py first.") + if not os.path.exists(TEMPLATE): sys.exit(f"ERROR: template missing at {TEMPLATE}") + text = open(MD, encoding='utf-8').read() + cfg = block(text, "config") + area = block(text, "areaGraph") + mod = block(text, "moduleGraph") + screens = block(text, "screensGraph") + smeta = block(text, "screensMeta") + + groups = cfg["groups"] + group_colors = {g: groups[g]["color"] for g in groups} + group_labels = {g: groups[g]["label"] for g in groups} + group_anchors = {g: groups[g]["anchor"] for g in groups} + + cj = lambda o: json.dumps(o, separators=(',', ':')) + tpl = open(TEMPLATE, encoding='utf-8').read() + repl = { + "/*__AREA_DATA__*/null": cj(area), + "/*__MODULE_DATA__*/null": cj(mod), + "/*__SCREENS_DATA__*/null": cj(screens), + "/*__SCREENS_META__*/null": cj(smeta), + "/*__TEAMS__*/[]": cj(cfg["teams"]), + "/*__GROUP_COLORS__*/{}": cj(group_colors), + "/*__GROUP_LABELS__*/{}": cj(group_labels), + "/*__GROUP_ANCHORS__*/{}": cj(group_anchors), + } + out = tpl + for k, v in repl.items(): + if k not in out: sys.exit(f"ERROR: placeholder '{k}' missing in template — template/skill version mismatch.") + out = out.replace(k, v) + for ph in ("__AREA_DATA__", "__MODULE_DATA__", "__SCREENS_DATA__", "__SCREENS_META__", + "__TEAMS__", "__GROUP_COLORS__", "__GROUP_LABELS__", "__GROUP_ANCHORS__"): + if "/*" + ph + "*/" in out: sys.exit(f"ERROR: placeholder {ph} left unreplaced.") + open(OUT, "w", encoding='utf-8').write(out) + print(f"✓ wrote {os.path.relpath(OUT, ROOT)} ({len(out)//1024} KB, self-contained)") + print(f" area {len(area['n'])}n/{len(area['e'])}e · module {len(mod['n'])}n/{len(mod['e'])}e · " + f"screens {len(screens['n'])}n/{len(screens['e'])}e · teams {len(cfg['teams'])}") + print(f" open: {OUT}") + +if __name__ == "__main__": + main() \ No newline at end of file