UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

7 lines 499 B
import { TokenPausableFacet as LocalhostContract, TokenPausableFacetInterface as LocalhostInterface } from '@river-build/generated/dev/typings/TokenPausableFacet'; import { ethers } from 'ethers'; import { BaseContractShim } from './BaseContractShim'; export declare class TokenPausableFacetShim extends BaseContractShim<LocalhostContract, LocalhostInterface> { constructor(address: string, provider: ethers.providers.Provider | undefined); } //# sourceMappingURL=TokenPausableFacetShim.d.ts.map