Is wallet address input/config in storagenode case sensitive?

So i’m using my ether wallet or MEW to make it as payout, i realized MEW has uppercase and lowercase, if i input in into storagenode wallet config, will it be problem? as a programmer too this make me wonder will the source code case sensitive with wallet address, will it detect my ethereum address.

I know uppercase and lowercase in etherum address for checksum

No, it will not be a problem, see ether - Is Ethereum wallet address case sensitive? - Ethereum Stack Exchange

The storagenode software will provide the wallet address to the satellites “as-is”. The satellites will provide it to the payment script “as-is” too.

The processing is depend on open source libraries for Ethereum and zkSync accordingly.
At the moment the character case doesn’t matter. Of course, It may change.