Skip to content

Commit fc8ad59

Browse files
committed
✨ Alpha
1 parent c2b041f commit fc8ad59

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
Built with *[Foundry](https://github.com/foundry-rs/forge-std)* and *[Solady](https://github.com/vectorized/solady)*.
77

8+
## Alpha Deployment
9+
> *Signature Validation Limit: ~1774 signatures*
10+
11+
Chain | Address |
12+
----------------|-----------------------------------------|
13+
Ethereum, Optimism, Sepolia (testnet) | [0x0000000000001D4B1320bB3c47380a3D1C3A1A0C](https://etherscan.io/address/0x0000000000001D4B1320bB3c47380a3D1C3A1A0C#code) |
14+
815
## Premise
916

1017
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).

docs/src/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
Built with *[Foundry](https://github.com/foundry-rs/forge-std)* and *[Solady](https://github.com/vectorized/solady)*.
77

8+
## Alpha Deployment
9+
> *Signature Validation Limit: ~1774 signatures*
10+
11+
Chain | Address |
12+
----------------|-----------------------------------------|
13+
Ethereum, Optimism, Sepolia (testnet) | [0x0000000000001D4B1320bB3c47380a3D1C3A1A0C](https://etherscan.io/address/0x0000000000001D4B1320bB3c47380a3D1C3A1A0C#code) |
14+
815
## Premise
916

1017
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).

docs/src/src/Dagon.sol/contract.Dagon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dagon
2-
[Git Source](https://github.com/Moloch-Mystics/dagon/blob/e32487a32d1e73c4ebea862231430b94d1c03822/src/Dagon.sol)
2+
[Git Source](https://github.com/Moloch-Mystics/dagon/blob/c2b041fa6461441e320461b10ebb5c5d514a6859/src/Dagon.sol)
33

44
**Inherits:**
55
ERC6909

docs/src/src/Dagon.sol/interface.IAuth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# IAuth
2-
[Git Source](https://github.com/Moloch-Mystics/dagon/blob/e32487a32d1e73c4ebea862231430b94d1c03822/src/Dagon.sol)
2+
[Git Source](https://github.com/Moloch-Mystics/dagon/blob/c2b041fa6461441e320461b10ebb5c5d514a6859/src/Dagon.sol)
33

44
Simple authority interface for contracts.
55

docs/src/src/Dagon.sol/interface.IOwnable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# IOwnable
2-
[Git Source](https://github.com/Moloch-Mystics/dagon/blob/e32487a32d1e73c4ebea862231430b94d1c03822/src/Dagon.sol)
2+
[Git Source](https://github.com/Moloch-Mystics/dagon/blob/c2b041fa6461441e320461b10ebb5c5d514a6859/src/Dagon.sol)
33

44
Simple ownership interface for handover requests.
55

0 commit comments

Comments
 (0)