I am trying to use ethers.js to check the balances of wallets on evm compatible side chains.
token.balanceOf(address)
keeps giving me 0. I have changed the rpc, contract abis, and contract addresses to their respective chains. Am I missing something or is there an easier way to do this?