Skip to content

Commit

Permalink
chore: enable one more wallet on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Oct 1, 2024
1 parent ac75129 commit dab322f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/utils/wallet/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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],
},
];

0 comments on commit dab322f

Please sign in to comment.