Skip to content
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

Open
zhouop0 opened this issue Oct 10, 2024 · 1 comment
Open

How to find L1 contract addresses #84

zhouop0 opened this issue Oct 10, 2024 · 1 comment

Comments

@zhouop0
Copy link

zhouop0 commented Oct 10, 2024

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?

@0xalex88
Copy link

The only way I've found is to docker exec into the op-node container and cat /network-configs/rollup-* to print the system address, from there you can use the storage slots and get the other addresses. There are also other files where you can get the implementations addresses but I didn't find one that has all the proxies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants