Abis is a simple package providing quick access to all of the main moloch v3 contract abis.
This library was generated with Nx.
Install
yarn add @daohaus/abis
Get ABI Instances
import { LOCAL_ABI } from '@daohaus/abis';
const summonerContractAbi = LOCAL_ABI.BAAL_SUMMONER;
console.log(summonerContractAbi);
Run nx build abis
to build the library.