@venusprotocol/isolated-pools 3.5.0-dev.8 → 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.
@@ -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": [
@@ -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
  {
@@ -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)
@@ -3,7 +3,11 @@ import { Provider } from "@ethersproject/providers";
3
3
  import type { IVToken, IVTokenInterface } from "../IVToken";
4
4
  export declare class IVToken__factory {
5
5
  static readonly abi: {
6
- inputs: never[];
6
+ inputs: {
7
+ internalType: string;
8
+ name: string;
9
+ type: string;
10
+ }[];
7
11
  name: string;
8
12
  outputs: {
9
13
  internalType: string;