Matt Solomon
Matt Solomon
``` Checking OptimismPortalProxy 0x16Fc5058F25648194471939df75CF27A2fdC48BC -- Success: 0x189aBAAaa82DfC015A588A7dbaD6F13b1D3485Bc == 0x16Fc5058F25648194471939df75CF27A2fdC48BC.admin(). -- Success: 0xDEe57160aAfCF04c34C887B5962D0a69676d3C8B == 0x16Fc5058F25648194471939df75CF27A2fdC48BC.GUARDIAN(). !! Error calling 0x16Fc5058F25648194471939df75CF27A2fdC48BC.L2_ORACLE() !! Error: 0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F != 0x16Fc5058F25648194471939df75CF27A2fdC48BC.L2_ORACLE(), which is 0x0000000000000000000000000000000000000000 ``` ``` ├─ [648]...
> I think we actually just need to update chainUpgradedToFPAC for opsep (not basesep). Ah yes, foundry runs tests in parallel so the console.logs get a little confusing. But given...
@geoknee What do you mean exactly? We can, for example, only ask for their SystemConfig address if it simplifies the add chain process, but still generate output files that contain...
Agreed on standardizing, though like @geoknee I also dislike that JSON prevents us from adding comments. My personal preference is standardizing around TOML since YAML has some oddities, but I'm...
Documenting that we came to consensus on using TOML. We can use [yj](https://github.com/sclevine/yj), or replace jq with [yq](https://github.com/mikefarah/yq), for minimal diffs in scripts using jq. Foundry is in the [process](https://github.com/foundry-rs/foundry/pull/7317)...
Hey @ShubhSensei, are you still interested in working on this? If so, here is my thinking for what we should do: - Add a new `script/utils/check-task-numbering.sh` - This is a...
Thanks, assigned! And apologies for the slow response here, I had meant to come back to this after #152 was addressed but never did 😅
> How do I run this script in CI? I left a comment on the PR with this info
Thanks for the suggestion! Can you expand on your vision here a bit more? We have some ideas for how to improve tooling in this repo, but it's mainly around...
We can use the Tenderly simulation API for this. This may require users providing their own tenderly data (I believe `TENDERLY_ACCESS_TOKEN`, `TENDERLY_USER`, and `TENDERLY_PROJECT_SLUG` are the three components needed). This...