Previously, IBC transfer adapter contracts stored a struct that was network-specific given an ack id. This was changed in #19 to instead just store an address as a String (verified as a a valid address in entry point) on both contracts.
This allows us to then use the same query enum for both networks
Background
This PR