@venusprotocol/isolated-pools 3.4.0-dev.2 → 3.4.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.
@@ -49,6 +49,7 @@ exports.OPBNBMAINNET_MULTISIG = "0xC46796a21a3A9FAB6546aF3434F2eBfFd0604207";
49
49
  exports.ARBITRUM_SEPOLIA_MULTISIG = "0x1426A5Ae009c4443188DA8793751024E358A61C2";
50
50
  exports.ARBITRUM_ONE_MULTISIG = "0x14e0E151b33f9802b3e75b621c1457afc44DcAA0";
51
51
  const DEFAULT_REDUCE_RESERVES_BLOCK_DELTA = "7200";
52
+ const REDUCE_RESERVES_BLOCK_DELTA_ETHEREUM = "7200";
52
53
  const REDUCE_RESERVES_BLOCK_DELTA_OPBNBTESTNET = "300";
53
54
  const REDUCE_RESERVES_BLOCK_DELTA_OPBNBMAINNET = "86400";
54
55
  const REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_SEPOLIA = "86400";
@@ -2491,6 +2492,13 @@ exports.globalConfig = {
2491
2492
  decimals: 18,
2492
2493
  tokenAddress: "0xd85FfECdB4287587BC53c1934D548bF7480F11C4",
2493
2494
  },
2495
+ {
2496
+ isMock: true,
2497
+ name: "Staked Frax Ether",
2498
+ symbol: "sfrxETH",
2499
+ decimals: 18,
2500
+ tokenAddress: hardhat_1.ethers.constants.AddressZero,
2501
+ },
2494
2502
  {
2495
2503
  isMock: true,
2496
2504
  name: "rsETH",
@@ -2959,6 +2967,24 @@ exports.globalConfig = {
2959
2967
  reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
2960
2968
  vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
2961
2969
  },
2970
+ {
2971
+ name: "Venus sfrxETH (Liquid Staked ETH)",
2972
+ asset: "sfrxETH",
2973
+ symbol: "vsfrxETH_LiquidStakedETH",
2974
+ rateModel: InterestRateModels.JumpRate.toString(),
2975
+ baseRatePerYear: "0",
2976
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
2977
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
2978
+ kink_: (0, utils_1.convertToUnit)("0.40", 18),
2979
+ collateralFactor: (0, utils_1.convertToUnit)("0.9", 18),
2980
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.93", 18),
2981
+ reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
2982
+ initialSupply: (0, utils_1.convertToUnit)("1.2", 18),
2983
+ supplyCap: (0, utils_1.convertToUnit)(10000, 18),
2984
+ borrowCap: (0, utils_1.convertToUnit)(1000, 18),
2985
+ reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
2986
+ vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
2987
+ },
2962
2988
  ],
2963
2989
  rewards: [
2964
2990
  // XVS Rewards Over 90 days (648000 blocks)
@@ -2966,11 +2992,13 @@ exports.globalConfig = {
2966
2992
  // 0 XVS for Borrowers
2967
2993
  // WETH: 165 XVS for Suppliers
2968
2994
  // 385 XVS for Borrowers
2995
+ // sfrxETH: 24 XVS for Suppliers
2996
+ // 0 XVS for Borrowers
2969
2997
  {
2970
2998
  asset: "XVS",
2971
- markets: ["wstETH", "WETH"],
2972
- supplySpeeds: ["222222222222222", "254629629629629"],
2973
- borrowSpeeds: ["0", "594135802469135"],
2999
+ markets: ["wstETH", "WETH", "sfrxETH"],
3000
+ supplySpeeds: ["222222222222222", "254629629629629", "3703703703703"],
3001
+ borrowSpeeds: ["0", "594135802469135", "0"],
2974
3002
  },
2975
3003
  {
2976
3004
  asset: "wstETH",
@@ -3100,6 +3128,13 @@ exports.globalConfig = {
3100
3128
  decimals: 18,
3101
3129
  tokenAddress: "0x6ee2b5E19ECBa773a352E5B21415Dc419A700d1d",
3102
3130
  },
3131
+ {
3132
+ isMock: false,
3133
+ name: "Staked Frax Ether",
3134
+ symbol: "sfrxETH",
3135
+ decimals: 18,
3136
+ tokenAddress: "0xac3E018457B222d93114458476f3E3416Abbe38F",
3137
+ },
3103
3138
  {
3104
3139
  isMock: false,
3105
3140
  name: "rsETH",
@@ -3486,6 +3521,24 @@ exports.globalConfig = {
3486
3521
  reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
3487
3522
  vTokenReceiver: "0x7AAd74b7f0d60D5867B59dbD377a71783425af47",
3488
3523
  },
3524
+ {
3525
+ name: "Venus sfrxETH (Liquid Staked ETH)",
3526
+ asset: "sfrxETH",
3527
+ symbol: "vsfrxETH_LiquidStakedETH",
3528
+ rateModel: InterestRateModels.JumpRate.toString(),
3529
+ baseRatePerYear: "0",
3530
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
3531
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
3532
+ kink_: (0, utils_1.convertToUnit)("0.40", 18),
3533
+ collateralFactor: (0, utils_1.convertToUnit)("0.9", 18),
3534
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.93", 18),
3535
+ reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
3536
+ initialSupply: (0, utils_1.convertToUnit)("1.2", 18),
3537
+ supplyCap: (0, utils_1.convertToUnit)(10000, 18),
3538
+ borrowCap: (0, utils_1.convertToUnit)(1000, 18),
3539
+ reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ETHEREUM,
3540
+ vTokenReceiver: "0x6e74053a3798e0fC9a9775F7995316b27f21c4D2",
3541
+ },
3489
3542
  ],
3490
3543
  rewards: [
3491
3544
  // XVS Rewards Over 90 days (648000 blocks)
@@ -3493,11 +3546,13 @@ exports.globalConfig = {
3493
3546
  // 0 XVS for Borrowers
3494
3547
  // WETH: 16500 XVS for Suppliers
3495
3548
  // 38500 XVS for Borrowers
3549
+ // sfrxETH: 2400 XVS for Suppliers
3550
+ // 0 XVS for Borrowers
3496
3551
  {
3497
3552
  asset: "XVS",
3498
- markets: ["wstETH", "WETH"],
3499
- supplySpeeds: ["22222222222222222", "25462962962962962"],
3500
- borrowSpeeds: ["0", "59413580246913580"],
3553
+ markets: ["wstETH", "WETH", "sfrxETH"],
3554
+ supplySpeeds: ["22222222222222222", "25462962962962962", "3703703703703703"],
3555
+ borrowSpeeds: ["0", "59413580246913580", "0"],
3501
3556
  },
3502
3557
  {
3503
3558
  asset: "wstETH",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "3.4.0-dev.2",
3
+ "version": "3.4.0-dev.4",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",