You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running cast run --debug on a transaction on a live chain, I get Unknown Contract at address, even thou the contract was deployed using the binaries that are in the project. (the contract wasn't deployed using Forge but the build output from forge was used)
The text was updated successfully, but these errors were encountered:
Component
Cast
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (8801156 2024-06-13T00:22:06.739865000Z)
What command(s) is the bug in?
cast run --debug 0xcc... --rpc-url http://...
Operating System
macOS (Apple Silicon)
Describe the bug
When running cast run --debug on a transaction on a live chain, I get Unknown Contract at address, even thou the contract was deployed using the binaries that are in the project. (the contract wasn't deployed using Forge but the build output from forge was used)
The text was updated successfully, but these errors were encountered: