@venusprotocol/isolated-pools 3.4.0-dev.1 → 3.4.0-dev.3
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.
- package/deployments/arbitrumone/RewardsDistributorImpl.json +1856 -0
- package/deployments/arbitrumone/RewardsDistributor_Core_0.json +1425 -0
- package/deployments/arbitrumone/RewardsDistributor_Core_0_Proxy.json +277 -0
- package/deployments/arbitrumone.json +2595 -0
- package/deployments/arbitrumone_addresses.json +3 -0
- package/deployments/ethereum/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps.json +608 -0
- package/deployments/ethereum/VToken_vsfrxETH_LiquidStakedETH.json +257 -0
- package/deployments/ethereum.json +434 -0
- package/deployments/ethereum_addresses.json +2 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4000bps.json +608 -0
- package/deployments/sepolia/MocksfrxETH.json +458 -0
- package/deployments/sepolia/VToken_vsfrxETH_LiquidStakedETH.json +257 -0
- package/deployments/sepolia/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/sepolia.json +873 -130
- package/deployments/sepolia_addresses.json +3 -0
- package/dist/deployments/arbitrumone.json +2595 -0
- package/dist/deployments/ethereum.json +434 -0
- package/dist/deployments/sepolia.json +873 -130
- package/dist/helpers/deploymentConfig.js +86 -2
- package/package.json +1 -1
|
@@ -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": "0x625d47820d26976DDeABee38784d2843ca95D8Ae",
|
|
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": [
|