Chainlink compiled ABIs
npm install @chainlink/abiThis repo is comprised of compiled Chainlink Solidity smart contracts from smartcontractkit/chainlink.
``shvia Yarn
$ yarn add @chainlink/abi
Usage
If you wanted to consume the v0.6.x version of our
Oracle smart contract abi, do the following:`javascript
const Oracle = require('@chainlink/abi/v0.6/Oracle.json')
``