1.0.2 • Published 2 years ago

@fuse-v1/oracles v1.0.2

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

Typechain Fuse Oracle Contracts

This is package contains an ethers interface of all oracle contracts in the fuse-v1 repository.

For more information, visit the repository.

Usage

import { PriceOracle__factory } from '@fuse-v1/oracles'

const contract = PriceOracle__factory.connect(oracleAddress, web3Provider)