Closed iskysun96 closed 3 months ago
When you have multiple smart contracts defined in one file, algokit project run build doesn't generate the typed client for the second app
client is generated for both smart contracts
only generates the first contract
in case of python template, above pr fixes the issue + further simplifies the helpers folder In case of beaker and given its being deprecated, only similar changes on helpers folder are propagated.
Subject of the issue
When you have multiple smart contracts defined in one file, algokit project run build doesn't generate the typed client for the second app
Expected behaviour
client is generated for both smart contracts
Actual behaviour
only generates the first contract