|
Any clue what I might be doing wrong here? cast successfully calls the BUSD contract address at a hardhat fork of BSC mainnet. If I try to do the same call from a Solidity test function the return values are empty. |
Answered by
onbjerg
Apr 13, 2022
Replies: 2 comments 13 replies
|
Can you try just passing the BSC node as the fork RPC instead of going through Hardhat? If that does not work, can you post the output of |
13 replies
|
Confirmed to be a Hardhat issue, see https://github.com/gakonst/foundry/discussions/1287#discussioncomment-2560544 (or just NomicFoundation/hardhat#2581) |
0 replies
Answer selected by
onbjerg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Confirmed to be a Hardhat issue, see https://github.com/gakonst/foundry/discussions/1287#discussioncomment-2560544 (or just NomicFoundation/hardhat#2581)