1.0.2 • Published 2 years ago

@fuse-v1/core v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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)