diff --git a/components/marketplace/modules/ROOT/pages/index.adoc b/components/marketplace/modules/ROOT/pages/index.adoc index faebeb22..a04fea4a 100644 --- a/components/marketplace/modules/ROOT/pages/index.adoc +++ b/components/marketplace/modules/ROOT/pages/index.adoc @@ -7,13 +7,19 @@ WARNING: Plugins in the Governance Marketplace may not have gone through the sam == Plugins -=== https://github.com/aragon/toucan-voting-plugin[Multichain token voting (with LayerZero)] +=== https://github.com/privacy-scaling-explorations/maci-voting-plugin-aragon[Private voting with MACI] + +By link:https://github.com/privacy-scaling-explorations/[@Privacy Stewards of Ethereum] + +Leverages the MACI (Minimum Anti-Collusion Infrastructure) open source infrastructure for private onchain voting. + +=== https://github.com/aragon/toucan-voting-plugin[Multichain token voting with LayerZero] By link:https://github.com/aragon[@AragonR&D] Leverages the LayerZero protocol for cross-chain messaging and the zkSync Era rollup for low-cost and secure voting. -=== https://github.com/crosschain-alliance/toucan-voting-plugin/tree/feat/hashi[Multichain token voting (with Hashi)] +=== https://github.com/crosschain-alliance/toucan-voting-plugin/tree/feat/hashi[Multichain token voting with Hashi] link:https://github.com/allemanfredi[@allemanfredi] @@ -38,4 +44,4 @@ link:https://github.com/aragon[@AragonR&D] A multi-threshold approval mechanism for handling both standard and emergency proposals. [.info-text-style] -_By installing and using these plugins, some of which are 3rd party plugins, you acknowledge that Aragon is not responsible for their functionality, security, updates, or any potential risks, including data loss or security breaches. Use of these plugins at your own risk, and you should verify their third-party privacy policies and terms before installation. Aragon disclaims all liability for any issues arising from the use of these plugins. Aragon disclaims all liability for any issues arising from the use of these plugins._ \ No newline at end of file +_By installing and using these plugins, some of which are 3rd party plugins, you acknowledge that Aragon is not responsible for their functionality, security, updates, or any potential risks, including data loss or security breaches. Use of these plugins at your own risk, and you should verify their third-party privacy policies and terms before installation. Aragon disclaims all liability for any issues arising from the use of these plugins. Aragon disclaims all liability for any issues arising from the use of these plugins._ diff --git a/playbook-master.yml b/playbook-master.yml index 50580240..c4482d72 100644 --- a/playbook-master.yml +++ b/playbook-master.yml @@ -16,7 +16,7 @@ content: - url: https://github.com/aragon/multisig-plugin branches: main start_path: packages/contracts/docs - - url: https://github.com/aragon/token-voting-plugin + - url: https://github.com/aragon/token-voting-plugin-hardhat branches: main start_path: packages/contracts/docs - url: https://github.com/aragon/admin-plugin diff --git a/playbook-staging.yml b/playbook-staging.yml index 5303dd2d..b56c9b3c 100644 --- a/playbook-staging.yml +++ b/playbook-staging.yml @@ -16,7 +16,7 @@ content: - url: https://github.com/aragon/multisig-plugin branches: main start_path: packages/contracts/docs - - url: https://github.com/aragon/token-voting-plugin + - url: https://github.com/aragon/token-voting-plugin-hardhat branches: main start_path: packages/contracts/docs - url: https://github.com/aragon/admin-plugin