Skip to content

Commit

Permalink
Backporting the lock to vote plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Aug 26, 2024
1 parent b02115b commit 9590b0c
Show file tree
Hide file tree
Showing 23 changed files with 3,365 additions and 10 deletions.
20 changes: 10 additions & 10 deletions plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
PUB_MULTISIG_PLUGIN_ADDRESS,
PUB_EMERGENCY_MULTISIG_PLUGIN_ADDRESS,
// PUB_TOKEN_VOTING_PLUGIN_ADDRESS,
// PUB_LOCK_TO_VOTE_PLUGIN_ADDRESS,
PUB_LOCK_TO_VOTE_PLUGIN_ADDRESS,
} from "@/constants";
import { IconType } from "@aragon/ods";

Expand All @@ -23,24 +23,24 @@ export const plugins: PluginItem[] = [
// {
// id: "token-voting",
// folderName: "tokenVoting",
// title: "Community proposals",
// icon: IconType.BLOCKCHAIN_BLOCKCHAIN,
// title: "Token Voting",
// // icon: IconType.BLOCKCHAIN_BLOCKCHAIN,
// pluginAddress: PUB_TOKEN_VOTING_PLUGIN_ADDRESS,
// },
{
id: "lock-to-vote",
folderName: "lockToVote",
title: "Lock to bote",
// icon: IconType.BLOCKCHAIN_BLOCK,
pluginAddress: PUB_LOCK_TO_VOTE_PLUGIN_ADDRESS,
},
{
id: "optimistic",
folderName: "optimistic-proposals",
title: "Proposals",
// icon: IconType.APP_MEMBERS,
pluginAddress: PUB_DUAL_GOVERNANCE_PLUGIN_ADDRESS,
},
// {
// id: "lock-to-vote",
// folderName: "lockToVote",
// title: "Lock to bote",
// icon: IconType.BLOCKCHAIN_BLOCK,
// pluginAddress: PUB_LOCK_TO_VOTE_PLUGIN_ADDRESS,
// },
{
id: "multisig",
folderName: "multisig",
Expand Down
Loading

0 comments on commit 9590b0c

Please sign in to comment.