Skip to content

Commit

Permalink
Merge branch 'master' into feature/oe-token
Browse files Browse the repository at this point in the history
  • Loading branch information
krebernisak committed Jul 15, 2021
2 parents 426f174 + d1a7841 commit f8a0f44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ Setup v0.6 contracts using Solidity 0.6 compiler:
build:contracts:0.6
```

### ABI

- [v0.4](./build/artifacts/contracts/v0.4)
- [v0.6](./build/artifacts/contracts/v0.6)
- [v0.7](./build/artifacts/contracts/v0.7)

You can also find interfaces and ABIs after running through the install `yarn setup` process.

## Testing

Run tests:
Expand Down

0 comments on commit f8a0f44

Please sign in to comment.