Skip to content

Commit d2aadba

Browse files
authored
ci: adds nightly interop network build (#132)
1 parent e9eede2 commit d2aadba

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.github/tests/interop.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
optimism_package:
2+
interop:
3+
enabled: true
4+
chains:
5+
- participants:
6+
- el_type: op-geth
7+
cl_type: op-node
8+
network_params:
9+
network: "interop"
10+
network_id: "2151908"
11+
name: "interop-1"
12+
holocene_time_offset: 0
13+
interop_time_offset: 0
14+
fund_dev_accounts: true
15+
- participants:
16+
- el_type: op-geth
17+
cl_type: op-node
18+
network_params:
19+
network: "interop"
20+
network_id: "2151909"
21+
name: "interop-2"
22+
holocene_time_offset: 0
23+
interop_time_offset: 0
24+
fund_dev_accounts: true
25+
ethereum_package:
26+
network_params:
27+
preset: minimal
28+
genesis_delay: 5
29+
additional_preloaded_contracts: |
30+
{
31+
"0x4e59b44847b379578588920cA78FbF26c0B4956C": {
32+
"balance": "0ETH",
33+
"code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3",
34+
"storage": {},
35+
"nonce": "1"
36+
}
37+
}

0 commit comments

Comments
 (0)