-
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.
|
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
Confirmed to be a Hardhat issue, see #1287 (reply in thread) (or just NomicFoundation/hardhat#2581) |
Beta Was this translation helpful? Give feedback.
Confirmed to be a Hardhat issue, see #1287 (reply in thread) (or just NomicFoundation/hardhat#2581)