1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-30 12:18:09 +00:00

Merge pull request #464 from trezor/fix/tezos-menu-order

fix tezos order
This commit is contained in:
Vladimir Volek 2019-03-25 11:30:31 +01:00 committed by GitHub
commit e3ad843914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,5 +85,6 @@ export default [
coinName: 'Tezos', coinName: 'Tezos',
url: 'https://wallet.simplestaking.com/tezos/wallet/start', url: 'https://wallet.simplestaking.com/tezos/wallet/start',
external: true, external: true,
order: 21,
}, },
]; ];