Skip to content

Commit

Permalink
ci: adds nightly interop network build (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhwrd authored Jan 13, 2025
1 parent e9eede2 commit d2aadba
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/tests/interop.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
optimism_package:
interop:
enabled: true
chains:
- participants:
- el_type: op-geth
cl_type: op-node
network_params:
network: "interop"
network_id: "2151908"
name: "interop-1"
holocene_time_offset: 0
interop_time_offset: 0
fund_dev_accounts: true
- participants:
- el_type: op-geth
cl_type: op-node
network_params:
network: "interop"
network_id: "2151909"
name: "interop-2"
holocene_time_offset: 0
interop_time_offset: 0
fund_dev_accounts: true
ethereum_package:
network_params:
preset: minimal
genesis_delay: 5
additional_preloaded_contracts: |
{
"0x4e59b44847b379578588920cA78FbF26c0B4956C": {
"balance": "0ETH",
"code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3",
"storage": {},
"nonce": "1"
}
}

0 comments on commit d2aadba

Please sign in to comment.