Skip to content

Commit

Permalink
chore: easy conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
romanagureev committed May 6, 2024
1 parent dd6cc4b commit d53c84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/polygon_zkevm.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import click
from ape import project
from ape.cli import ConnectedProviderCommand, account_option, network_option
from ape.cli import NetworkBoundCommand, account_option, network_option


POLYGON_ZKEVM_BRIDGE = "0x2a3DD3EB832aF982ec71669E178424b10Dca2EDe"


@click.command(cls=ConnectedProviderCommand)
@click.command(cls=NetworkBoundCommand)
@account_option()
@network_option()
@click.option("--blueprint")
Expand Down

0 comments on commit d53c84c

Please sign in to comment.