Hey that worked! I was trying to change it inside of useNFTBalances, and not directly inside of NFTBalance, I donāt know why I didnāt think of simply doing that. Thanks!
How would you get 2 contracts passed in? I tried the following which I thought was the correct way, and itās not working.
function NFTBalance() {
const { data: NFTBalances } = useNFTBalances({ token_addresses: [ā0x2953399124f0cbb46d2cbacd8a89cf0599974963ā | ā0x2953399124f0cbb46d2cbacd8a89cf05999cx963ā] });