We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 426f174 + d1a7841 commit f8a0f44Copy full SHA for f8a0f44
1 file changed
README.md
@@ -46,6 +46,14 @@ Setup v0.6 contracts using Solidity 0.6 compiler:
46
build:contracts:0.6
47
```
48
49
+### ABI
50
+
51
+- [v0.4](./build/artifacts/contracts/v0.4)
52
+- [v0.6](./build/artifacts/contracts/v0.6)
53
+- [v0.7](./build/artifacts/contracts/v0.7)
54
55
+You can also find interfaces and ABIs after running through the install `yarn setup` process.
56
57
## Testing
58
59
Run tests:
0 commit comments