mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
feat(suite-native): enable ada tokens
This commit is contained in:
committed by
Petr Brantalík
parent
d2b53f82cc
commit
3e8c71e0df
@@ -20,6 +20,7 @@ export const NETWORK_SYMBOLS_WITH_TOKENS = [
|
||||
'arb',
|
||||
'avax',
|
||||
'xlm',
|
||||
'ada',
|
||||
] satisfies Array<NetworkSymbol>;
|
||||
export type NetworkSymbolWithTokens = (typeof NETWORK_SYMBOLS_WITH_TOKENS)[number];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user