Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions components/marketplace/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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._
_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._
2 changes: 1 addition & 1 deletion playbook-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion playbook-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down