1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-12 11:28:56 +00:00
trezor-wallet/src/constants/urls.js

6 lines
173 B
JavaScript
Raw Normal View History

2019-02-26 12:40:22 +00:00
export default {
NEXT_WALLET: 'https://beta-wallet.trezor.io/next',
OLD_WALLET: 'https://wallet.trezor.io',
OLD_WALLET_BETA: 'https://beta-wallet.trezor.io',
2019-03-04 12:33:02 +00:00
};