Skip to content

Commit

Permalink
Merge pull request #4 from Tonomy-Foundation/feature/529-block
Browse files Browse the repository at this point in the history
make wallet false
  • Loading branch information
sadiabbasi authored Feb 7, 2024
2 parents 00cae69 + 31f3024 commit bda4826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/chains/pangea-testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ import { Token } from 'src/types';
import { FooterLink } from 'src/types/UiCustomization';

const customHeaderSettings = {
hideLoginHandler: false,
hideLoginHandler: true,
hideNetworkTab: false,
hideWalletTab: true,
hideVoteTab: false,
hideVoteTab: true,
hideProposalTab: false,
};

Expand Down

0 comments on commit bda4826

Please sign in to comment.