@fuse-v1/oracles
v1.0.2
Published
This is package contains an ethers interface of all oracle contracts in the fuse-v1 repository.
Downloads
1
Readme
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)