Skip to content

Commit

Permalink
Revert "Merge pull request #13981 from brave/disable_solana_provider"
Browse files Browse the repository at this point in the history
This reverts commit 48f09e8, reversing
changes made to f9ba2b3.
  • Loading branch information
darkdh committed Jun 28, 2022
1 parent db07854 commit 8245332
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/brave_wallet/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ const base::Feature kBraveWalletSolanaFeature{
};

const base::Feature kBraveWalletSolanaProviderFeature{
"BraveWalletSolanaProvider", base::FEATURE_DISABLED_BY_DEFAULT};
#if BUILDFLAG(IS_ANDROID)
"BraveWalletSolanaProvider", base::FEATURE_DISABLED_BY_DEFAULT
#else
"BraveWalletSolanaProvider", base::FEATURE_ENABLED_BY_DEFAULT
#endif
};

const base::Feature kBraveWalletDappsSupportFeature{
"BraveWalletDappsSupport", base::FEATURE_ENABLED_BY_DEFAULT};
Expand Down

0 comments on commit 8245332

Please sign in to comment.