@venusprotocol/isolated-pools 3.7.0-dev.3 → 3.7.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.
@@ -2748,6 +2748,13 @@ exports.globalConfig = {
2748
2748
  decimals: 18,
2749
2749
  tokenAddress: hardhat_1.ethers.constants.AddressZero,
2750
2750
  },
2751
+ {
2752
+ isMock: true,
2753
+ name: "pufETH",
2754
+ symbol: "pufETH",
2755
+ decimals: 18,
2756
+ tokenAddress: hardhat_1.ethers.constants.AddressZero,
2757
+ },
2751
2758
  ],
2752
2759
  poolConfig: [
2753
2760
  {
@@ -3299,6 +3306,24 @@ exports.globalConfig = {
3299
3306
  reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
3300
3307
  vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
3301
3308
  },
3309
+ {
3310
+ name: "Venus pufETH (Liquid Staked ETH)",
3311
+ asset: "pufETH",
3312
+ symbol: "vpufETH_LiquidStakedETH",
3313
+ rateModel: InterestRateModels.JumpRate.toString(),
3314
+ baseRatePerYear: "0",
3315
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.045", 18),
3316
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2", 18),
3317
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
3318
+ collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
3319
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
3320
+ reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
3321
+ initialSupply: (0, utils_1.convertToUnit)("5", 18),
3322
+ supplyCap: (0, utils_1.convertToUnit)("3000", 18),
3323
+ borrowCap: (0, utils_1.convertToUnit)("300", 18),
3324
+ reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
3325
+ vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
3326
+ },
3302
3327
  ],
3303
3328
  rewards: [
3304
3329
  // XVS Rewards Over 90 days (648000 blocks)
@@ -3484,6 +3509,13 @@ exports.globalConfig = {
3484
3509
  decimals: 18,
3485
3510
  tokenAddress: "0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83",
3486
3511
  },
3512
+ {
3513
+ isMock: false,
3514
+ name: "pufETH",
3515
+ symbol: "pufETH",
3516
+ decimals: 18,
3517
+ tokenAddress: "0xD9A442856C234a39a81a089C06451EBAa4306a72",
3518
+ },
3487
3519
  ],
3488
3520
  poolConfig: [
3489
3521
  {
@@ -3977,6 +4009,24 @@ exports.globalConfig = {
3977
4009
  reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ETHEREUM,
3978
4010
  vTokenReceiver: "0x86fBaEB3D6b5247F420590D303a6ffC9cd523790",
3979
4011
  },
4012
+ {
4013
+ name: "Venus pufETH (Liquid Staked ETH)",
4014
+ asset: "pufETH",
4015
+ symbol: "vpufETH_LiquidStakedETH",
4016
+ rateModel: InterestRateModels.JumpRate.toString(),
4017
+ baseRatePerYear: "0",
4018
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.045", 18),
4019
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2", 18),
4020
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
4021
+ collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
4022
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
4023
+ reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
4024
+ initialSupply: (0, utils_1.convertToUnit)("5", 18),
4025
+ supplyCap: (0, utils_1.convertToUnit)("3000", 18),
4026
+ borrowCap: (0, utils_1.convertToUnit)("300", 18),
4027
+ reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
4028
+ vTokenReceiver: exports.preconfiguredAddresses.ethereum.VTreasury,
4029
+ },
3980
4030
  ],
3981
4031
  rewards: [
3982
4032
  // XVS Rewards Over 90 days (648000 blocks)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "3.7.0-dev.3",
3
+ "version": "3.7.0-dev.4",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",