@venusprotocol/isolated-pools 4.2.0-dev.12 → 4.2.0-dev.13

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.
@@ -4632,6 +4632,366 @@
4632
4632
  }
4633
4633
  ]
4634
4634
  },
4635
+ "JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_timeBased": {
4636
+ "address": "0xc2edB1e96e45178b901618B96142C2743Ed0e7B3",
4637
+ "abi": [
4638
+ {
4639
+ "inputs": [
4640
+ {
4641
+ "internalType": "uint256",
4642
+ "name": "baseRatePerYear_",
4643
+ "type": "uint256"
4644
+ },
4645
+ {
4646
+ "internalType": "uint256",
4647
+ "name": "multiplierPerYear_",
4648
+ "type": "uint256"
4649
+ },
4650
+ {
4651
+ "internalType": "uint256",
4652
+ "name": "jumpMultiplierPerYear_",
4653
+ "type": "uint256"
4654
+ },
4655
+ {
4656
+ "internalType": "uint256",
4657
+ "name": "kink_",
4658
+ "type": "uint256"
4659
+ },
4660
+ {
4661
+ "internalType": "contract IAccessControlManagerV8",
4662
+ "name": "accessControlManager_",
4663
+ "type": "address"
4664
+ },
4665
+ {
4666
+ "internalType": "bool",
4667
+ "name": "timeBased_",
4668
+ "type": "bool"
4669
+ },
4670
+ {
4671
+ "internalType": "uint256",
4672
+ "name": "blocksPerYear_",
4673
+ "type": "uint256"
4674
+ }
4675
+ ],
4676
+ "stateMutability": "nonpayable",
4677
+ "type": "constructor"
4678
+ },
4679
+ {
4680
+ "inputs": [],
4681
+ "name": "InvalidBlocksPerYear",
4682
+ "type": "error"
4683
+ },
4684
+ {
4685
+ "inputs": [],
4686
+ "name": "InvalidTimeBasedConfiguration",
4687
+ "type": "error"
4688
+ },
4689
+ {
4690
+ "inputs": [
4691
+ {
4692
+ "internalType": "address",
4693
+ "name": "sender",
4694
+ "type": "address"
4695
+ },
4696
+ {
4697
+ "internalType": "address",
4698
+ "name": "calledContract",
4699
+ "type": "address"
4700
+ },
4701
+ {
4702
+ "internalType": "string",
4703
+ "name": "methodSignature",
4704
+ "type": "string"
4705
+ }
4706
+ ],
4707
+ "name": "Unauthorized",
4708
+ "type": "error"
4709
+ },
4710
+ {
4711
+ "anonymous": false,
4712
+ "inputs": [
4713
+ {
4714
+ "indexed": false,
4715
+ "internalType": "uint256",
4716
+ "name": "baseRatePerBlockOrTimestamp",
4717
+ "type": "uint256"
4718
+ },
4719
+ {
4720
+ "indexed": false,
4721
+ "internalType": "uint256",
4722
+ "name": "multiplierPerBlockOrTimestamp",
4723
+ "type": "uint256"
4724
+ },
4725
+ {
4726
+ "indexed": false,
4727
+ "internalType": "uint256",
4728
+ "name": "jumpMultiplierPerBlockOrTimestamp",
4729
+ "type": "uint256"
4730
+ },
4731
+ {
4732
+ "indexed": false,
4733
+ "internalType": "uint256",
4734
+ "name": "kink",
4735
+ "type": "uint256"
4736
+ }
4737
+ ],
4738
+ "name": "NewInterestParams",
4739
+ "type": "event"
4740
+ },
4741
+ {
4742
+ "inputs": [],
4743
+ "name": "accessControlManager",
4744
+ "outputs": [
4745
+ {
4746
+ "internalType": "contract IAccessControlManagerV8",
4747
+ "name": "",
4748
+ "type": "address"
4749
+ }
4750
+ ],
4751
+ "stateMutability": "view",
4752
+ "type": "function"
4753
+ },
4754
+ {
4755
+ "inputs": [],
4756
+ "name": "baseRatePerBlock",
4757
+ "outputs": [
4758
+ {
4759
+ "internalType": "uint256",
4760
+ "name": "",
4761
+ "type": "uint256"
4762
+ }
4763
+ ],
4764
+ "stateMutability": "view",
4765
+ "type": "function"
4766
+ },
4767
+ {
4768
+ "inputs": [],
4769
+ "name": "blocksOrSecondsPerYear",
4770
+ "outputs": [
4771
+ {
4772
+ "internalType": "uint256",
4773
+ "name": "",
4774
+ "type": "uint256"
4775
+ }
4776
+ ],
4777
+ "stateMutability": "view",
4778
+ "type": "function"
4779
+ },
4780
+ {
4781
+ "inputs": [],
4782
+ "name": "getBlockNumberOrTimestamp",
4783
+ "outputs": [
4784
+ {
4785
+ "internalType": "uint256",
4786
+ "name": "",
4787
+ "type": "uint256"
4788
+ }
4789
+ ],
4790
+ "stateMutability": "view",
4791
+ "type": "function"
4792
+ },
4793
+ {
4794
+ "inputs": [
4795
+ {
4796
+ "internalType": "uint256",
4797
+ "name": "cash",
4798
+ "type": "uint256"
4799
+ },
4800
+ {
4801
+ "internalType": "uint256",
4802
+ "name": "borrows",
4803
+ "type": "uint256"
4804
+ },
4805
+ {
4806
+ "internalType": "uint256",
4807
+ "name": "reserves",
4808
+ "type": "uint256"
4809
+ },
4810
+ {
4811
+ "internalType": "uint256",
4812
+ "name": "badDebt",
4813
+ "type": "uint256"
4814
+ }
4815
+ ],
4816
+ "name": "getBorrowRate",
4817
+ "outputs": [
4818
+ {
4819
+ "internalType": "uint256",
4820
+ "name": "",
4821
+ "type": "uint256"
4822
+ }
4823
+ ],
4824
+ "stateMutability": "view",
4825
+ "type": "function"
4826
+ },
4827
+ {
4828
+ "inputs": [
4829
+ {
4830
+ "internalType": "uint256",
4831
+ "name": "cash",
4832
+ "type": "uint256"
4833
+ },
4834
+ {
4835
+ "internalType": "uint256",
4836
+ "name": "borrows",
4837
+ "type": "uint256"
4838
+ },
4839
+ {
4840
+ "internalType": "uint256",
4841
+ "name": "reserves",
4842
+ "type": "uint256"
4843
+ },
4844
+ {
4845
+ "internalType": "uint256",
4846
+ "name": "reserveFactorMantissa",
4847
+ "type": "uint256"
4848
+ },
4849
+ {
4850
+ "internalType": "uint256",
4851
+ "name": "badDebt",
4852
+ "type": "uint256"
4853
+ }
4854
+ ],
4855
+ "name": "getSupplyRate",
4856
+ "outputs": [
4857
+ {
4858
+ "internalType": "uint256",
4859
+ "name": "",
4860
+ "type": "uint256"
4861
+ }
4862
+ ],
4863
+ "stateMutability": "view",
4864
+ "type": "function"
4865
+ },
4866
+ {
4867
+ "inputs": [],
4868
+ "name": "isInterestRateModel",
4869
+ "outputs": [
4870
+ {
4871
+ "internalType": "bool",
4872
+ "name": "",
4873
+ "type": "bool"
4874
+ }
4875
+ ],
4876
+ "stateMutability": "pure",
4877
+ "type": "function"
4878
+ },
4879
+ {
4880
+ "inputs": [],
4881
+ "name": "isTimeBased",
4882
+ "outputs": [
4883
+ {
4884
+ "internalType": "bool",
4885
+ "name": "",
4886
+ "type": "bool"
4887
+ }
4888
+ ],
4889
+ "stateMutability": "view",
4890
+ "type": "function"
4891
+ },
4892
+ {
4893
+ "inputs": [],
4894
+ "name": "jumpMultiplierPerBlock",
4895
+ "outputs": [
4896
+ {
4897
+ "internalType": "uint256",
4898
+ "name": "",
4899
+ "type": "uint256"
4900
+ }
4901
+ ],
4902
+ "stateMutability": "view",
4903
+ "type": "function"
4904
+ },
4905
+ {
4906
+ "inputs": [],
4907
+ "name": "kink",
4908
+ "outputs": [
4909
+ {
4910
+ "internalType": "uint256",
4911
+ "name": "",
4912
+ "type": "uint256"
4913
+ }
4914
+ ],
4915
+ "stateMutability": "view",
4916
+ "type": "function"
4917
+ },
4918
+ {
4919
+ "inputs": [],
4920
+ "name": "multiplierPerBlock",
4921
+ "outputs": [
4922
+ {
4923
+ "internalType": "uint256",
4924
+ "name": "",
4925
+ "type": "uint256"
4926
+ }
4927
+ ],
4928
+ "stateMutability": "view",
4929
+ "type": "function"
4930
+ },
4931
+ {
4932
+ "inputs": [
4933
+ {
4934
+ "internalType": "uint256",
4935
+ "name": "baseRatePerYear",
4936
+ "type": "uint256"
4937
+ },
4938
+ {
4939
+ "internalType": "uint256",
4940
+ "name": "multiplierPerYear",
4941
+ "type": "uint256"
4942
+ },
4943
+ {
4944
+ "internalType": "uint256",
4945
+ "name": "jumpMultiplierPerYear",
4946
+ "type": "uint256"
4947
+ },
4948
+ {
4949
+ "internalType": "uint256",
4950
+ "name": "kink_",
4951
+ "type": "uint256"
4952
+ }
4953
+ ],
4954
+ "name": "updateJumpRateModel",
4955
+ "outputs": [],
4956
+ "stateMutability": "nonpayable",
4957
+ "type": "function"
4958
+ },
4959
+ {
4960
+ "inputs": [
4961
+ {
4962
+ "internalType": "uint256",
4963
+ "name": "cash",
4964
+ "type": "uint256"
4965
+ },
4966
+ {
4967
+ "internalType": "uint256",
4968
+ "name": "borrows",
4969
+ "type": "uint256"
4970
+ },
4971
+ {
4972
+ "internalType": "uint256",
4973
+ "name": "reserves",
4974
+ "type": "uint256"
4975
+ },
4976
+ {
4977
+ "internalType": "uint256",
4978
+ "name": "badDebt",
4979
+ "type": "uint256"
4980
+ }
4981
+ ],
4982
+ "name": "utilizationRate",
4983
+ "outputs": [
4984
+ {
4985
+ "internalType": "uint256",
4986
+ "name": "",
4987
+ "type": "uint256"
4988
+ }
4989
+ ],
4990
+ "stateMutability": "pure",
4991
+ "type": "function"
4992
+ }
4993
+ ]
4994
+ },
4635
4995
  "NativeTokenGateway_vWETH_Core": {
4636
4996
  "address": "0x4441aE3bCEd3210edbA35d0F7348C493E79F1C52",
4637
4997
  "abi": [
@@ -12776,6 +13136,154 @@
12776
13136
  "type": "receive"
12777
13137
  }
12778
13138
  ]
13139
+ },
13140
+ "VToken_vweETH_Core": {
13141
+ "address": "0x0170398083eb0D0387709523baFCA6426146C218",
13142
+ "abi": [
13143
+ {
13144
+ "inputs": [
13145
+ {
13146
+ "internalType": "address",
13147
+ "name": "beacon",
13148
+ "type": "address"
13149
+ },
13150
+ {
13151
+ "internalType": "bytes",
13152
+ "name": "data",
13153
+ "type": "bytes"
13154
+ }
13155
+ ],
13156
+ "stateMutability": "payable",
13157
+ "type": "constructor"
13158
+ },
13159
+ {
13160
+ "anonymous": false,
13161
+ "inputs": [
13162
+ {
13163
+ "indexed": false,
13164
+ "internalType": "address",
13165
+ "name": "previousAdmin",
13166
+ "type": "address"
13167
+ },
13168
+ {
13169
+ "indexed": false,
13170
+ "internalType": "address",
13171
+ "name": "newAdmin",
13172
+ "type": "address"
13173
+ }
13174
+ ],
13175
+ "name": "AdminChanged",
13176
+ "type": "event"
13177
+ },
13178
+ {
13179
+ "anonymous": false,
13180
+ "inputs": [
13181
+ {
13182
+ "indexed": true,
13183
+ "internalType": "address",
13184
+ "name": "beacon",
13185
+ "type": "address"
13186
+ }
13187
+ ],
13188
+ "name": "BeaconUpgraded",
13189
+ "type": "event"
13190
+ },
13191
+ {
13192
+ "anonymous": false,
13193
+ "inputs": [
13194
+ {
13195
+ "indexed": true,
13196
+ "internalType": "address",
13197
+ "name": "implementation",
13198
+ "type": "address"
13199
+ }
13200
+ ],
13201
+ "name": "Upgraded",
13202
+ "type": "event"
13203
+ },
13204
+ {
13205
+ "stateMutability": "payable",
13206
+ "type": "fallback"
13207
+ },
13208
+ {
13209
+ "stateMutability": "payable",
13210
+ "type": "receive"
13211
+ }
13212
+ ]
13213
+ },
13214
+ "VToken_vwstETH_Core": {
13215
+ "address": "0xbEC19Bef402C697a7be315d3e59E5F65b89Fa1BB",
13216
+ "abi": [
13217
+ {
13218
+ "inputs": [
13219
+ {
13220
+ "internalType": "address",
13221
+ "name": "beacon",
13222
+ "type": "address"
13223
+ },
13224
+ {
13225
+ "internalType": "bytes",
13226
+ "name": "data",
13227
+ "type": "bytes"
13228
+ }
13229
+ ],
13230
+ "stateMutability": "payable",
13231
+ "type": "constructor"
13232
+ },
13233
+ {
13234
+ "anonymous": false,
13235
+ "inputs": [
13236
+ {
13237
+ "indexed": false,
13238
+ "internalType": "address",
13239
+ "name": "previousAdmin",
13240
+ "type": "address"
13241
+ },
13242
+ {
13243
+ "indexed": false,
13244
+ "internalType": "address",
13245
+ "name": "newAdmin",
13246
+ "type": "address"
13247
+ }
13248
+ ],
13249
+ "name": "AdminChanged",
13250
+ "type": "event"
13251
+ },
13252
+ {
13253
+ "anonymous": false,
13254
+ "inputs": [
13255
+ {
13256
+ "indexed": true,
13257
+ "internalType": "address",
13258
+ "name": "beacon",
13259
+ "type": "address"
13260
+ }
13261
+ ],
13262
+ "name": "BeaconUpgraded",
13263
+ "type": "event"
13264
+ },
13265
+ {
13266
+ "anonymous": false,
13267
+ "inputs": [
13268
+ {
13269
+ "indexed": true,
13270
+ "internalType": "address",
13271
+ "name": "implementation",
13272
+ "type": "address"
13273
+ }
13274
+ ],
13275
+ "name": "Upgraded",
13276
+ "type": "event"
13277
+ },
13278
+ {
13279
+ "stateMutability": "payable",
13280
+ "type": "fallback"
13281
+ },
13282
+ {
13283
+ "stateMutability": "payable",
13284
+ "type": "receive"
13285
+ }
13286
+ ]
12779
13287
  }
12780
13288
  }
12781
13289
  }
@@ -12,6 +12,7 @@
12
12
  "JumpRateModelV2_base0bps_slope2000bps_jump25000bps_kink8000bps_timeBased": "0x897aD981078d1dBA52069f4BdC7F9441B0B94B76",
13
13
  "JumpRateModelV2_base0bps_slope300bps_jump30000bps_kink8000bps_timeBased": "0x1cC9De442f893a0C4e1E6ffB1Ac404DDb9B67ab4",
14
14
  "JumpRateModelV2_base0bps_slope350bps_jump25000bps_kink8000bps_timeBased": "0xb41aDec3D6dCc376164D071Cb5ed70388335e471",
15
+ "JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps_timeBased": "0xc2edB1e96e45178b901618B96142C2743Ed0e7B3",
15
16
  "NativeTokenGateway_vWETH_Core": "0x4441aE3bCEd3210edbA35d0F7348C493E79F1C52",
16
17
  "PoolLens": "0xe192aeDBDBd235DBF33Ea1444f2B908Ea3E78419",
17
18
  "PoolRegistry": "0x0C52403E16BcB8007C1e54887E1dFC1eC9765D7C",
@@ -24,6 +25,8 @@
24
25
  "VTokenImpl": "0x89368F746C6e96801cB92776E72a8948226072cc",
25
26
  "VToken_vUNI_Core": "0x67716D6Bf76170Af816F5735e14c4d44D0B05eD2",
26
27
  "VToken_vUSDC_Core": "0xB953f92B9f759d97d2F2Dec10A8A3cf75fcE3A95",
27
- "VToken_vWETH_Core": "0xc219BC179C7cDb37eACB03f993f9fDc2495e3374"
28
+ "VToken_vWETH_Core": "0xc219BC179C7cDb37eACB03f993f9fDc2495e3374",
29
+ "VToken_vweETH_Core": "0x0170398083eb0D0387709523baFCA6426146C218",
30
+ "VToken_vwstETH_Core": "0xbEC19Bef402C697a7be315d3e59E5F65b89Fa1BB"
28
31
  }
29
32
  }