Skip to content

Commit

Permalink
fix: turn off tomo on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab committed Aug 19, 2024
1 parent 526fc24 commit 13cc8b2
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 13cc8b2

Please sign in to comment.