Summoner Contracts
All DAOs on the DAOhaus platform are launched with factory contracts. We have developed a base summoner factory. This contract is indexed by our subgraphs and must be used for the Admin (opens in a new tab) app deployed to admin.daohaus.club
to work with the DAO.
There are also Higher Order Summoner factories. These enable custom DAO configurations and call our base factory so they are indexed and available in our apps.
Github
- Base summoner contract:
BaalSummoner.sol
(opens in a new tab) higherOrderFactories
(opens in a new tab)- HOS examples (opens in a new tab)
Examples
Deployments
Base Summoner
All Higher Order Summoners will call this summoner. This is the contract that is indexed in the DAOhaus subgraph.DAOs summoned with this factory will work in admin.daohaus.club
.
- Mainnet (opens in a new tab)
- Goerli (opens in a new tab)
- Sepolia (opens in a new tab)
- Gnosis Chain (opens in a new tab)
- Polygon (opens in a new tab)
- Optimism (opens in a new tab)
- Arbitrum (opens in a new tab)
- Base (opens in a new tab)
Advanced Token Summoner
This is the summoner used at summon.daohaus.club
.