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
Also, we are not sure in the first place why so many transactions were not even processed in our script. On Polygon it was obvious what the problem was, but for BSC and AVAX it's as if the script stopped midway with no apparent reason.
Are multi-chain deployments fully working and if not what are their limitations?
Happy to also take a look. @0xTimepunk is the repo public anywhere? It can help with reproducing + I'd like to add a regression test once we get it fixed. Thanks.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (a26edce 2023-05-25T00:12:21.044857000Z)
What command(s) is the bug in?
forge script script/Test.Mainnet.Deploy.s.sol \ --resume \ --multi \ --slow \ -vvvv
Operating System
macOS (Apple Silicon)
Describe the bug
I am trying to do a multiChain deployment to three chains. I am trying to do this with the following command
Some transactions failed in Polygon, probably due to block re-rogs. I wanted to retry them, so I decided to run the following script:
And I get the following error
The text was updated successfully, but these errors were encountered: