@venusprotocol/isolated-pools 3.3.0 → 3.4.0-dev.2

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.
@@ -4802,6 +4802,366 @@
4802
4802
  }
4803
4803
  ]
4804
4804
  },
4805
+ "JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": {
4806
+ "address": "0x17F987e09896F19584799e3FFD10679b9C7C35f0",
4807
+ "abi": [
4808
+ {
4809
+ "inputs": [
4810
+ {
4811
+ "internalType": "uint256",
4812
+ "name": "baseRatePerYear_",
4813
+ "type": "uint256"
4814
+ },
4815
+ {
4816
+ "internalType": "uint256",
4817
+ "name": "multiplierPerYear_",
4818
+ "type": "uint256"
4819
+ },
4820
+ {
4821
+ "internalType": "uint256",
4822
+ "name": "jumpMultiplierPerYear_",
4823
+ "type": "uint256"
4824
+ },
4825
+ {
4826
+ "internalType": "uint256",
4827
+ "name": "kink_",
4828
+ "type": "uint256"
4829
+ },
4830
+ {
4831
+ "internalType": "contract IAccessControlManagerV8",
4832
+ "name": "accessControlManager_",
4833
+ "type": "address"
4834
+ },
4835
+ {
4836
+ "internalType": "bool",
4837
+ "name": "timeBased_",
4838
+ "type": "bool"
4839
+ },
4840
+ {
4841
+ "internalType": "uint256",
4842
+ "name": "blocksPerYear_",
4843
+ "type": "uint256"
4844
+ }
4845
+ ],
4846
+ "stateMutability": "nonpayable",
4847
+ "type": "constructor"
4848
+ },
4849
+ {
4850
+ "inputs": [],
4851
+ "name": "InvalidBlocksPerYear",
4852
+ "type": "error"
4853
+ },
4854
+ {
4855
+ "inputs": [],
4856
+ "name": "InvalidTimeBasedConfiguration",
4857
+ "type": "error"
4858
+ },
4859
+ {
4860
+ "inputs": [
4861
+ {
4862
+ "internalType": "address",
4863
+ "name": "sender",
4864
+ "type": "address"
4865
+ },
4866
+ {
4867
+ "internalType": "address",
4868
+ "name": "calledContract",
4869
+ "type": "address"
4870
+ },
4871
+ {
4872
+ "internalType": "string",
4873
+ "name": "methodSignature",
4874
+ "type": "string"
4875
+ }
4876
+ ],
4877
+ "name": "Unauthorized",
4878
+ "type": "error"
4879
+ },
4880
+ {
4881
+ "anonymous": false,
4882
+ "inputs": [
4883
+ {
4884
+ "indexed": false,
4885
+ "internalType": "uint256",
4886
+ "name": "baseRatePerBlockOrTimestamp",
4887
+ "type": "uint256"
4888
+ },
4889
+ {
4890
+ "indexed": false,
4891
+ "internalType": "uint256",
4892
+ "name": "multiplierPerBlockOrTimestamp",
4893
+ "type": "uint256"
4894
+ },
4895
+ {
4896
+ "indexed": false,
4897
+ "internalType": "uint256",
4898
+ "name": "jumpMultiplierPerBlockOrTimestamp",
4899
+ "type": "uint256"
4900
+ },
4901
+ {
4902
+ "indexed": false,
4903
+ "internalType": "uint256",
4904
+ "name": "kink",
4905
+ "type": "uint256"
4906
+ }
4907
+ ],
4908
+ "name": "NewInterestParams",
4909
+ "type": "event"
4910
+ },
4911
+ {
4912
+ "inputs": [],
4913
+ "name": "accessControlManager",
4914
+ "outputs": [
4915
+ {
4916
+ "internalType": "contract IAccessControlManagerV8",
4917
+ "name": "",
4918
+ "type": "address"
4919
+ }
4920
+ ],
4921
+ "stateMutability": "view",
4922
+ "type": "function"
4923
+ },
4924
+ {
4925
+ "inputs": [],
4926
+ "name": "baseRatePerBlock",
4927
+ "outputs": [
4928
+ {
4929
+ "internalType": "uint256",
4930
+ "name": "",
4931
+ "type": "uint256"
4932
+ }
4933
+ ],
4934
+ "stateMutability": "view",
4935
+ "type": "function"
4936
+ },
4937
+ {
4938
+ "inputs": [],
4939
+ "name": "blocksOrSecondsPerYear",
4940
+ "outputs": [
4941
+ {
4942
+ "internalType": "uint256",
4943
+ "name": "",
4944
+ "type": "uint256"
4945
+ }
4946
+ ],
4947
+ "stateMutability": "view",
4948
+ "type": "function"
4949
+ },
4950
+ {
4951
+ "inputs": [],
4952
+ "name": "getBlockNumberOrTimestamp",
4953
+ "outputs": [
4954
+ {
4955
+ "internalType": "uint256",
4956
+ "name": "",
4957
+ "type": "uint256"
4958
+ }
4959
+ ],
4960
+ "stateMutability": "view",
4961
+ "type": "function"
4962
+ },
4963
+ {
4964
+ "inputs": [
4965
+ {
4966
+ "internalType": "uint256",
4967
+ "name": "cash",
4968
+ "type": "uint256"
4969
+ },
4970
+ {
4971
+ "internalType": "uint256",
4972
+ "name": "borrows",
4973
+ "type": "uint256"
4974
+ },
4975
+ {
4976
+ "internalType": "uint256",
4977
+ "name": "reserves",
4978
+ "type": "uint256"
4979
+ },
4980
+ {
4981
+ "internalType": "uint256",
4982
+ "name": "badDebt",
4983
+ "type": "uint256"
4984
+ }
4985
+ ],
4986
+ "name": "getBorrowRate",
4987
+ "outputs": [
4988
+ {
4989
+ "internalType": "uint256",
4990
+ "name": "",
4991
+ "type": "uint256"
4992
+ }
4993
+ ],
4994
+ "stateMutability": "view",
4995
+ "type": "function"
4996
+ },
4997
+ {
4998
+ "inputs": [
4999
+ {
5000
+ "internalType": "uint256",
5001
+ "name": "cash",
5002
+ "type": "uint256"
5003
+ },
5004
+ {
5005
+ "internalType": "uint256",
5006
+ "name": "borrows",
5007
+ "type": "uint256"
5008
+ },
5009
+ {
5010
+ "internalType": "uint256",
5011
+ "name": "reserves",
5012
+ "type": "uint256"
5013
+ },
5014
+ {
5015
+ "internalType": "uint256",
5016
+ "name": "reserveFactorMantissa",
5017
+ "type": "uint256"
5018
+ },
5019
+ {
5020
+ "internalType": "uint256",
5021
+ "name": "badDebt",
5022
+ "type": "uint256"
5023
+ }
5024
+ ],
5025
+ "name": "getSupplyRate",
5026
+ "outputs": [
5027
+ {
5028
+ "internalType": "uint256",
5029
+ "name": "",
5030
+ "type": "uint256"
5031
+ }
5032
+ ],
5033
+ "stateMutability": "view",
5034
+ "type": "function"
5035
+ },
5036
+ {
5037
+ "inputs": [],
5038
+ "name": "isInterestRateModel",
5039
+ "outputs": [
5040
+ {
5041
+ "internalType": "bool",
5042
+ "name": "",
5043
+ "type": "bool"
5044
+ }
5045
+ ],
5046
+ "stateMutability": "pure",
5047
+ "type": "function"
5048
+ },
5049
+ {
5050
+ "inputs": [],
5051
+ "name": "isTimeBased",
5052
+ "outputs": [
5053
+ {
5054
+ "internalType": "bool",
5055
+ "name": "",
5056
+ "type": "bool"
5057
+ }
5058
+ ],
5059
+ "stateMutability": "view",
5060
+ "type": "function"
5061
+ },
5062
+ {
5063
+ "inputs": [],
5064
+ "name": "jumpMultiplierPerBlock",
5065
+ "outputs": [
5066
+ {
5067
+ "internalType": "uint256",
5068
+ "name": "",
5069
+ "type": "uint256"
5070
+ }
5071
+ ],
5072
+ "stateMutability": "view",
5073
+ "type": "function"
5074
+ },
5075
+ {
5076
+ "inputs": [],
5077
+ "name": "kink",
5078
+ "outputs": [
5079
+ {
5080
+ "internalType": "uint256",
5081
+ "name": "",
5082
+ "type": "uint256"
5083
+ }
5084
+ ],
5085
+ "stateMutability": "view",
5086
+ "type": "function"
5087
+ },
5088
+ {
5089
+ "inputs": [],
5090
+ "name": "multiplierPerBlock",
5091
+ "outputs": [
5092
+ {
5093
+ "internalType": "uint256",
5094
+ "name": "",
5095
+ "type": "uint256"
5096
+ }
5097
+ ],
5098
+ "stateMutability": "view",
5099
+ "type": "function"
5100
+ },
5101
+ {
5102
+ "inputs": [
5103
+ {
5104
+ "internalType": "uint256",
5105
+ "name": "baseRatePerYear",
5106
+ "type": "uint256"
5107
+ },
5108
+ {
5109
+ "internalType": "uint256",
5110
+ "name": "multiplierPerYear",
5111
+ "type": "uint256"
5112
+ },
5113
+ {
5114
+ "internalType": "uint256",
5115
+ "name": "jumpMultiplierPerYear",
5116
+ "type": "uint256"
5117
+ },
5118
+ {
5119
+ "internalType": "uint256",
5120
+ "name": "kink_",
5121
+ "type": "uint256"
5122
+ }
5123
+ ],
5124
+ "name": "updateJumpRateModel",
5125
+ "outputs": [],
5126
+ "stateMutability": "nonpayable",
5127
+ "type": "function"
5128
+ },
5129
+ {
5130
+ "inputs": [
5131
+ {
5132
+ "internalType": "uint256",
5133
+ "name": "cash",
5134
+ "type": "uint256"
5135
+ },
5136
+ {
5137
+ "internalType": "uint256",
5138
+ "name": "borrows",
5139
+ "type": "uint256"
5140
+ },
5141
+ {
5142
+ "internalType": "uint256",
5143
+ "name": "reserves",
5144
+ "type": "uint256"
5145
+ },
5146
+ {
5147
+ "internalType": "uint256",
5148
+ "name": "badDebt",
5149
+ "type": "uint256"
5150
+ }
5151
+ ],
5152
+ "name": "utilizationRate",
5153
+ "outputs": [
5154
+ {
5155
+ "internalType": "uint256",
5156
+ "name": "",
5157
+ "type": "uint256"
5158
+ }
5159
+ ],
5160
+ "stateMutability": "pure",
5161
+ "type": "function"
5162
+ }
5163
+ ]
5164
+ },
4805
5165
  "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
4806
5166
  "address": "0xae838dEB13Ff67681704AA69e31Da304918Ee43D",
4807
5167
  "abi": [
@@ -23577,6 +23937,80 @@
23577
23937
  }
23578
23938
  ]
23579
23939
  },
23940
+ "VToken_vrsETH_LiquidStakedETH": {
23941
+ "address": "0xDB6C345f864883a8F4cae87852Ac342589E76D1B",
23942
+ "abi": [
23943
+ {
23944
+ "inputs": [
23945
+ {
23946
+ "internalType": "address",
23947
+ "name": "beacon",
23948
+ "type": "address"
23949
+ },
23950
+ {
23951
+ "internalType": "bytes",
23952
+ "name": "data",
23953
+ "type": "bytes"
23954
+ }
23955
+ ],
23956
+ "stateMutability": "payable",
23957
+ "type": "constructor"
23958
+ },
23959
+ {
23960
+ "anonymous": false,
23961
+ "inputs": [
23962
+ {
23963
+ "indexed": false,
23964
+ "internalType": "address",
23965
+ "name": "previousAdmin",
23966
+ "type": "address"
23967
+ },
23968
+ {
23969
+ "indexed": false,
23970
+ "internalType": "address",
23971
+ "name": "newAdmin",
23972
+ "type": "address"
23973
+ }
23974
+ ],
23975
+ "name": "AdminChanged",
23976
+ "type": "event"
23977
+ },
23978
+ {
23979
+ "anonymous": false,
23980
+ "inputs": [
23981
+ {
23982
+ "indexed": true,
23983
+ "internalType": "address",
23984
+ "name": "beacon",
23985
+ "type": "address"
23986
+ }
23987
+ ],
23988
+ "name": "BeaconUpgraded",
23989
+ "type": "event"
23990
+ },
23991
+ {
23992
+ "anonymous": false,
23993
+ "inputs": [
23994
+ {
23995
+ "indexed": true,
23996
+ "internalType": "address",
23997
+ "name": "implementation",
23998
+ "type": "address"
23999
+ }
24000
+ ],
24001
+ "name": "Upgraded",
24002
+ "type": "event"
24003
+ },
24004
+ {
24005
+ "stateMutability": "payable",
24006
+ "type": "fallback"
24007
+ },
24008
+ {
24009
+ "stateMutability": "payable",
24010
+ "type": "receive"
24011
+ }
24012
+ ]
24013
+ },
23580
24014
  "VToken_vsFRAX_Core": {
23581
24015
  "address": "0x17142a05fe678e9584FA1d88EfAC1bF181bF7ABe",
23582
24016
  "abi": [
@@ -15,6 +15,7 @@
15
15
  "JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps": "0x07a912CD58CbB5736d015608F424c43B2CAd0B5e",
16
16
  "JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps": "0x0F84aF9A902dbb5a0986e5D5003189cF2B80A760",
17
17
  "JumpRateModelV2_base0bps_slope875bps_jump25000bps_kink8000bps": "0xD9D3E7adA04993Cf06dE1A5c9C7f101BD1DefBF4",
18
+ "JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": "0x17F987e09896F19584799e3FFD10679b9C7C35f0",
18
19
  "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": "0xae838dEB13Ff67681704AA69e31Da304918Ee43D",
19
20
  "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink7500bps": "0xa4f048254631119f4E899359711fB282589c4ED8",
20
21
  "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink8000bps": "0x694536cbCe185f8549Ca56cDFeE4531593762686",
@@ -57,6 +58,7 @@
57
58
  "VToken_vWETH_LiquidStakedETH": "0xc82780Db1257C788F262FBbDA960B3706Dfdcaf2",
58
59
  "VToken_vcrvUSD_Core": "0x672208C10aaAA2F9A6719F449C4C8227bc0BC202",
59
60
  "VToken_vcrvUSD_Curve": "0x2d499800239C4CD3012473Cb1EAE33562F0A6933",
61
+ "VToken_vrsETH_LiquidStakedETH": "0xDB6C345f864883a8F4cae87852Ac342589E76D1B",
60
62
  "VToken_vsFRAX_Core": "0x17142a05fe678e9584FA1d88EfAC1bF181bF7ABe",
61
63
  "VToken_vweETH_LiquidStakedETH": "0xb4933AF59868986316Ed37fa865C829Eba2df0C7",
62
64
  "VToken_vwstETH_LiquidStakedETH": "0x4a240F0ee138697726C8a3E43eFE6Ac3593432CB"