mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
remove verification in wrong file (#332)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ethers, network, upgrades } from "hardhat";
|
||||
import { tryStoreAddress, tryVerifyContract } from "../../../common/helpers";
|
||||
import { tryStoreAddress } from "../../../common/helpers";
|
||||
|
||||
export async function deployBridgedTokenBeacon(verbose = false) {
|
||||
const BridgedToken = await ethers.getContractFactory("BridgedToken");
|
||||
@@ -35,8 +35,5 @@ export async function deployBridgedTokenBeacon(verbose = false) {
|
||||
l2TokenBeacon.deployTransaction.hash,
|
||||
);
|
||||
|
||||
await tryVerifyContract(await l1TokenBeacon.getAddress());
|
||||
await tryVerifyContract(await l2TokenBeacon.getAddress());
|
||||
|
||||
return { l1TokenBeacon, l2TokenBeacon };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user