televerse-dao-typechain-types
v1.0.13
Published
The typechain types for the Televerse DAO smart contracts.
Readme
Televerse DAO Typechain Types
Purpose
These 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.
Example Use
import {
type Governance,
Governance__factory,
} from 'typechain-types';