smartcontractkit / truffle-starter-kit

An example smart contract utilizing Chainlink
MIT License
266 stars 99 forks source link

Bump @chainlink/contracts version to 0.4.0 #126

Closed andrejrakic closed 2 years ago

andrejrakic commented 2 years ago

Bumped @chainlink/contracts package version to 0.4.0 after the latest release

Description

Related issues

PatrickAlphaC commented 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
andrejrakic commented 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

@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.

PatrickAlphaC commented 2 years ago

hmm... maybe that's just the way it is then. Thanks Andrej.