Skip to content

Commit d1a7841

Browse files
authored
Merge pull request #39 from smartcontractkit/feat/add-abi-to-readme
added abi to readme
2 parents 55da1cf + 751f221 commit d1a7841

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Security audit for [v0.4 version of the contracts](./contracts/v0.4/) is availab
1616
- Name: ChainLink Token
1717
- Symbol: LINK
1818

19+
## ABI
20+
21+
- [v0.4](./contracts/v0.4#solidity-abi)
22+
- [v0.6](./contracts/v0.6#solidity-abi)
23+
24+
You can also find interfaces and ABIs after running through the install `yarn setup` process.
25+
1926
## Installation
2027

2128
The project contains [v0.4 contracts](./contracts/v0.4/) that were used for LINK Ethereum Mainnet deployment in 2017. For deployments moving forward, we use the updated [v0.6 contracts](./contracts/v0.6/) which use a more recent version of solc and the OpenZeppelin token standards. These updates include a minor ABI change around approval/allowance naming.

0 commit comments

Comments
 (0)