Skip to content

Commit 488d559

Browse files
committed
remove core repo as gh package due to conflicts
1 parent 2465705 commit 488d559

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

hardhat.config.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ import "hardhat-contract-sizer";
1717
import "@openzeppelin/hardhat-upgrades";
1818
import "@nomiclabs/hardhat-solhint";
1919

20-
import {
21-
HardhatRuntimeEnvironment,
22-
HttpNetworkUserConfig,
23-
} from "hardhat/types";
24-
2520
import "./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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
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",

yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
1078010776
spdx-correct@^3.0.0:
1078110777
version "3.2.0"
1078210778
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"

0 commit comments

Comments
 (0)