Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Sep 25, 2024
1 parent 900b5a2 commit f44e404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,14 @@ def parse_network_params(plan, input_args):
)
return results


def default_optimism_args():
return {
"chains": default_chains(),
"op_contract_deployer_params": default_op_contract_deployer_params(),
}


def default_chains():
return [
{
Expand Down Expand Up @@ -185,6 +187,7 @@ def default_op_contract_deployer_params():
"artifacts_url": "https://storage.googleapis.com/oplabs-contract-artifacts/artifacts-v1-4accd01f0c35c26f24d2aa71aba898dd7e5085a2ce5daadc8a84b10caf113409.tar.gz",
}


def default_ethereum_config():
return {
"network_params": {
Expand Down

0 comments on commit f44e404

Please sign in to comment.