Skip to content

feat: add option to deploy the package to an external layer 1#104

Merged
barnabasbusa merged 22 commits intoethpandaops:mainfrom
leovct:feat/deploy-to-external-l1-copy
Dec 6, 2024
Merged

feat: add option to deploy the package to an external layer 1#104
barnabasbusa merged 22 commits intoethpandaops:mainfrom
leovct:feat/deploy-to-external-l1-copy

Conversation

@leovct
Copy link
Copy Markdown
Contributor

@leovct leovct commented Dec 5, 2024

Description

Introduce a way to deploy the OP contracts/stack rollup to an external L1 instead of deploying a local L1.

This PR introduces a new struct called external_l1_network_params to define all the necessary parameters such as the network id, the EL/CL rpc urls, etc.

external_l1_network_params:
  network_id: "3151908"
  rpc_kind: standard
  el_rpc_url: http://el-1-geth-lighthouse:8545
  el_ws_url: ws://el-1-geth-lighthouse:8546
  cl_rpc_url: http://cl-1-lighthouse-geth:4000
  priv_key: "0xbcdf20249abf0ed6d944c0288fad489e33f66b3960d9e6229c1cd214ed3bbe31"

@barnabasbusa barnabasbusa enabled auto-merge (squash) December 5, 2024 13:36
auto-merge was automatically disabled December 5, 2024 13:41

Head branch was pushed to by a user without write access

@barnabasbusa barnabasbusa enabled auto-merge (squash) December 6, 2024 10:29
@barnabasbusa barnabasbusa merged commit a19a5fb into ethpandaops:main Dec 6, 2024
@leovct leovct deleted the feat/deploy-to-external-l1-copy branch December 6, 2024 10:40
barnabasbusa added a commit that referenced this pull request Dec 16, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.2.0](1.1.0...1.2.0)
(2024-12-13)


### Features

* add miner to op-geth
([#98](#98))
([01eccb4](01eccb4))
* add miner to op-reth
([#99](#99))
([9bd409e](9bd409e))
* add option to deploy the package to an external layer 1
([#104](#104))
([a19a5fb](a19a5fb))
* integrate Rollup boost
([#105](#105))
([df0aa48](df0aa48))


### Bug Fixes

* add miner as an api
([#97](#97))
([349d815](349d815))
* image tag name
([#96](#96))
([28d6a79](28d6a79))
* Readme
([#103](#103))
([0d60a9d](0d60a9d))
* readme
([#93](#93))
([1fb3de4](1fb3de4))
* remove additional example from network_params
([#107](#107))
([b58e98e](b58e98e))
* sequencer forwarding
([#106](#106))
([0505def](0505def))
* update default network params
([e0902cf](e0902cf))
* Update Nethermind scripts for Holocene
([#92](#92))
([50f0193](50f0193))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Barnabas Busa <barnabas.busa@ethereum.org>
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

Successfully merging this pull request may close these issues.

2 participants