nomad-xyz / nomad-monorepo

Contracts, off-chain agents, and libraries for Nomad
https://nomad.xyz
77 stars 16 forks source link

POC: cross-chain governance xapp #211

Closed anna-carroll closed 2 years ago

anna-carroll commented 2 years ago

Purpose: Proof-of-Concept simplified cross-chain governance app. Governs multi-chain deployments of protocols where core governance lives on one chain.

Example Use Case: Uniswap GovernorBravo contract is deployed on Ethereum mainnet. Uniswap protocol is also deployed on other chains, such as Polygon, Arbitrum and Optimism. This application can dispense governance txs from mainnet to other chains.

Design: Based on GovernanceRouter which governs Nomad, with tailored, simplified functionality for this use case.

anna-carroll commented 2 years ago

porting this to new repo now that it's public 👍

anna-carroll commented 2 years ago

ported: https://github.com/nomad-xyz/monorepo/pull/95