Skip to content

Commit

Permalink
chore: remove unused vars
Browse files Browse the repository at this point in the history
Signed-off-by: Ji Hwan <[email protected]>
  • Loading branch information
jhkimqd committed Apr 26, 2024
1 parent 2265440 commit e13693a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,8 @@ def run(
"genesis_file": "templates/permissionless-node/genesis.json",
"polycli_version": "v0.1.42",
"blutgang_image": "makemake1337/blutgang:latest",
"blutgang_http_address": "0.0.0.0:55555",
"blutgang_admin_address": "0.0.0.0:55556",
"blutgang_rpc_port": "55555",
"blutgang_admin_port": "55556",
"l2_sequencer_url": "http://zkevm-node-sequencer-001:8123",
"l2_sequencer_ws_url": "ws://zkevm-node-sequencer-001:8133",
"l2_rpc_url": "http://zkevm-node-rpc-001:8123",
"l2_ws_url": "ws://zkevm-node-rpc-001:8133",
"l2_rpc_pless_url": "http://zkevm-node-rpc-pless-001:8123",
"l2_ws_pless_url": "ws://zkevm-node-rpc-pless-001:8133",
},
):
"""Deploy a Polygon CDK Devnet with various configurable options.
Expand Down

0 comments on commit e13693a

Please sign in to comment.