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

Request the example for deploying OP rollup to public testnet #83

Open
lesterli opened this issue Oct 9, 2024 · 3 comments
Open

Request the example for deploying OP rollup to public testnet #83

lesterli opened this issue Oct 9, 2024 · 3 comments

Comments

@lesterli
Copy link

lesterli commented Oct 9, 2024

Hello, we’re working on deploying an OP rollup on Sepolia. The Kurtosis package is quite easy to use, and one command sets everything up. However, I haven’t found an example for deploying an OP rollup on a public testnet, like Sepolia.

Could you confirm if the following configuration is suitable for spinning up an OP L2 chain on Sepolia?

optimism_package:
  chains:
    - participants:
        - el_type: op-geth
          cl_type: op-node
ethereum_package:
  network_params:
    network: sepolia

Additionally, our team is a start-up, we’ve made minimal modifications to the OP node codebase, would it be possible to modify the Kurtosis package to support spinning up a customized op-node?

@barnabasbusa
Copy link
Contributor

barnabasbusa commented Oct 9, 2024

OP sepolia is currently not supported out of the box.

customizing the op_node can be done with cl_image: <your-local-image>. Take a look at the readme.

@bap2pecs
Copy link

bap2pecs commented Oct 9, 2024

OP sepolia is currently not supported out of the box.

thanks for the quick reply! if we want to contribute to add the support, could you provide some high-level guidance which code we need to modify?

@bap2pecs
Copy link

we studied the codebase and came up with a plan to support external L1.

right now we want to figure out how to support two modes:

  • with proposer (fault proof disabled)
  • with challenger (fault proof enabled)

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

3 participants