joshieDo

Results 81 comments of joshieDo

great, just need to fix some issue introduced on [13813f4](https://github.com/foundry-rs/foundry/pull/2635/commits/13813f4b09b12626f6e7f1c6968d77e5a384113e)

lgtm, i'm not sure of the reasoning tbh

Regarding your tradeoff, we handle that on traces by getting the signature from sam's db and use the following function: https://github.com/foundry-rs/foundry/blob/be07dda496604d53493ec4ae9cd7b553a2d70a61/utils/src/lib.rs#L290-L292

Where is your script file located ? It should be located inside the project as well iirc

`deploy` is not a default project folder. Should be inside of `script`.

So after troubleshooting over DMs, two issues came out of here. * Contract 1: one of the transaction receipts had the wrong `transactionIndex`. I'm not sure how this could have...

do you have a reproducible repo you can share?

We should probably add those broadcast interfaces. However, this is actually a result from another issue. Since Arbitrum & Optimism* have different gas calculations, we discard the gas estimated locally,...

I was under the impression Arbitrum and Optimism had different gas metering, but it seems that only Arbitrum has.

`debug` and `script` executes the `run()` function by default from the contract passed. If you don't have one or specifiy an alternative through `--sig`, it will give that error (which...