Skip to content

Commit

Permalink
[Common] update script
Browse files Browse the repository at this point in the history
  • Loading branch information
IliaAzhel committed Dec 15, 2023
1 parent 62f0ea3 commit da2d363
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/core/scripts/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function main() {
await hre.run("verify:verify", {
address: poolDeployer,
constructorArguments: [
factory,
deploysData.factory,
vaultAddress
],
});
Expand Down
1 change: 1 addition & 0 deletions src/periphery/contracts/test/NFTDescriptorTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pragma abicoder v2;
import '../libraries/NFTDescriptor.sol';
import '../libraries/NFTSVG.sol';
import '../libraries/HexStrings.sol';
import '@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol';

contract NFTDescriptorTest {
using HexStrings for uint256;
Expand Down
5 changes: 0 additions & 5 deletions src/periphery/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import '@nomicfoundation/hardhat-toolbox';
import 'hardhat-output-validator';
import 'hardhat-contract-sizer';
import 'hardhat-dependency-compiler';
import 'solidity-docgen';
import baseConfig from '../../hardhat.base.config';
import { task } from 'hardhat/config';
Expand Down Expand Up @@ -89,10 +88,6 @@ export default {
templates: '../../docs/doc_templates/public',
collapseNewlines: true,
},
dependencyCompiler: {
paths: ['@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol'],
keep: true,
},
outputValidator: {
runOnCompile: false,
exclude: ['contracts/test'],
Expand Down

0 comments on commit da2d363

Please sign in to comment.