All Questions
1 question
0
votes
1
answer
45
views
Solidity query works in dev environment but not in production build (nextJS)
I am calling a function that queries the token balance of a user. The query works on a dev environment but not in production build. I am using metamask and ethers to interact with my contract on the ...