diff --git a/README.md b/README.md index edc8b9a..78986c8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ Built with *[Foundry](https://github.com/foundry-rs/forge-std)* and *[Solady](https://github.com/vectorized/solady)*. +## Alpha Deployment +> *Signature Validation Limit: ~1774 signatures* + +Chain | Address | +----------------|-----------------------------------------| +Ethereum, Optimism, Sepolia (testnet) | [0x0000000000001D4B1320bB3c47380a3D1C3A1A0C](https://etherscan.io/address/0x0000000000001D4B1320bB3c47380a3D1C3A1A0C#code) | + ## Premise Dagon is a contract singleton system that allows any account to give any token a threshold right to sign for it. It thus supports existing token communities and DAO deployments out-of-the-gate. Dagon is optimized especially for most off-chain voting methods, such as multisig and weighted snapshot proposals, as well, initially offers a platform-agnostic upgrade path into smart account-based governance abstraction following, *e.g.*, [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337). diff --git a/docs/src/README.md b/docs/src/README.md index edc8b9a..78986c8 100644 --- a/docs/src/README.md +++ b/docs/src/README.md @@ -5,6 +5,13 @@ Built with *[Foundry](https://github.com/foundry-rs/forge-std)* and *[Solady](https://github.com/vectorized/solady)*. +## Alpha Deployment +> *Signature Validation Limit: ~1774 signatures* + +Chain | Address | +----------------|-----------------------------------------| +Ethereum, Optimism, Sepolia (testnet) | [0x0000000000001D4B1320bB3c47380a3D1C3A1A0C](https://etherscan.io/address/0x0000000000001D4B1320bB3c47380a3D1C3A1A0C#code) | + ## Premise Dagon is a contract singleton system that allows any account to give any token a threshold right to sign for it. It thus supports existing token communities and DAO deployments out-of-the-gate. Dagon is optimized especially for most off-chain voting methods, such as multisig and weighted snapshot proposals, as well, initially offers a platform-agnostic upgrade path into smart account-based governance abstraction following, *e.g.*, [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337). diff --git a/docs/src/src/Dagon.sol/contract.Dagon.md b/docs/src/src/Dagon.sol/contract.Dagon.md index 9c1fa68..0025398 100644 --- a/docs/src/src/Dagon.sol/contract.Dagon.md +++ b/docs/src/src/Dagon.sol/contract.Dagon.md @@ -1,5 +1,5 @@ # Dagon -[Git Source](https://github.com/Moloch-Mystics/dagon/blob/e32487a32d1e73c4ebea862231430b94d1c03822/src/Dagon.sol) +[Git Source](https://github.com/Moloch-Mystics/dagon/blob/c2b041fa6461441e320461b10ebb5c5d514a6859/src/Dagon.sol) **Inherits:** ERC6909 diff --git a/docs/src/src/Dagon.sol/interface.IAuth.md b/docs/src/src/Dagon.sol/interface.IAuth.md index 89a08a3..cd6f820 100644 --- a/docs/src/src/Dagon.sol/interface.IAuth.md +++ b/docs/src/src/Dagon.sol/interface.IAuth.md @@ -1,5 +1,5 @@ # IAuth -[Git Source](https://github.com/Moloch-Mystics/dagon/blob/e32487a32d1e73c4ebea862231430b94d1c03822/src/Dagon.sol) +[Git Source](https://github.com/Moloch-Mystics/dagon/blob/c2b041fa6461441e320461b10ebb5c5d514a6859/src/Dagon.sol) Simple authority interface for contracts. diff --git a/docs/src/src/Dagon.sol/interface.IOwnable.md b/docs/src/src/Dagon.sol/interface.IOwnable.md index 3343e0b..8dd6e3b 100644 --- a/docs/src/src/Dagon.sol/interface.IOwnable.md +++ b/docs/src/src/Dagon.sol/interface.IOwnable.md @@ -1,5 +1,5 @@ # IOwnable -[Git Source](https://github.com/Moloch-Mystics/dagon/blob/e32487a32d1e73c4ebea862231430b94d1c03822/src/Dagon.sol) +[Git Source](https://github.com/Moloch-Mystics/dagon/blob/c2b041fa6461441e320461b10ebb5c5d514a6859/src/Dagon.sol) Simple ownership interface for handover requests. diff --git a/lib/accounts b/lib/accounts index 1a50ad5..4100cee 160000 --- a/lib/accounts +++ b/lib/accounts @@ -1 +1 @@ -Subproject commit 1a50ad57ccbcb9bc97e87850ebd0f97e2d44a772 +Subproject commit 4100ceebd3b86981293991a1ab1fd7ac9be295e5