Skip to content

Commit

Permalink
chore: enable more wallets on mainnet (#180)
Browse files Browse the repository at this point in the history
* chore: enable one more wallet on mainnet
  • Loading branch information
jrwbabylonlab authored Oct 2, 2024
1 parent ac75129 commit abcf066
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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],
},
];
2 changes: 1 addition & 1 deletion src/utils/wallet/providers/cactuslink_wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {

// Internal network names
const INTERNAL_NETWORK_NAMES = {
[Network.MAINNET]: "livenet",
[Network.MAINNET]: "mainnet",
[Network.TESTNET]: "testnet",
[Network.SIGNET]: "signet",
};
Expand Down

0 comments on commit abcf066

Please sign in to comment.