Closed andrejrakic closed 2 years ago
Where is this truffle folder? There is probably a package in @chainlink/contracts that we can use instead of doing this:
../truffle/v0.4/LinkToken
Where is this truffle folder? There is probably a package in @chainlink/contracts that we can use instead of doing this:
../truffle/v0.4/LinkToken
@PatrickAlphaC totally agree, but it's removed from the package, and I couldn't find it in the previous Github tags also. Check the previous version of the package in this starter kit, there's a completely different structure than now. The truffle
folder contained js files generated from truffle artifacts with the predefined provider for truffle test
environment.
hmm... maybe that's just the way it is then. Thanks Andrej.
Bumped @chainlink/contracts package version to 0.4.0 after the latest release
Description
@chainlink/contracts
package version to 0.4.0 inpackage.json
, all tests passing@openzeppelin/contracts
package version to 4.5.0 to fix "Improper initialization" vulnerabilityRelated issues