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 using apiPublicTypes function.
It should be possible to get rid of this function by breaking down the abi to different json files for each interface contract
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