-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to find L1 contract addresses #84
Comments
The only way I've found is to |
It would be ideal if |
I believe @sigma has made progress on this |
So long story short, those addresses are contained in the op-deployer artifact in kurtosis (named op-deployer-configs) https://github.com/ethereum-optimism/optimism/blob/develop/kurtosis-devnet/pkg/kurtosis/sources/deployer/cmd/main.go is a tiny helper to dump some of the information contained in there (including the addresses you mention) |
Like title. I want to launch L1 and L2 to experiment dispute game. In old version, I can see contract addresses which about dispute game on console logs, like disputegameproxy.sol, faultdisputegame.sol and so on, but new version I can not find them. In this new version, How to find L1 contract addresses?
The text was updated successfully, but these errors were encountered: