UNPKG

@goat-sdk/plugin-mode-governance

Version:

<div align="center"> <a href="https://github.com/goat-sdk/goat">

12 lines (9 loc) 502 B
import { PluginBase, Chain } from '@goat-sdk/core'; import { EVMWalletClient } from '@goat-sdk/wallet-evm'; export { BPT_EXIT_QUEUE, BPT_TOKEN_ADDRESS, BPT_VOTING_ESCROW, MODE_EXIT_QUEUE, MODE_TOKEN_ADDRESS, MODE_VOTING_ESCROW } from './constants.mjs'; declare class ModeGovernancePlugin extends PluginBase<EVMWalletClient> { constructor(); supportsChain: (chain: Chain) => boolean; } declare const modeGovernance: () => ModeGovernancePlugin; export { ModeGovernancePlugin, modeGovernance };