Skip to content

Commit

Permalink
feat: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Amiel committed Dec 7, 2023
1 parent 8e2828c commit 89040cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion evm/interchainTokenFactory.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

require('dotenv').config();
const { ethers } = require('hardhat');
const { getDefaultProvider, Contract } = ethers;
const { Command, Option } = require('commander');
Expand Down
1 change: 0 additions & 1 deletion evm/its.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

require('dotenv').config();
const { ethers } = require('hardhat');
const {
getDefaultProvider,
Expand Down

0 comments on commit 89040cd

Please sign in to comment.