Skip to content

Commit 9ef1c80

Browse files
committed
fix: hardhat lint
1 parent af1e110 commit 9ef1c80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

extension/packages/hardhat/deploy/01_deploy_se2_token.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { HardhatRuntimeEnvironment } from "hardhat/types";
22
import { DeployFunction } from "hardhat-deploy/types";
3-
import { Contract, parseEther } from "ethers";
43

54
/**
65
* Deploys a contract named "YourContract" using the deployer account and

extension/packages/hardhat/hardhat.config.ts.args.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const preContent = `
22
import "./tasks"
33
44
// Custom variables
5-
const CUSTOM_API_KEY = process.env.CUSTOM_API_KEY;
5+
// const CUSTOM_API_KEY = process.env.CUSTOM_API_KEY;
66
`;
77

88
export const configOverrides = {

0 commit comments

Comments
 (0)