@venusprotocol/venus-protocol 9.4.0-dev.5 → 9.4.0-dev.6

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.
@@ -6498,7 +6498,7 @@
6498
6498
  ]
6499
6499
  },
6500
6500
  "InterestRateModelVBNB": {
6501
- "address": "0xC682145a767ca98B743B895f1Bd2D4696bC9C2eC",
6501
+ "address": "0x4E026f23f65EA7ad206886F91f74B79adBA2bc62",
6502
6502
  "abi": [
6503
6503
  {
6504
6504
  "inputs": [
@@ -16,7 +16,7 @@
16
16
  "DefaultProxyAdmin": "0x6beb6D2695B67FEb73ad4f172E8E2975497187e4",
17
17
  "ETH": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
18
18
  "FIL": "0x0D8Ce2A99Bb6e3B7Db580eD848240e4a0F9aE153",
19
- "InterestRateModelVBNB": "0xC682145a767ca98B743B895f1Bd2D4696bC9C2eC",
19
+ "InterestRateModelVBNB": "0x4E026f23f65EA7ad206886F91f74B79adBA2bc62",
20
20
  "InterestRateModelVETH": "0x3aa125788FC6b9F801772baEa887aA40328015e9",
21
21
  "JumpRateModel_base0bps_slope10000bps_jump25000bps_kink8000bps": "0x9e8fbACBfbD811Fc561af3Af7df8e38dEd4c52F3",
22
22
  "JumpRateModel_base0bps_slope10000bps_jump50000bps_kink8000bps": "0x958F4C84d3ad523Fa9936Dc465A123C7AD43D69B",
@@ -38,11 +38,11 @@ const func = async function (hre) {
38
38
  autoMine: true,
39
39
  args: [
40
40
  0,
41
- (0, utils_1.parseUnits)("0.225", 18),
41
+ (0, utils_1.parseUnits)("0.125", 18),
42
42
  (0, utils_1.parseUnits)("0.4", 18),
43
- (0, utils_1.parseUnits)("0.35", 18),
43
+ (0, utils_1.parseUnits)("0.9", 18),
44
44
  (0, utils_1.parseUnits)("0.21", 18),
45
- (0, utils_1.parseUnits)("0.7", 18),
45
+ (0, utils_1.parseUnits)("0.8", 18),
46
46
  (0, utils_1.parseUnits)("5", 18),
47
47
  ],
48
48
  });
@@ -6498,7 +6498,7 @@
6498
6498
  ]
6499
6499
  },
6500
6500
  "InterestRateModelVBNB": {
6501
- "address": "0xC682145a767ca98B743B895f1Bd2D4696bC9C2eC",
6501
+ "address": "0x4E026f23f65EA7ad206886F91f74B79adBA2bc62",
6502
6502
  "abi": [
6503
6503
  {
6504
6504
  "inputs": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/venus-protocol",
3
- "version": "9.4.0-dev.5",
3
+ "version": "9.4.0-dev.6",
4
4
  "description": "The Venus Money Market",
5
5
  "repository": "git@github.com:VenusProtocol/venus-protocol.git",
6
6
  "author": "Venus",