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