@venusprotocol/isolated-pools 3.5.0-dev.7 → 3.5.0-dev.9

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.
@@ -29335,6 +29335,80 @@
29335
29335
  }
29336
29336
  ]
29337
29337
  },
29338
+ "VToken_vweETHs_LiquidStakedETH": {
29339
+ "address": "0xEF26C64bC06A8dE4CA5D31f119835f9A1d9433b9",
29340
+ "abi": [
29341
+ {
29342
+ "inputs": [
29343
+ {
29344
+ "internalType": "address",
29345
+ "name": "beacon",
29346
+ "type": "address"
29347
+ },
29348
+ {
29349
+ "internalType": "bytes",
29350
+ "name": "data",
29351
+ "type": "bytes"
29352
+ }
29353
+ ],
29354
+ "stateMutability": "payable",
29355
+ "type": "constructor"
29356
+ },
29357
+ {
29358
+ "anonymous": false,
29359
+ "inputs": [
29360
+ {
29361
+ "indexed": false,
29362
+ "internalType": "address",
29363
+ "name": "previousAdmin",
29364
+ "type": "address"
29365
+ },
29366
+ {
29367
+ "indexed": false,
29368
+ "internalType": "address",
29369
+ "name": "newAdmin",
29370
+ "type": "address"
29371
+ }
29372
+ ],
29373
+ "name": "AdminChanged",
29374
+ "type": "event"
29375
+ },
29376
+ {
29377
+ "anonymous": false,
29378
+ "inputs": [
29379
+ {
29380
+ "indexed": true,
29381
+ "internalType": "address",
29382
+ "name": "beacon",
29383
+ "type": "address"
29384
+ }
29385
+ ],
29386
+ "name": "BeaconUpgraded",
29387
+ "type": "event"
29388
+ },
29389
+ {
29390
+ "anonymous": false,
29391
+ "inputs": [
29392
+ {
29393
+ "indexed": true,
29394
+ "internalType": "address",
29395
+ "name": "implementation",
29396
+ "type": "address"
29397
+ }
29398
+ ],
29399
+ "name": "Upgraded",
29400
+ "type": "event"
29401
+ },
29402
+ {
29403
+ "stateMutability": "payable",
29404
+ "type": "fallback"
29405
+ },
29406
+ {
29407
+ "stateMutability": "payable",
29408
+ "type": "receive"
29409
+ }
29410
+ ]
29411
+ },
29338
29412
  "VToken_vwstETH_LiquidStakedETH": {
29339
29413
  "address": "0x4a240F0ee138697726C8a3E43eFE6Ac3593432CB",
29340
29414
  "abi": [
@@ -10519,6 +10519,315 @@
10519
10519
  }
10520
10520
  ]
10521
10521
  },
10522
+ "MockweETHs": {
10523
+ "address": "0xE233527306c2fa1E159e251a2E5893334505A5E0",
10524
+ "abi": [
10525
+ {
10526
+ "inputs": [
10527
+ {
10528
+ "internalType": "string",
10529
+ "name": "name_",
10530
+ "type": "string"
10531
+ },
10532
+ {
10533
+ "internalType": "string",
10534
+ "name": "symbol_",
10535
+ "type": "string"
10536
+ },
10537
+ {
10538
+ "internalType": "uint8",
10539
+ "name": "decimals_",
10540
+ "type": "uint8"
10541
+ }
10542
+ ],
10543
+ "stateMutability": "nonpayable",
10544
+ "type": "constructor"
10545
+ },
10546
+ {
10547
+ "anonymous": false,
10548
+ "inputs": [
10549
+ {
10550
+ "indexed": true,
10551
+ "internalType": "address",
10552
+ "name": "owner",
10553
+ "type": "address"
10554
+ },
10555
+ {
10556
+ "indexed": true,
10557
+ "internalType": "address",
10558
+ "name": "spender",
10559
+ "type": "address"
10560
+ },
10561
+ {
10562
+ "indexed": false,
10563
+ "internalType": "uint256",
10564
+ "name": "value",
10565
+ "type": "uint256"
10566
+ }
10567
+ ],
10568
+ "name": "Approval",
10569
+ "type": "event"
10570
+ },
10571
+ {
10572
+ "anonymous": false,
10573
+ "inputs": [
10574
+ {
10575
+ "indexed": true,
10576
+ "internalType": "address",
10577
+ "name": "from",
10578
+ "type": "address"
10579
+ },
10580
+ {
10581
+ "indexed": true,
10582
+ "internalType": "address",
10583
+ "name": "to",
10584
+ "type": "address"
10585
+ },
10586
+ {
10587
+ "indexed": false,
10588
+ "internalType": "uint256",
10589
+ "name": "value",
10590
+ "type": "uint256"
10591
+ }
10592
+ ],
10593
+ "name": "Transfer",
10594
+ "type": "event"
10595
+ },
10596
+ {
10597
+ "inputs": [
10598
+ {
10599
+ "internalType": "address",
10600
+ "name": "owner",
10601
+ "type": "address"
10602
+ },
10603
+ {
10604
+ "internalType": "address",
10605
+ "name": "spender",
10606
+ "type": "address"
10607
+ }
10608
+ ],
10609
+ "name": "allowance",
10610
+ "outputs": [
10611
+ {
10612
+ "internalType": "uint256",
10613
+ "name": "",
10614
+ "type": "uint256"
10615
+ }
10616
+ ],
10617
+ "stateMutability": "view",
10618
+ "type": "function"
10619
+ },
10620
+ {
10621
+ "inputs": [
10622
+ {
10623
+ "internalType": "address",
10624
+ "name": "spender",
10625
+ "type": "address"
10626
+ },
10627
+ {
10628
+ "internalType": "uint256",
10629
+ "name": "amount",
10630
+ "type": "uint256"
10631
+ }
10632
+ ],
10633
+ "name": "approve",
10634
+ "outputs": [
10635
+ {
10636
+ "internalType": "bool",
10637
+ "name": "",
10638
+ "type": "bool"
10639
+ }
10640
+ ],
10641
+ "stateMutability": "nonpayable",
10642
+ "type": "function"
10643
+ },
10644
+ {
10645
+ "inputs": [
10646
+ {
10647
+ "internalType": "address",
10648
+ "name": "account",
10649
+ "type": "address"
10650
+ }
10651
+ ],
10652
+ "name": "balanceOf",
10653
+ "outputs": [
10654
+ {
10655
+ "internalType": "uint256",
10656
+ "name": "",
10657
+ "type": "uint256"
10658
+ }
10659
+ ],
10660
+ "stateMutability": "view",
10661
+ "type": "function"
10662
+ },
10663
+ {
10664
+ "inputs": [],
10665
+ "name": "decimals",
10666
+ "outputs": [
10667
+ {
10668
+ "internalType": "uint8",
10669
+ "name": "",
10670
+ "type": "uint8"
10671
+ }
10672
+ ],
10673
+ "stateMutability": "view",
10674
+ "type": "function"
10675
+ },
10676
+ {
10677
+ "inputs": [
10678
+ {
10679
+ "internalType": "address",
10680
+ "name": "spender",
10681
+ "type": "address"
10682
+ },
10683
+ {
10684
+ "internalType": "uint256",
10685
+ "name": "subtractedValue",
10686
+ "type": "uint256"
10687
+ }
10688
+ ],
10689
+ "name": "decreaseAllowance",
10690
+ "outputs": [
10691
+ {
10692
+ "internalType": "bool",
10693
+ "name": "",
10694
+ "type": "bool"
10695
+ }
10696
+ ],
10697
+ "stateMutability": "nonpayable",
10698
+ "type": "function"
10699
+ },
10700
+ {
10701
+ "inputs": [
10702
+ {
10703
+ "internalType": "uint256",
10704
+ "name": "amount",
10705
+ "type": "uint256"
10706
+ }
10707
+ ],
10708
+ "name": "faucet",
10709
+ "outputs": [],
10710
+ "stateMutability": "nonpayable",
10711
+ "type": "function"
10712
+ },
10713
+ {
10714
+ "inputs": [
10715
+ {
10716
+ "internalType": "address",
10717
+ "name": "spender",
10718
+ "type": "address"
10719
+ },
10720
+ {
10721
+ "internalType": "uint256",
10722
+ "name": "addedValue",
10723
+ "type": "uint256"
10724
+ }
10725
+ ],
10726
+ "name": "increaseAllowance",
10727
+ "outputs": [
10728
+ {
10729
+ "internalType": "bool",
10730
+ "name": "",
10731
+ "type": "bool"
10732
+ }
10733
+ ],
10734
+ "stateMutability": "nonpayable",
10735
+ "type": "function"
10736
+ },
10737
+ {
10738
+ "inputs": [],
10739
+ "name": "name",
10740
+ "outputs": [
10741
+ {
10742
+ "internalType": "string",
10743
+ "name": "",
10744
+ "type": "string"
10745
+ }
10746
+ ],
10747
+ "stateMutability": "view",
10748
+ "type": "function"
10749
+ },
10750
+ {
10751
+ "inputs": [],
10752
+ "name": "symbol",
10753
+ "outputs": [
10754
+ {
10755
+ "internalType": "string",
10756
+ "name": "",
10757
+ "type": "string"
10758
+ }
10759
+ ],
10760
+ "stateMutability": "view",
10761
+ "type": "function"
10762
+ },
10763
+ {
10764
+ "inputs": [],
10765
+ "name": "totalSupply",
10766
+ "outputs": [
10767
+ {
10768
+ "internalType": "uint256",
10769
+ "name": "",
10770
+ "type": "uint256"
10771
+ }
10772
+ ],
10773
+ "stateMutability": "view",
10774
+ "type": "function"
10775
+ },
10776
+ {
10777
+ "inputs": [
10778
+ {
10779
+ "internalType": "address",
10780
+ "name": "to",
10781
+ "type": "address"
10782
+ },
10783
+ {
10784
+ "internalType": "uint256",
10785
+ "name": "amount",
10786
+ "type": "uint256"
10787
+ }
10788
+ ],
10789
+ "name": "transfer",
10790
+ "outputs": [
10791
+ {
10792
+ "internalType": "bool",
10793
+ "name": "",
10794
+ "type": "bool"
10795
+ }
10796
+ ],
10797
+ "stateMutability": "nonpayable",
10798
+ "type": "function"
10799
+ },
10800
+ {
10801
+ "inputs": [
10802
+ {
10803
+ "internalType": "address",
10804
+ "name": "from",
10805
+ "type": "address"
10806
+ },
10807
+ {
10808
+ "internalType": "address",
10809
+ "name": "to",
10810
+ "type": "address"
10811
+ },
10812
+ {
10813
+ "internalType": "uint256",
10814
+ "name": "amount",
10815
+ "type": "uint256"
10816
+ }
10817
+ ],
10818
+ "name": "transferFrom",
10819
+ "outputs": [
10820
+ {
10821
+ "internalType": "bool",
10822
+ "name": "",
10823
+ "type": "bool"
10824
+ }
10825
+ ],
10826
+ "stateMutability": "nonpayable",
10827
+ "type": "function"
10828
+ }
10829
+ ]
10830
+ },
10522
10831
  "NativeTokenGateway_vWETH_Core": {
10523
10832
  "address": "0xb8fD67f215117FADeF06447Af31590309750529D",
10524
10833
  "abi": [
@@ -27727,6 +28036,80 @@
27727
28036
  }
27728
28037
  ]
27729
28038
  },
28039
+ "VToken_vweETHs_LiquidStakedETH": {
28040
+ "address": "0xB3A201887396F57bad3fF50DFd02022fE1Fd1774",
28041
+ "abi": [
28042
+ {
28043
+ "inputs": [
28044
+ {
28045
+ "internalType": "address",
28046
+ "name": "beacon",
28047
+ "type": "address"
28048
+ },
28049
+ {
28050
+ "internalType": "bytes",
28051
+ "name": "data",
28052
+ "type": "bytes"
28053
+ }
28054
+ ],
28055
+ "stateMutability": "payable",
28056
+ "type": "constructor"
28057
+ },
28058
+ {
28059
+ "anonymous": false,
28060
+ "inputs": [
28061
+ {
28062
+ "indexed": false,
28063
+ "internalType": "address",
28064
+ "name": "previousAdmin",
28065
+ "type": "address"
28066
+ },
28067
+ {
28068
+ "indexed": false,
28069
+ "internalType": "address",
28070
+ "name": "newAdmin",
28071
+ "type": "address"
28072
+ }
28073
+ ],
28074
+ "name": "AdminChanged",
28075
+ "type": "event"
28076
+ },
28077
+ {
28078
+ "anonymous": false,
28079
+ "inputs": [
28080
+ {
28081
+ "indexed": true,
28082
+ "internalType": "address",
28083
+ "name": "beacon",
28084
+ "type": "address"
28085
+ }
28086
+ ],
28087
+ "name": "BeaconUpgraded",
28088
+ "type": "event"
28089
+ },
28090
+ {
28091
+ "anonymous": false,
28092
+ "inputs": [
28093
+ {
28094
+ "indexed": true,
28095
+ "internalType": "address",
28096
+ "name": "implementation",
28097
+ "type": "address"
28098
+ }
28099
+ ],
28100
+ "name": "Upgraded",
28101
+ "type": "event"
28102
+ },
28103
+ {
28104
+ "stateMutability": "payable",
28105
+ "type": "fallback"
28106
+ },
28107
+ {
28108
+ "stateMutability": "payable",
28109
+ "type": "receive"
28110
+ }
28111
+ ]
28112
+ },
27730
28113
  "VToken_vwstETH_LiquidStakedETH": {
27731
28114
  "address": "0x0a95088403229331FeF1EB26a11F9d6C8E73f23D",
27732
28115
  "abi": [
@@ -1687,7 +1687,7 @@ exports.globalConfig = {
1687
1687
  symbol: "vUSDT_Stablecoins",
1688
1688
  rateModel: InterestRateModels.JumpRate.toString(),
1689
1689
  baseRatePerYear: "0",
1690
- multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
1690
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.0375", 18),
1691
1691
  jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
1692
1692
  kink_: (0, utils_1.convertToUnit)("0.8", 18),
1693
1693
  collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
@@ -1806,7 +1806,7 @@ exports.globalConfig = {
1806
1806
  symbol: "vUSDT_DeFi",
1807
1807
  rateModel: InterestRateModels.JumpRate.toString(),
1808
1808
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
1809
- multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
1809
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.135", 18),
1810
1810
  jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
1811
1811
  kink_: (0, utils_1.convertToUnit)("0.8", 18),
1812
1812
  collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
@@ -1979,7 +1979,7 @@ exports.globalConfig = {
1979
1979
  symbol: "vUSDT_GameFi",
1980
1980
  rateModel: InterestRateModels.JumpRate.toString(),
1981
1981
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
1982
- multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
1982
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.135", 18),
1983
1983
  jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
1984
1984
  kink_: (0, utils_1.convertToUnit)("0.8", 18),
1985
1985
  collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
@@ -2525,6 +2525,13 @@ exports.globalConfig = {
2525
2525
  decimals: 18,
2526
2526
  tokenAddress: hardhat_1.ethers.constants.AddressZero,
2527
2527
  },
2528
+ {
2529
+ isMock: true,
2530
+ name: "Super Symbiotic LRT",
2531
+ symbol: "weETHs",
2532
+ decimals: 18,
2533
+ tokenAddress: hardhat_1.ethers.constants.AddressZero,
2534
+ },
2528
2535
  ],
2529
2536
  poolConfig: [
2530
2537
  {
@@ -3022,6 +3029,24 @@ exports.globalConfig = {
3022
3029
  reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
3023
3030
  vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
3024
3031
  },
3032
+ {
3033
+ name: "Venus weETHs (Liquid Staked ETH)",
3034
+ asset: "weETHs",
3035
+ symbol: "vweETHs_LiquidStakedETH",
3036
+ rateModel: InterestRateModels.JumpRate.toString(),
3037
+ baseRatePerYear: "0",
3038
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
3039
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.75", 18),
3040
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
3041
+ collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
3042
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
3043
+ reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
3044
+ initialSupply: (0, utils_1.convertToUnit)("10.009201470952191487", 18),
3045
+ supplyCap: (0, utils_1.convertToUnit)(180, 18),
3046
+ borrowCap: (0, utils_1.convertToUnit)(0, 18),
3047
+ reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
3048
+ vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
3049
+ },
3025
3050
  ],
3026
3051
  rewards: [
3027
3052
  // XVS Rewards Over 90 days (648000 blocks)
@@ -3186,6 +3211,13 @@ exports.globalConfig = {
3186
3211
  decimals: 18,
3187
3212
  tokenAddress: "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110",
3188
3213
  },
3214
+ {
3215
+ isMock: false,
3216
+ name: "Super Symbiotic LRT",
3217
+ symbol: "weETHs",
3218
+ decimals: 18,
3219
+ tokenAddress: "0x917ceE801a67f933F2e6b33fC0cD1ED2d5909D88",
3220
+ },
3189
3221
  ],
3190
3222
  poolConfig: [
3191
3223
  {
@@ -3273,7 +3305,7 @@ exports.globalConfig = {
3273
3305
  symbol: "vcrvUSD_Core",
3274
3306
  rateModel: InterestRateModels.JumpRate.toString(),
3275
3307
  baseRatePerYear: "0",
3276
- multiplierPerYear: (0, utils_1.convertToUnit)("0.0875", 18),
3308
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
3277
3309
  jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
3278
3310
  kink_: (0, utils_1.convertToUnit)("0.8", 18),
3279
3311
  collateralFactor: (0, utils_1.convertToUnit)("0.78", 18),
@@ -3291,7 +3323,7 @@ exports.globalConfig = {
3291
3323
  symbol: "vDAI_Core",
3292
3324
  rateModel: InterestRateModels.JumpRate.toString(),
3293
3325
  baseRatePerYear: "0",
3294
- multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
3326
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.0875", 18),
3295
3327
  jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
3296
3328
  kink_: (0, utils_1.convertToUnit)("0.8", 18),
3297
3329
  collateralFactor: (0, utils_1.convertToUnit)("0.75", 18),
@@ -3309,7 +3341,7 @@ exports.globalConfig = {
3309
3341
  symbol: "vTUSD_Core",
3310
3342
  rateModel: InterestRateModels.JumpRate.toString(),
3311
3343
  baseRatePerYear: "0",
3312
- multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
3344
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.0875", 18),
3313
3345
  jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
3314
3346
  kink_: (0, utils_1.convertToUnit)("0.8", 18),
3315
3347
  collateralFactor: (0, utils_1.convertToUnit)("0.75", 18),
@@ -3625,6 +3657,24 @@ exports.globalConfig = {
3625
3657
  reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ETHEREUM,
3626
3658
  vTokenReceiver: "0x1E3233E8d972cfFc7D0f83aFAE4354a0Db74e34E",
3627
3659
  },
3660
+ {
3661
+ name: "Venus weETHs (Liquid Staked ETH)",
3662
+ asset: "weETHs",
3663
+ symbol: "vweETHs_LiquidStakedETH",
3664
+ rateModel: InterestRateModels.JumpRate.toString(),
3665
+ baseRatePerYear: "0",
3666
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
3667
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.75", 18),
3668
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
3669
+ collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
3670
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
3671
+ reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
3672
+ initialSupply: (0, utils_1.convertToUnit)("10.009201470952191487", 18),
3673
+ supplyCap: (0, utils_1.convertToUnit)(180, 18),
3674
+ borrowCap: (0, utils_1.convertToUnit)(0, 18),
3675
+ reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ETHEREUM,
3676
+ vTokenReceiver: "0x86fBaEB3D6b5247F420590D303a6ffC9cd523790",
3677
+ },
3628
3678
  ],
3629
3679
  rewards: [
3630
3680
  // XVS Rewards Over 90 days (648000 blocks)
@@ -4189,7 +4239,7 @@ exports.globalConfig = {
4189
4239
  symbol: "vUSDC_Core",
4190
4240
  rateModel: InterestRateModels.JumpRate.toString(),
4191
4241
  baseRatePerYear: "0",
4192
- multiplierPerYear: (0, utils_1.convertToUnit)("0.0875", 18),
4242
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.08", 18),
4193
4243
  jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
4194
4244
  kink_: (0, utils_1.convertToUnit)("0.8", 18),
4195
4245
  collateralFactor: (0, utils_1.convertToUnit)("0.78", 18),
@@ -4207,7 +4257,7 @@ exports.globalConfig = {
4207
4257
  symbol: "vUSDT_Core",
4208
4258
  rateModel: InterestRateModels.JumpRate.toString(),
4209
4259
  baseRatePerYear: "0",
4210
- multiplierPerYear: (0, utils_1.convertToUnit)("0.0875", 18),
4260
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.08", 18),
4211
4261
  jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
4212
4262
  kink_: (0, utils_1.convertToUnit)("0.8", 18),
4213
4263
  collateralFactor: (0, utils_1.convertToUnit)("0.78", 18),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "3.5.0-dev.7",
3
+ "version": "3.5.0-dev.9",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",