Muxing with CD74HC4067 and me

If I understand correctly libDaisy supports only 4051 natively, which uses 3 address pins

https://electro-smith.github.io/libDaisy/structdaisy_1_1_adc_channel_config.html#ae8d9aafe3ca60ee3e657272fd7810fd4

Your IC needs 4.

I recently found this topic https://forum.electro-smith.com/t/multiple-multiplexer-4051-sharing-the-same-address-but-diferent-analog-input-pin
There is an example of chaining 3 cd4051 ICs.

But if you need more, I guess in that case you will need to write your driver since there is no native support in libDaisy.