Skip to content

Commit

Permalink
test: fix tests setup
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Feb 18, 2024
1 parent 33ebe5c commit b3737a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@


def main():
from zksync2.signer.eth_signer import PrivateKeyEthSigner

current_directory = os.path.dirname(os.path.abspath(__file__))
parent_directory = os.path.join(current_directory, "..")
sys.path.append(parent_directory)
Expand All @@ -21,6 +19,7 @@ def main():
from zksync2.account.wallet import Wallet
from zksync2.manage_contracts.utils import zksync_abi_default
from zksync2.module.module_builder import ZkSyncBuilder
from zksync2.signer.eth_signer import PrivateKeyEthSigner

zksync = ZkSyncBuilder.build("http://127.0.0.1:3050")
eth_web3 = Web3(Web3.HTTPProvider("http://127.0.0.1:8545"))
Expand Down

0 comments on commit b3737a6

Please sign in to comment.