Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Agupane committed Jun 10, 2024
1 parent 2ad44d3 commit 3abb6bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/03_verify_tcr.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import * as dotenv from "dotenv";
import hre, { run, tenderly, ethers } from "hardhat";
import hre, { run, tenderly } from "hardhat";
import { HardhatRuntimeEnvironment } from "hardhat/types";
import { Chains, contracts, isSupportedNetwork } from "./contracts";
import { getImplementationAddress } from "@openzeppelin/upgrades-core";

dotenv.config();

Expand Down

0 comments on commit 3abb6bd

Please sign in to comment.