mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-14 11:18:56 +01:00
7 lines
336 B
TypeScript
7 lines
336 B
TypeScript
// mapping of normal to tor domains.
|
|
// we probably can list only domains that trezor has under control, for security reasons
|
|
// it is maybe likely that this map will have only one record forever?
|
|
export const TOR_URLS: { [key: string]: string } = {
|
|
'trezor.io': 'trezoriovpjcahpzkrewelclulmszwbqpzmzgub37gbcjlvluxtruqad.onion',
|
|
};
|