The typechain types for the Televerse DAO smart contracts.
npm install televerse-dao-typechain-typesThese types allow us to access the smart contract factories for creating
interfaces to the Telverse DAO contracts. It also exports via the factories the
abi references needed by Viem.
``ts``
import {
type Governance,
Governance__factory,
} from 'typechain-types';