@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.
@@ -15,6 +15,7 @@
15
15
  "JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps": "0x1A9ca9032C7ee7335736fCaa5e8fb62b283538da",
16
16
  "JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps": "0xA03205bC635A772E533E7BE36b5701E331a70ea3",
17
17
  "JumpRateModelV2_base0bps_slope9000bps_jump7500bps_kink4500bps": "0xf5EA67C92EF40b948EF672DE5fb913237A880A9E",
18
+ "JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps": "0x0F2F036067BBFc5841d394Aee78F611C64f7c759",
18
19
  "JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": "0x9Fafd82fE0623B286FEbe02c82C9428AD6b0e420",
19
20
  "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": "0x1b821241f5E3f3AecBeE29901BeE07f5a264915f",
20
21
  "JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps": "0x710F4044007a0e72e54626394462dB57d2d8479F",
@@ -30,6 +31,7 @@
30
31
  "MockcrvUSD": "0x36421d873abCa3E2bE6BB3c819C0CF26374F63b6",
31
32
  "MockeETH": "0x0012875a7395a293Adfc9b5cDC2Cfa352C4cDcD3",
32
33
  "MockrsETH": "0xfA0614E5C803E15070d31f7C38d2d430EBe68E47",
34
+ "MocksfrxETH": "0x14AECeEc177085fd09EA07348B4E1F7Fcc030fA1",
33
35
  "MockweETH": "0x3b8b6E96e57f0d1cD366AaCf4CcC68413aF308D0",
34
36
  "NativeTokenGateway_vWETH_Core": "0xb8fD67f215117FADeF06447Af31590309750529D",
35
37
  "NativeTokenGateway_vWETH_LiquidStakedETH": "0x1FD30e761C3296fE36D9067b1e398FD97B4C0407",
@@ -72,6 +74,7 @@
72
74
  "VToken_vcrvUSD_Stablecoins": "0x9C5e7a3B4db931F07A6534f9e44100DDDc78c408",
73
75
  "VToken_vrsETH_LiquidStakedETH": "0x20a83DE526F2CF2fCec2131E07b11F956d8f3Cdf",
74
76
  "VToken_vsFRAX_Core": "0x18995825f033F33fa30CF59c117aD21ff6BdB48c",
77
+ "VToken_vsfrxETH_LiquidStakedETH": "0x83F63118dcAAdAACBFF36D78ffB88dd474309e70",
75
78
  "VToken_vweETH_LiquidStakedETH": "0x30c31bA6f4652B548fe7a142A949987c3f3Bf80b",
76
79
  "VToken_vwstETH_LiquidStakedETH": "0x0a95088403229331FeF1EB26a11F9d6C8E73f23D"
77
80
  }
@@ -4802,6 +4802,366 @@
4802
4802
  }
4803
4803
  ]
4804
4804
  },
4805
+ "JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps": {
4806
+ "address": "0x50196dfad5030ED54190F75e5F9d88600A4CA0B4",
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_jump30000bps_kink4500bps": {
4806
5166
  "address": "0x17F987e09896F19584799e3FFD10679b9C7C35f0",
4807
5167
  "abi": [
@@ -24085,6 +24445,80 @@
24085
24445
  }
24086
24446
  ]
24087
24447
  },
24448
+ "VToken_vsfrxETH_LiquidStakedETH": {
24449
+ "address": "0xF9E9Fe17C00a8B96a8ac20c4E344C8688D7b947E",
24450
+ "abi": [
24451
+ {
24452
+ "inputs": [
24453
+ {
24454
+ "internalType": "address",
24455
+ "name": "beacon",
24456
+ "type": "address"
24457
+ },
24458
+ {
24459
+ "internalType": "bytes",
24460
+ "name": "data",
24461
+ "type": "bytes"
24462
+ }
24463
+ ],
24464
+ "stateMutability": "payable",
24465
+ "type": "constructor"
24466
+ },
24467
+ {
24468
+ "anonymous": false,
24469
+ "inputs": [
24470
+ {
24471
+ "indexed": false,
24472
+ "internalType": "address",
24473
+ "name": "previousAdmin",
24474
+ "type": "address"
24475
+ },
24476
+ {
24477
+ "indexed": false,
24478
+ "internalType": "address",
24479
+ "name": "newAdmin",
24480
+ "type": "address"
24481
+ }
24482
+ ],
24483
+ "name": "AdminChanged",
24484
+ "type": "event"
24485
+ },
24486
+ {
24487
+ "anonymous": false,
24488
+ "inputs": [
24489
+ {
24490
+ "indexed": true,
24491
+ "internalType": "address",
24492
+ "name": "beacon",
24493
+ "type": "address"
24494
+ }
24495
+ ],
24496
+ "name": "BeaconUpgraded",
24497
+ "type": "event"
24498
+ },
24499
+ {
24500
+ "anonymous": false,
24501
+ "inputs": [
24502
+ {
24503
+ "indexed": true,
24504
+ "internalType": "address",
24505
+ "name": "implementation",
24506
+ "type": "address"
24507
+ }
24508
+ ],
24509
+ "name": "Upgraded",
24510
+ "type": "event"
24511
+ },
24512
+ {
24513
+ "stateMutability": "payable",
24514
+ "type": "fallback"
24515
+ },
24516
+ {
24517
+ "stateMutability": "payable",
24518
+ "type": "receive"
24519
+ }
24520
+ ]
24521
+ },
24088
24522
  "VToken_vweETH_LiquidStakedETH": {
24089
24523
  "address": "0xb4933AF59868986316Ed37fa865C829Eba2df0C7",
24090
24524
  "abi": [