Skip to content

Commit

Permalink
fix: add gnosis & walletlink as managerConnectors for offchain (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet authored Dec 9, 2024
1 parent 3eeda28 commit 9bd9bed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/ui/src/networks/offchain/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ export const PROPOSAL_VALIDATIONS = {
};
export const STRATEGIES = {};
export const EXECUTORS = {};
export const CONNECTORS: Connector[] = ['injected', 'walletconnect'];
export const CONNECTORS: Connector[] = [
'injected',
'walletconnect',
'walletlink',
'gnosis'
];
export const EDITOR_AUTHENTICATORS = [];
export const EDITOR_PROPOSAL_VALIDATIONS = [];
export const EDITOR_VOTING_STRATEGIES = [];
Expand Down

0 comments on commit 9bd9bed

Please sign in to comment.