@venusprotocol/isolated-pools 3.7.0-dev.4 → 3.7.0-dev.6
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/JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps.json +608 -0
- package/deployments/arbitrumone/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/arbitrumone.json +360 -0
- package/deployments/arbitrumone_addresses.json +1 -0
- package/deployments/basesepolia/.chainId +1 -0
- package/deployments/basesepolia/ComptrollerBeacon.json +206 -0
- package/deployments/basesepolia/ComptrollerImpl.json +3396 -0
- package/deployments/basesepolia/Comptroller_Core.json +187 -0
- package/deployments/basesepolia/DefaultProxyAdmin.json +200 -0
- package/deployments/basesepolia/JumpRateModelV2_base0bps_slope750bps_jump25000bps_kink8000bps.json +608 -0
- package/deployments/basesepolia/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps.json +608 -0
- package/deployments/basesepolia/MockUSDC.json +458 -0
- package/deployments/basesepolia/MockcbBTC.json +458 -0
- package/deployments/basesepolia/NativeTokenGateway_vWETH_Core.json +599 -0
- package/deployments/basesepolia/PoolLens.json +1416 -0
- package/deployments/basesepolia/PoolRegistry.json +940 -0
- package/deployments/basesepolia/PoolRegistry_Implementation.json +1194 -0
- package/deployments/basesepolia/PoolRegistry_Proxy.json +262 -0
- package/deployments/basesepolia/RewardsDistributorImpl.json +1856 -0
- package/deployments/basesepolia/RewardsDistributor_Core_0.json +1420 -0
- package/deployments/basesepolia/RewardsDistributor_Core_0_Proxy.json +272 -0
- package/deployments/basesepolia/VTokenBeacon.json +206 -0
- package/deployments/basesepolia/VTokenImpl.json +3269 -0
- package/deployments/basesepolia/VToken_vUSDC_Core.json +257 -0
- package/deployments/basesepolia/VToken_vWETH_Core.json +257 -0
- package/deployments/basesepolia/VToken_vcbBTC_Core.json +257 -0
- package/deployments/basesepolia/solcInputs/1cc1a300ca8c782ec718d1d686c359e7.json +301 -0
- package/deployments/basesepolia/solcInputs/9fb535a58937a08c38529913271f4d87.json +397 -0
- package/deployments/basesepolia.json +11959 -0
- package/deployments/basesepolia_addresses.json +27 -0
- package/deployments/bscmainnet/JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps.json +608 -0
- package/deployments/bscmainnet.json +360 -0
- package/deployments/bscmainnet_addresses.json +1 -0
- package/deployments/ethereum/JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps.json +608 -0
- package/deployments/ethereum.json +360 -0
- package/deployments/ethereum_addresses.json +1 -0
- package/deployments/opbnbmainnet/JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps.json +608 -0
- package/deployments/opbnbmainnet/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/opbnbmainnet.json +360 -0
- package/deployments/opbnbmainnet_addresses.json +1 -0
- package/dist/deploy/018-native-token-gateway.js +14 -0
- package/dist/deployments/arbitrumone.json +360 -0
- package/dist/deployments/basesepolia.json +11959 -0
- package/dist/deployments/bscmainnet.json +360 -0
- package/dist/deployments/ethereum.json +360 -0
- package/dist/deployments/opbnbmainnet.json +360 -0
- package/dist/deployments/opmainnet.json +9280 -0
- package/dist/hardhat.config.js +19 -0
- package/dist/helpers/deploymentConfig.d.ts +9 -0
- package/dist/helpers/deploymentConfig.js +152 -17
- package/dist/typechain/factories/IVToken__factory.d.ts +1 -5
- package/dist/typechain/factories/IVToken__factory.js +1 -201
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +4 -341
- package/typechain/factories/IVToken__factory.ts +1 -201
|
@@ -3914,6 +3914,366 @@
|
|
|
3914
3914
|
}
|
|
3915
3915
|
]
|
|
3916
3916
|
},
|
|
3917
|
+
"JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps": {
|
|
3918
|
+
"address": "0x49a06B82b3c907AB140879F73f1d8dE262962c30",
|
|
3919
|
+
"abi": [
|
|
3920
|
+
{
|
|
3921
|
+
"inputs": [
|
|
3922
|
+
{
|
|
3923
|
+
"internalType": "uint256",
|
|
3924
|
+
"name": "baseRatePerYear_",
|
|
3925
|
+
"type": "uint256"
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"internalType": "uint256",
|
|
3929
|
+
"name": "multiplierPerYear_",
|
|
3930
|
+
"type": "uint256"
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"internalType": "uint256",
|
|
3934
|
+
"name": "jumpMultiplierPerYear_",
|
|
3935
|
+
"type": "uint256"
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"internalType": "uint256",
|
|
3939
|
+
"name": "kink_",
|
|
3940
|
+
"type": "uint256"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
3944
|
+
"name": "accessControlManager_",
|
|
3945
|
+
"type": "address"
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
"internalType": "bool",
|
|
3949
|
+
"name": "timeBased_",
|
|
3950
|
+
"type": "bool"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"internalType": "uint256",
|
|
3954
|
+
"name": "blocksPerYear_",
|
|
3955
|
+
"type": "uint256"
|
|
3956
|
+
}
|
|
3957
|
+
],
|
|
3958
|
+
"stateMutability": "nonpayable",
|
|
3959
|
+
"type": "constructor"
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"inputs": [],
|
|
3963
|
+
"name": "InvalidBlocksPerYear",
|
|
3964
|
+
"type": "error"
|
|
3965
|
+
},
|
|
3966
|
+
{
|
|
3967
|
+
"inputs": [],
|
|
3968
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
3969
|
+
"type": "error"
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"inputs": [
|
|
3973
|
+
{
|
|
3974
|
+
"internalType": "address",
|
|
3975
|
+
"name": "sender",
|
|
3976
|
+
"type": "address"
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"internalType": "address",
|
|
3980
|
+
"name": "calledContract",
|
|
3981
|
+
"type": "address"
|
|
3982
|
+
},
|
|
3983
|
+
{
|
|
3984
|
+
"internalType": "string",
|
|
3985
|
+
"name": "methodSignature",
|
|
3986
|
+
"type": "string"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3989
|
+
"name": "Unauthorized",
|
|
3990
|
+
"type": "error"
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"anonymous": false,
|
|
3994
|
+
"inputs": [
|
|
3995
|
+
{
|
|
3996
|
+
"indexed": false,
|
|
3997
|
+
"internalType": "uint256",
|
|
3998
|
+
"name": "baseRatePerBlockOrTimestamp",
|
|
3999
|
+
"type": "uint256"
|
|
4000
|
+
},
|
|
4001
|
+
{
|
|
4002
|
+
"indexed": false,
|
|
4003
|
+
"internalType": "uint256",
|
|
4004
|
+
"name": "multiplierPerBlockOrTimestamp",
|
|
4005
|
+
"type": "uint256"
|
|
4006
|
+
},
|
|
4007
|
+
{
|
|
4008
|
+
"indexed": false,
|
|
4009
|
+
"internalType": "uint256",
|
|
4010
|
+
"name": "jumpMultiplierPerBlockOrTimestamp",
|
|
4011
|
+
"type": "uint256"
|
|
4012
|
+
},
|
|
4013
|
+
{
|
|
4014
|
+
"indexed": false,
|
|
4015
|
+
"internalType": "uint256",
|
|
4016
|
+
"name": "kink",
|
|
4017
|
+
"type": "uint256"
|
|
4018
|
+
}
|
|
4019
|
+
],
|
|
4020
|
+
"name": "NewInterestParams",
|
|
4021
|
+
"type": "event"
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"inputs": [],
|
|
4025
|
+
"name": "accessControlManager",
|
|
4026
|
+
"outputs": [
|
|
4027
|
+
{
|
|
4028
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
4029
|
+
"name": "",
|
|
4030
|
+
"type": "address"
|
|
4031
|
+
}
|
|
4032
|
+
],
|
|
4033
|
+
"stateMutability": "view",
|
|
4034
|
+
"type": "function"
|
|
4035
|
+
},
|
|
4036
|
+
{
|
|
4037
|
+
"inputs": [],
|
|
4038
|
+
"name": "baseRatePerBlock",
|
|
4039
|
+
"outputs": [
|
|
4040
|
+
{
|
|
4041
|
+
"internalType": "uint256",
|
|
4042
|
+
"name": "",
|
|
4043
|
+
"type": "uint256"
|
|
4044
|
+
}
|
|
4045
|
+
],
|
|
4046
|
+
"stateMutability": "view",
|
|
4047
|
+
"type": "function"
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"inputs": [],
|
|
4051
|
+
"name": "blocksOrSecondsPerYear",
|
|
4052
|
+
"outputs": [
|
|
4053
|
+
{
|
|
4054
|
+
"internalType": "uint256",
|
|
4055
|
+
"name": "",
|
|
4056
|
+
"type": "uint256"
|
|
4057
|
+
}
|
|
4058
|
+
],
|
|
4059
|
+
"stateMutability": "view",
|
|
4060
|
+
"type": "function"
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"inputs": [],
|
|
4064
|
+
"name": "getBlockNumberOrTimestamp",
|
|
4065
|
+
"outputs": [
|
|
4066
|
+
{
|
|
4067
|
+
"internalType": "uint256",
|
|
4068
|
+
"name": "",
|
|
4069
|
+
"type": "uint256"
|
|
4070
|
+
}
|
|
4071
|
+
],
|
|
4072
|
+
"stateMutability": "view",
|
|
4073
|
+
"type": "function"
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"inputs": [
|
|
4077
|
+
{
|
|
4078
|
+
"internalType": "uint256",
|
|
4079
|
+
"name": "cash",
|
|
4080
|
+
"type": "uint256"
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"internalType": "uint256",
|
|
4084
|
+
"name": "borrows",
|
|
4085
|
+
"type": "uint256"
|
|
4086
|
+
},
|
|
4087
|
+
{
|
|
4088
|
+
"internalType": "uint256",
|
|
4089
|
+
"name": "reserves",
|
|
4090
|
+
"type": "uint256"
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"internalType": "uint256",
|
|
4094
|
+
"name": "badDebt",
|
|
4095
|
+
"type": "uint256"
|
|
4096
|
+
}
|
|
4097
|
+
],
|
|
4098
|
+
"name": "getBorrowRate",
|
|
4099
|
+
"outputs": [
|
|
4100
|
+
{
|
|
4101
|
+
"internalType": "uint256",
|
|
4102
|
+
"name": "",
|
|
4103
|
+
"type": "uint256"
|
|
4104
|
+
}
|
|
4105
|
+
],
|
|
4106
|
+
"stateMutability": "view",
|
|
4107
|
+
"type": "function"
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"inputs": [
|
|
4111
|
+
{
|
|
4112
|
+
"internalType": "uint256",
|
|
4113
|
+
"name": "cash",
|
|
4114
|
+
"type": "uint256"
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"internalType": "uint256",
|
|
4118
|
+
"name": "borrows",
|
|
4119
|
+
"type": "uint256"
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"internalType": "uint256",
|
|
4123
|
+
"name": "reserves",
|
|
4124
|
+
"type": "uint256"
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"internalType": "uint256",
|
|
4128
|
+
"name": "reserveFactorMantissa",
|
|
4129
|
+
"type": "uint256"
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
"internalType": "uint256",
|
|
4133
|
+
"name": "badDebt",
|
|
4134
|
+
"type": "uint256"
|
|
4135
|
+
}
|
|
4136
|
+
],
|
|
4137
|
+
"name": "getSupplyRate",
|
|
4138
|
+
"outputs": [
|
|
4139
|
+
{
|
|
4140
|
+
"internalType": "uint256",
|
|
4141
|
+
"name": "",
|
|
4142
|
+
"type": "uint256"
|
|
4143
|
+
}
|
|
4144
|
+
],
|
|
4145
|
+
"stateMutability": "view",
|
|
4146
|
+
"type": "function"
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"inputs": [],
|
|
4150
|
+
"name": "isInterestRateModel",
|
|
4151
|
+
"outputs": [
|
|
4152
|
+
{
|
|
4153
|
+
"internalType": "bool",
|
|
4154
|
+
"name": "",
|
|
4155
|
+
"type": "bool"
|
|
4156
|
+
}
|
|
4157
|
+
],
|
|
4158
|
+
"stateMutability": "pure",
|
|
4159
|
+
"type": "function"
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"inputs": [],
|
|
4163
|
+
"name": "isTimeBased",
|
|
4164
|
+
"outputs": [
|
|
4165
|
+
{
|
|
4166
|
+
"internalType": "bool",
|
|
4167
|
+
"name": "",
|
|
4168
|
+
"type": "bool"
|
|
4169
|
+
}
|
|
4170
|
+
],
|
|
4171
|
+
"stateMutability": "view",
|
|
4172
|
+
"type": "function"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"inputs": [],
|
|
4176
|
+
"name": "jumpMultiplierPerBlock",
|
|
4177
|
+
"outputs": [
|
|
4178
|
+
{
|
|
4179
|
+
"internalType": "uint256",
|
|
4180
|
+
"name": "",
|
|
4181
|
+
"type": "uint256"
|
|
4182
|
+
}
|
|
4183
|
+
],
|
|
4184
|
+
"stateMutability": "view",
|
|
4185
|
+
"type": "function"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"inputs": [],
|
|
4189
|
+
"name": "kink",
|
|
4190
|
+
"outputs": [
|
|
4191
|
+
{
|
|
4192
|
+
"internalType": "uint256",
|
|
4193
|
+
"name": "",
|
|
4194
|
+
"type": "uint256"
|
|
4195
|
+
}
|
|
4196
|
+
],
|
|
4197
|
+
"stateMutability": "view",
|
|
4198
|
+
"type": "function"
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"inputs": [],
|
|
4202
|
+
"name": "multiplierPerBlock",
|
|
4203
|
+
"outputs": [
|
|
4204
|
+
{
|
|
4205
|
+
"internalType": "uint256",
|
|
4206
|
+
"name": "",
|
|
4207
|
+
"type": "uint256"
|
|
4208
|
+
}
|
|
4209
|
+
],
|
|
4210
|
+
"stateMutability": "view",
|
|
4211
|
+
"type": "function"
|
|
4212
|
+
},
|
|
4213
|
+
{
|
|
4214
|
+
"inputs": [
|
|
4215
|
+
{
|
|
4216
|
+
"internalType": "uint256",
|
|
4217
|
+
"name": "baseRatePerYear",
|
|
4218
|
+
"type": "uint256"
|
|
4219
|
+
},
|
|
4220
|
+
{
|
|
4221
|
+
"internalType": "uint256",
|
|
4222
|
+
"name": "multiplierPerYear",
|
|
4223
|
+
"type": "uint256"
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
"internalType": "uint256",
|
|
4227
|
+
"name": "jumpMultiplierPerYear",
|
|
4228
|
+
"type": "uint256"
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"internalType": "uint256",
|
|
4232
|
+
"name": "kink_",
|
|
4233
|
+
"type": "uint256"
|
|
4234
|
+
}
|
|
4235
|
+
],
|
|
4236
|
+
"name": "updateJumpRateModel",
|
|
4237
|
+
"outputs": [],
|
|
4238
|
+
"stateMutability": "nonpayable",
|
|
4239
|
+
"type": "function"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"inputs": [
|
|
4243
|
+
{
|
|
4244
|
+
"internalType": "uint256",
|
|
4245
|
+
"name": "cash",
|
|
4246
|
+
"type": "uint256"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"internalType": "uint256",
|
|
4250
|
+
"name": "borrows",
|
|
4251
|
+
"type": "uint256"
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"internalType": "uint256",
|
|
4255
|
+
"name": "reserves",
|
|
4256
|
+
"type": "uint256"
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"internalType": "uint256",
|
|
4260
|
+
"name": "badDebt",
|
|
4261
|
+
"type": "uint256"
|
|
4262
|
+
}
|
|
4263
|
+
],
|
|
4264
|
+
"name": "utilizationRate",
|
|
4265
|
+
"outputs": [
|
|
4266
|
+
{
|
|
4267
|
+
"internalType": "uint256",
|
|
4268
|
+
"name": "",
|
|
4269
|
+
"type": "uint256"
|
|
4270
|
+
}
|
|
4271
|
+
],
|
|
4272
|
+
"stateMutability": "pure",
|
|
4273
|
+
"type": "function"
|
|
4274
|
+
}
|
|
4275
|
+
]
|
|
4276
|
+
},
|
|
3917
4277
|
"JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps": {
|
|
3918
4278
|
"address": "0xf03DAB984aCC5761df5f71Cc67fEA8F185f578fd",
|
|
3919
4279
|
"abi": [
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps": "0x2ba0F45f7368d2A56d0c9e5a29af363987BE1d02",
|
|
16
16
|
"JumpRateModelV2_base0bps_slope1250bps_jump25000bps_kink8000bps": "0x5E0dB1e8a6D6181aa39B3317179CDF91FBa4Ac51",
|
|
17
17
|
"JumpRateModelV2_base0bps_slope1750bps_jump25000bps_kink8000bps": "0xDdeb3556b325D5578575c6eF0F855b73D2323E34",
|
|
18
|
+
"JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps": "0x49a06B82b3c907AB140879F73f1d8dE262962c30",
|
|
18
19
|
"JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps": "0xf03DAB984aCC5761df5f71Cc67fEA8F185f578fd",
|
|
19
20
|
"JumpRateModelV2_base0bps_slope375bps_jump25000bps_kink8000bps": "0xb36b273601Ac5e0CaBD0845b7B8caa3426611Ca0",
|
|
20
21
|
"JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": "0x7DE84548C2BaDC047C5e7F0B7f9a4ba660d10dAD",
|