Open youfoundron opened 2 months ago
The compiled contract json artifacts in contracts/build are all just empty objects.
contracts/build
Normally I would expect to find abi's and bytecode in these json files.
Maybe you forgot to compile with truffle before publishing the module to npm?
Alternatively it seems adding azimuth-solidity as a dependency would fix this
azimuth-solidity
These get populated if you deploy locally (yarn dev:local).
The compiled contract json artifacts in
contracts/build
are all just empty objects.Normally I would expect to find abi's and bytecode in these json files.
Maybe you forgot to compile with truffle before publishing the module to npm?