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], + }, ];