File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ import "hardhat-contract-sizer";
1717import "@openzeppelin/hardhat-upgrades" ;
1818import "@nomiclabs/hardhat-solhint" ;
1919
20- import {
21- HardhatRuntimeEnvironment ,
22- HttpNetworkUserConfig ,
23- } from "hardhat/types" ;
24-
2520import "./tasks" ;
26- import "node_modules/sovrynsmartcontracts/hardhat/tasks/multisig" ;
21+
22+ //@todo - resolve conflicts in "sovrynsmartcontracts": "git+https://github.com/DistributedCollective/Sovryn-smart-contracts.git"
23+ // install the package
24+ // uncomment the line below to use multisig scripts from the core repo
25+ // import "node_modules/sovrynsmartcontracts/hardhat/tasks/multisig";
2726
2827/*
2928 * Test hardhat forking with patched hardhat
Original file line number Diff line number Diff line change 111111 "prettier-plugin-solidity" : " ^1.1.3" ,
112112 "solc" : " ^0.8.17" ,
113113 "solhint-plugin-prettier" : " ^0.0.5" ,
114- "sovrynsmartcontracts" : " git+https://github.com/DistributedCollective/Sovryn-smart-contracts.git" ,
115114 "typechain" : " ^8.1.1" ,
116115 "types-ethereumjs-util" : " ^0.0.8" ,
117116 "typescript" : " ^4.9.3" ,
Original file line number Diff line number Diff line change @@ -10773,10 +10773,6 @@ source-map@~0.2.0:
1077310773 dependencies:
1077410774 amdefine ">=0.0.4"
1077510775
10776- "sovrynsmartcontracts@git+https://github.com/DistributedCollective/Sovryn-smart-contracts.git":
10777- version "1.0.0"
10778- resolved "git+https://github.com/DistributedCollective/Sovryn-smart-contracts.git#422222087c11e79d47fa1431bd461e6c4bba13b5"
10779-
1078010776spdx-correct@^3.0.0:
1078110777 version "3.2.0"
1078210778 resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"
You can’t perform that action at this time.
0 commit comments