@venusprotocol/isolated-pools 2.3.0-dev.6 → 2.3.0-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/bscmainnet.json +0 -1868
- package/deployments/bscmainnet_addresses.json +1 -4
- package/deployments/bsctestnet.json +0 -140708
- package/deployments/bsctestnet_addresses.json +1 -135
- package/deployments/sepolia.json +1 -4789
- package/deployments/sepolia_addresses.json +2 -15
- package/dist/hardhat.config.js +20 -13
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"Comptroller_Core": "0x7Aa39ab4BcA897F403425C9C6FDbd0f882Be0D70",
|
|
8
8
|
"Comptroller_Curve": "0xD298182D3ACb43e98e32757FF09C91F203e9E67E",
|
|
9
9
|
"Comptroller_Stablecoins": "0x18eF8D2bee415b731C25662568dc1035001cEB2c",
|
|
10
|
-
"DefaultProxyAdmin": "
|
|
10
|
+
"DefaultProxyAdmin": "0xe98a3110929c6650c73031756288Ec518f65e846",
|
|
11
11
|
"JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink8000bps": "0xe948BBE16a846988A501A33Fb6A82Af4E2f231aE",
|
|
12
12
|
"JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps": "0x1A9ca9032C7ee7335736fCaa5e8fb62b283538da",
|
|
13
13
|
"JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps": "0xA03205bC635A772E533E7BE36b5701E331a70ea3",
|
|
@@ -44,19 +44,6 @@
|
|
|
44
44
|
"VToken_vWETH_Core": "0xc2931B1fEa69b6D6dA65a50363A8D75d285e4da9",
|
|
45
45
|
"VToken_vcrvUSD_Core": "0xA09cFAd2e138fe6d8FF62df803892cbCb79ED082",
|
|
46
46
|
"VToken_vcrvUSD_Curve": "0xc7be132027e191636172798B933202E0f9CAD548",
|
|
47
|
-
"VToken_vcrvUSD_Stablecoins": "0x9C5e7a3B4db931F07A6534f9e44100DDDc78c408"
|
|
48
|
-
"BoundValidator": "0x60c4Aa92eEb6884a76b309Dd8B3731ad514d6f9B",
|
|
49
|
-
"BoundValidator_Implementation": "0xcc633492097078Ae590C0d11924e82A23f3Ab3E2",
|
|
50
|
-
"BoundValidator_Proxy": "0x60c4Aa92eEb6884a76b309Dd8B3731ad514d6f9B",
|
|
51
|
-
"ChainlinkOracle": "0x102F0b714E5d321187A4b6E5993358448f7261cE",
|
|
52
|
-
"ChainlinkOracle_Implementation": "0x034Cc5097379B13d3Ed5F6c85c8FAf20F48aE480",
|
|
53
|
-
"ChainlinkOracle_Proxy": "0x102F0b714E5d321187A4b6E5993358448f7261cE",
|
|
54
|
-
"RedStoneOracle": "0x4e6269Ef406B4CEE6e67BA5B5197c2FfD15099AE",
|
|
55
|
-
"RedStoneOracle_Implementation": "0x718299912d52c5720c70318B9dF418bc2520fb60",
|
|
56
|
-
"RedStoneOracle_Proxy": "0x4e6269Ef406B4CEE6e67BA5B5197c2FfD15099AE",
|
|
57
|
-
"ResilientOracle": "0x8000eca36201dddf5805Aa4BeFD73d1EB4D23264",
|
|
58
|
-
"ResilientOracle_Implementation": "0x86F82bca79774fc04859966917D2291A68b870A9",
|
|
59
|
-
"ResilientOracle_Proxy": "0x8000eca36201dddf5805Aa4BeFD73d1EB4D23264",
|
|
60
|
-
"VTreasuryV8": "0x4116CA92960dF77756aAAc3aFd91361dB657fbF8"
|
|
47
|
+
"VToken_vcrvUSD_Stablecoins": "0x9C5e7a3B4db931F07A6534f9e44100DDDc78c408"
|
|
61
48
|
}
|
|
62
49
|
}
|
package/dist/hardhat.config.js
CHANGED
|
@@ -38,6 +38,26 @@ require("solidity-coverage");
|
|
|
38
38
|
require("solidity-docgen");
|
|
39
39
|
const utils_1 = require("./helpers/utils");
|
|
40
40
|
dotenv.config();
|
|
41
|
+
(0, config_1.extendConfig)((config) => {
|
|
42
|
+
if (process.env.EXPORT !== "true") {
|
|
43
|
+
config.external = {
|
|
44
|
+
...config.external,
|
|
45
|
+
deployments: {
|
|
46
|
+
bsctestnet: [
|
|
47
|
+
"node_modules/@venusprotocol/oracle/deployments/bsctestnet",
|
|
48
|
+
"node_modules/@venusprotocol/venus-protocol/deployments/bsctestnet",
|
|
49
|
+
"node_modules/@venusprotocol/protocol-reserve/deployments/bsctestnet",
|
|
50
|
+
],
|
|
51
|
+
sepolia: [
|
|
52
|
+
"node_modules/@venusprotocol/oracle/deployments/sepolia",
|
|
53
|
+
"node_modules/@venusprotocol/venus-protocol/deployments/sepolia",
|
|
54
|
+
"node_modules/@venusprotocol/protocol-reserve/deployments/sepolia",
|
|
55
|
+
],
|
|
56
|
+
bscmainnet: ["node_modules/@venusprotocol/protocol-reserve/deployments/bscmainnet"],
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
});
|
|
41
61
|
// This is a sample Hardhat task. To learn how to create your own go to
|
|
42
62
|
// https://hardhat.org/guides/create-task.html
|
|
43
63
|
(0, config_1.task)("accounts", "Prints the list of accounts", async (taskArgs, hre) => {
|
|
@@ -239,19 +259,6 @@ const config = {
|
|
|
239
259
|
artifacts: "node_modules/@venusprotocol/venus-protocol/artifacts",
|
|
240
260
|
},
|
|
241
261
|
],
|
|
242
|
-
deployments: {
|
|
243
|
-
bsctestnet: [
|
|
244
|
-
"node_modules/@venusprotocol/oracle/deployments/bsctestnet",
|
|
245
|
-
"node_modules/@venusprotocol/venus-protocol/deployments/bsctestnet",
|
|
246
|
-
"node_modules/@venusprotocol/protocol-reserve/deployments/bsctestnet",
|
|
247
|
-
],
|
|
248
|
-
sepolia: [
|
|
249
|
-
"node_modules/@venusprotocol/oracle/deployments/sepolia",
|
|
250
|
-
"node_modules/@venusprotocol/venus-protocol/deployments/sepolia",
|
|
251
|
-
"node_modules/@venusprotocol/protocol-reserve/deployments/sepolia",
|
|
252
|
-
],
|
|
253
|
-
bscmainnet: ["node_modules/@venusprotocol/protocol-reserve/deployments/bscmainnet"],
|
|
254
|
-
},
|
|
255
262
|
},
|
|
256
263
|
};
|
|
257
264
|
function isFork() {
|