Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Nov 27, 2024
1 parent 062b0d9 commit 690412a
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions op-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,19 @@ optimism_package:
global_node_selectors: {}
global_tolerations: []
persistent: false
# ethereum_package:
# network_params:
# preset: minimal
# additional_services:
# - blockscout
ethereum_package:
network_params:
preset: minimal
genesis_delay: 5
additional_preloaded_contracts: '
{
"0x4e59b44847b379578588920cA78FbF26c0B4956C": {
"balance": "0ETH",
"code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3",
"storage": {},
"nonce": "1"
}
}
'
additional_services:
- blockscout

0 comments on commit 690412a

Please sign in to comment.