From 7bea1b433f1c379b473f5350f47512dad111b8fc Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 21 Mar 2019 15:31:32 +0100 Subject: [PATCH] add order prop to tezos --- src/constants/coins.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/coins.js b/src/constants/coins.js index b584b7ab..7fd6f880 100644 --- a/src/constants/coins.js +++ b/src/constants/coins.js @@ -85,5 +85,6 @@ export default [ coinName: 'Tezos', url: 'https://wallet.simplestaking.com/tezos/wallet/start', external: true, + order: 21, }, ];