Class Instantiation
Importing a Contract Class and making it your own
import { ComptrollerLib } from '@enzymefinance/protocol'const address = '0xw23r...' // for example only
const signer = new Signer(privateKey, ethNodeAddress) // for example only
const vaultComptroller = new ComptrollerLib(address, signer)Last updated
Was this helpful?