From dab322feec2e09e71a266bbc178f5955cfcf8c69 Mon Sep 17 00:00:00 2001 From: wjrjerome Date: Tue, 1 Oct 2024 11:02:28 +1000 Subject: [PATCH] chore: enable one more wallet on mainnet --- src/utils/wallet/list.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/utils/wallet/list.ts b/src/utils/wallet/list.ts index acf7040e..a1ee7e1d 100644 --- a/src/utils/wallet/list.ts +++ b/src/utils/wallet/list.ts @@ -45,14 +45,6 @@ export const walletList: IntegratedWallet[] = [ linkToDocs: "", supportedNetworks: [Network.MAINNET, Network.SIGNET], }, - { - name: "Tomo", - icon: tomoIcon, - wallet: TomoWallet, - provider: tomoProvider, - linkToDocs: "https://tomo.inc/", - supportedNetworks: [Network.SIGNET], - }, { name: "OneKey", icon: oneKeyIcon, @@ -86,4 +78,12 @@ export const walletList: IntegratedWallet[] = [ isQRWallet: true, supportedNetworks: [Network.MAINNET, Network.SIGNET], }, + { + name: "Tomo", + icon: tomoIcon, + wallet: TomoWallet, + provider: tomoProvider, + linkToDocs: "https://tomo.inc/", + supportedNetworks: [Network.MAINNET, Network.SIGNET], + }, ];