Skip to content

Commit

Permalink
Amennd mainnet env wallet list (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Aug 20, 2024
1 parent 526fc24 commit c30a8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/wallet/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const walletList: IntegratedWallet[] = [
wallet: TomoWallet,
provider: tomoProvider,
linkToDocs: "https://tomo.inc/",
supportedNetworks: [Network.MAINNET, Network.SIGNET],
supportedNetworks: [Network.SIGNET],
},
{
name: "OneKey",
Expand Down

0 comments on commit c30a8d5

Please sign in to comment.