Skip to content

Commit

Permalink
fix: prettier and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainguyy committed Oct 9, 2023
1 parent 7f8e91b commit 1581435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('dotenv').config();
require('@nomicfoundation/hardhat-toolbox');
require('solidity-coverage');
require('solidity-docgen');
require("hardhat-contract-sizer");
require('hardhat-contract-sizer');

const env = process.env.ENV || 'testnet';
const { importNetworks, readJSON } = require('@axelar-network/axelar-contract-deployments/evm/utils');
Expand Down Expand Up @@ -48,5 +48,5 @@ module.exports = {
contractSizer: {
runOnCompile: true,
strict: true,
}
},
};

0 comments on commit 1581435

Please sign in to comment.