@venusprotocol/isolated-pools 3.7.0-dev.2 → 3.7.0-dev.3

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.
@@ -2734,6 +2734,13 @@ exports.globalConfig = {
2734
2734
  decimals: 18,
2735
2735
  tokenAddress: hardhat_1.ethers.constants.AddressZero,
2736
2736
  },
2737
+ {
2738
+ isMock: true,
2739
+ name: "ether.fi BTC",
2740
+ symbol: "eBTC",
2741
+ decimals: 8,
2742
+ tokenAddress: hardhat_1.ethers.constants.AddressZero,
2743
+ },
2737
2744
  {
2738
2745
  isMock: true,
2739
2746
  name: "Eigen",
@@ -2930,6 +2937,24 @@ exports.globalConfig = {
2930
2937
  reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
2931
2938
  vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury, // TBD
2932
2939
  },
2940
+ {
2941
+ name: "Venus eBTC",
2942
+ asset: "eBTC",
2943
+ symbol: "veBTC",
2944
+ rateModel: InterestRateModels.JumpRate.toString(),
2945
+ baseRatePerYear: "0",
2946
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
2947
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2", 18),
2948
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
2949
+ collateralFactor: (0, utils_1.convertToUnit)("0.68", 18),
2950
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.72", 18),
2951
+ reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
2952
+ initialSupply: (0, utils_1.convertToUnit)("0.14471345", 8),
2953
+ supplyCap: (0, utils_1.convertToUnit)("25", 8),
2954
+ borrowCap: (0, utils_1.convertToUnit)("12.5", 8),
2955
+ reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
2956
+ vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
2957
+ },
2933
2958
  {
2934
2959
  name: "Venus EIGEN",
2935
2960
  asset: "EIGEN",
@@ -3445,6 +3470,13 @@ exports.globalConfig = {
3445
3470
  decimals: 18,
3446
3471
  tokenAddress: "0x917ceE801a67f933F2e6b33fC0cD1ED2d5909D88",
3447
3472
  },
3473
+ {
3474
+ isMock: false,
3475
+ name: "ether.fi BTC",
3476
+ symbol: "eBTC",
3477
+ decimals: 8,
3478
+ tokenAddress: "0x657e8C867D8B37dCC18fA4Caead9C45EB088C642",
3479
+ },
3448
3480
  {
3449
3481
  isMock: false,
3450
3482
  name: "Eigen",
@@ -3623,6 +3655,24 @@ exports.globalConfig = {
3623
3655
  reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
3624
3656
  vTokenReceiver: "0x6e74053a3798e0fC9a9775F7995316b27f21c4D2",
3625
3657
  },
3658
+ {
3659
+ name: "Venus eBTC",
3660
+ asset: "eBTC",
3661
+ symbol: "veBTC",
3662
+ rateModel: InterestRateModels.JumpRate.toString(),
3663
+ baseRatePerYear: "0",
3664
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
3665
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2", 18),
3666
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
3667
+ collateralFactor: (0, utils_1.convertToUnit)("0.68", 18),
3668
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.72", 18),
3669
+ reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
3670
+ initialSupply: (0, utils_1.convertToUnit)("0.14471345", 8),
3671
+ supplyCap: (0, utils_1.convertToUnit)("25", 8),
3672
+ borrowCap: (0, utils_1.convertToUnit)("12.5", 8),
3673
+ reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
3674
+ vTokenReceiver: exports.preconfiguredAddresses.ethereum.VTreasury,
3675
+ },
3626
3676
  {
3627
3677
  name: "Venus EIGEN",
3628
3678
  asset: "EIGEN",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "3.7.0-dev.2",
3
+ "version": "3.7.0-dev.3",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",