@fuse-v1/core
v1.0.2
Published
This is package contains an ethers interface of all core contracts in the fuse-v1 repository.
Downloads
5
Readme
Typechain Fuse Core Contracts
This is package contains an ethers interface of all core contracts in the fuse-v1 repository.
For more information, visit the repository.
Usage
import { RewardsDistributorDelegate__factory } from '@fuse-v1/core'
const contract = RewardsDistributorDelegate__factory.connect(contractAddress, web3Provider)