@venusprotocol/isolated-pools 1.3.0-dev.2 → 1.3.0-dev.4

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.
@@ -14,7 +14,7 @@ const preconfiguredAddresses = {
14
14
  VTreasury: "account:deployer",
15
15
  },
16
16
  bsctestnet: {
17
- VTreasury: "account:deployer",
17
+ VTreasury: "0x8b293600c50d6fbdc6ed4251cc75ece29880276f",
18
18
  NormalTimelock: "0xce10739590001705F7FF231611ba4A48B2820327",
19
19
  FastTrackTimelock: "0x3CFf21b7AF8390fE68799D58727d3b4C25a83cb6",
20
20
  CriticalTimelock: "0x23B893a7C45a5Eb8c8C062b9F32d0D2e43eD286D",
@@ -760,6 +760,23 @@ exports.globalConfig = {
760
760
  borrowCap: (0, utils_1.convertToUnit)("6656161", 18),
761
761
  vTokenReceiver: "0xAE1c38847Fb90A13a2a1D7E5552cCD80c62C6508",
762
762
  },
763
+ {
764
+ name: "Venus ankrBNB (DeFi)",
765
+ asset: "ankrBNB",
766
+ symbol: "vankrBNB_DeFi",
767
+ rateModel: InterestRateModels.JumpRate.toString(),
768
+ baseRatePerYear: (0, utils_1.convertToUnit)("0.035", 18),
769
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
770
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
771
+ kink_: (0, utils_1.convertToUnit)("0.8", 18),
772
+ collateralFactor: (0, utils_1.convertToUnit)("0", 18),
773
+ liquidationThreshold: (0, utils_1.convertToUnit)("0", 18),
774
+ reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
775
+ initialSupply: (0, utils_1.convertToUnit)("39", 18),
776
+ supplyCap: (0, utils_1.convertToUnit)("5000", 18),
777
+ borrowCap: (0, utils_1.convertToUnit)("4000", 18),
778
+ vTokenReceiver: "0xAE1c38847Fb90A13a2a1D7E5552cCD80c62C6508",
779
+ },
763
780
  ],
764
781
  rewards: [
765
782
  {
@@ -768,6 +785,12 @@ exports.globalConfig = {
768
785
  supplySpeeds: ["16753472222222222"],
769
786
  borrowSpeeds: ["16753472222222222"], // 14475 BSW over 30 days (864000 blocks)
770
787
  },
788
+ {
789
+ asset: "ANKR",
790
+ markets: ["ankrBNB"],
791
+ supplySpeeds: ["289351851851851851"],
792
+ borrowSpeeds: ["289351851851851851"], // 250000 ANKR over 30 days (864000 blocks)
793
+ },
771
794
  ],
772
795
  },
773
796
  {
@@ -1452,6 +1475,23 @@ exports.globalConfig = {
1452
1475
  borrowCap: (0, utils_1.convertToUnit)("6656161", 18),
1453
1476
  vTokenReceiver: "0xAE1c38847Fb90A13a2a1D7E5552cCD80c62C6508",
1454
1477
  },
1478
+ {
1479
+ name: "Venus ankrBNB (DeFi)",
1480
+ asset: "ankrBNB",
1481
+ symbol: "vankrBNB_DeFi",
1482
+ rateModel: InterestRateModels.JumpRate.toString(),
1483
+ baseRatePerYear: (0, utils_1.convertToUnit)("0.035", 18),
1484
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
1485
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
1486
+ kink_: (0, utils_1.convertToUnit)("0.8", 18),
1487
+ collateralFactor: (0, utils_1.convertToUnit)("0", 18),
1488
+ liquidationThreshold: (0, utils_1.convertToUnit)("0", 18),
1489
+ reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
1490
+ initialSupply: (0, utils_1.convertToUnit)("39", 18),
1491
+ supplyCap: (0, utils_1.convertToUnit)("5000", 18),
1492
+ borrowCap: (0, utils_1.convertToUnit)("4000", 18),
1493
+ vTokenReceiver: "0xAE1c38847Fb90A13a2a1D7E5552cCD80c62C6508",
1494
+ },
1455
1495
  ],
1456
1496
  rewards: [
1457
1497
  {
@@ -1460,6 +1500,12 @@ exports.globalConfig = {
1460
1500
  supplySpeeds: ["16753472222222222"],
1461
1501
  borrowSpeeds: ["16753472222222222"], // 14475 BSW over 30 days (864000 blocks)
1462
1502
  },
1503
+ {
1504
+ asset: "ANKR",
1505
+ markets: ["ankrBNB"],
1506
+ supplySpeeds: ["289351851851851851"],
1507
+ borrowSpeeds: ["289351851851851851"], // 250000 ANKR over 30 days (864000 blocks)
1508
+ },
1463
1509
  ],
1464
1510
  },
1465
1511
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "1.3.0-dev.2",
3
+ "version": "1.3.0-dev.4",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",