Skip to content

Commit

Permalink
chore(l1): zksync-web3 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed May 16, 2024
1 parent 2adbdd0 commit 2379e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l1-contracts/scripts/display-governance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { applyL1ToL2Alias, getAddressFromEnv } from "../src.ts/utils";
import * as fs from "fs";

import { UpgradeableBeaconFactory } from "../../l2-contracts/typechain/UpgradeableBeaconFactory";
import { Provider } from "zksync-web3";
import { Provider } from "zksync-ethers";

const l2SharedBridgeABI = JSON.parse(
fs.readFileSync("../zksync/artifacts-zk/contracts/bridge/L2SharedBridge.sol/L2SharedBridge.json").toString()
Expand Down
2 changes: 1 addition & 1 deletion l1-contracts/scripts/setup-legacy-bridge-era.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { web3Provider, GAS_MULTIPLIER } from "./utils";
import { deployedAddressesFromEnv } from "../src.ts/deploy-utils";
import { ethTestConfig, getAddressFromEnv } from "../src.ts/utils";
import { hashL2Bytecode } from "../../l2-contracts/src/utils";
import { Provider } from "zksync-web3";
import { Provider } from "zksync-ethers";
import beaconProxy = require("../../l2-contracts/artifacts-zk/@openzeppelin/contracts/proxy/beacon/BeaconProxy.sol/BeaconProxy.json");

const provider = web3Provider();
Expand Down

0 comments on commit 2379e86

Please sign in to comment.