Decouple the abi files #87
Labels
contracts
Issues concerning the solidity contracts
enhancement
New feature or request
needs discussion
This issue needs more discussion before its implementation
nice to have
Right now, all the required abi are generated in the single file
contracts/abi/SP1ICS07Tendermint.json
. I often find myself adding new structs to the public api usingapiPublicTypes
function.It should be possible to get rid of this function by breaking down the abi to different json files for each interface contract
The text was updated successfully, but these errors were encountered: