@venusprotocol/isolated-pools 2.5.1-dev.1 → 2.6.0

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.
Files changed (44) hide show
  1. package/deployments/ethereum/Comptroller_Liquid Staked ETH.json +176 -0
  2. package/deployments/ethereum/JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps.json +519 -0
  3. package/deployments/ethereum/JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps.json +519 -0
  4. package/deployments/ethereum/VToken_vWETH_LiquidStakedETH.json +246 -0
  5. package/deployments/ethereum/VToken_vwstETH_LiquidStakedETH.json +246 -0
  6. package/deployments/ethereum/solcInputs/5481066630697b5a7fe53c5ed5007495.json +351 -0
  7. package/deployments/ethereum.json +913 -53
  8. package/deployments/ethereum_addresses.json +6 -1
  9. package/deployments/opbnbmainnet/.chainId +1 -0
  10. package/deployments/opbnbmainnet/ComptrollerBeacon.json +206 -0
  11. package/deployments/opbnbmainnet/ComptrollerImpl.json +3112 -0
  12. package/deployments/opbnbmainnet/Comptroller_Core.json +176 -0
  13. package/deployments/opbnbmainnet/DefaultProxyAdmin.json +257 -0
  14. package/deployments/opbnbmainnet/JumpRateModelV2_base0bps_slope1500bps_jump3000000bps_kink6000bps.json +519 -0
  15. package/deployments/opbnbmainnet/JumpRateModelV2_base0bps_slope750bps_jump25000bps_kink8000bps.json +519 -0
  16. package/deployments/opbnbmainnet/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps.json +519 -0
  17. package/deployments/opbnbmainnet/PoolLens.json +1274 -0
  18. package/deployments/opbnbmainnet/PoolRegistry.json +945 -0
  19. package/deployments/opbnbmainnet/PoolRegistry_Implementation.json +1189 -0
  20. package/deployments/opbnbmainnet/PoolRegistry_Proxy.json +267 -0
  21. package/deployments/opbnbmainnet/VTokenBeacon.json +206 -0
  22. package/deployments/opbnbmainnet/VTokenImpl.json +3021 -0
  23. package/deployments/opbnbmainnet/VToken_vBTCB_Core.json +246 -0
  24. package/deployments/opbnbmainnet/VToken_vETH_Core.json +246 -0
  25. package/deployments/opbnbmainnet/VToken_vFDUSD_Core.json +246 -0
  26. package/deployments/opbnbmainnet/VToken_vUSDT_Core.json +246 -0
  27. package/deployments/opbnbmainnet/VToken_vWBNB_Core.json +246 -0
  28. package/deployments/opbnbmainnet/solcInputs/0e89febeebc7444140de8e67c9067d2c.json +78 -0
  29. package/deployments/opbnbmainnet/solcInputs/6af6ae24ffbcdb9e50e419cc4f15213b.json +366 -0
  30. package/deployments/opbnbmainnet.json +8404 -1
  31. package/deployments/opbnbmainnet_addresses.json +20 -1
  32. package/deployments/sepolia/Comptroller_Liquid Staked ETH.json +176 -0
  33. package/deployments/sepolia/JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps.json +519 -0
  34. package/deployments/sepolia/JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps.json +519 -0
  35. package/deployments/sepolia/VToken_vWETH_LiquidStakedETH.json +246 -0
  36. package/deployments/sepolia/VToken_vwstETH_LiquidStakedETH.json +246 -0
  37. package/deployments/sepolia/solcInputs/5481066630697b5a7fe53c5ed5007495.json +351 -0
  38. package/deployments/sepolia.json +675 -124
  39. package/deployments/sepolia_addresses.json +6 -2
  40. package/dist/hardhat.config.js +1 -0
  41. package/dist/helpers/deploymentConfig.d.ts +9 -0
  42. package/dist/helpers/deploymentConfig.js +276 -3
  43. package/package.json +2 -2
  44. package/deployments/sepolia/MockWETH.json +0 -450
@@ -2217,6 +2217,80 @@
2217
2217
  }
2218
2218
  ]
2219
2219
  },
2220
+ "Comptroller_Liquid Staked ETH": {
2221
+ "address": "0xd79CeB8EF8188E44b7Eb899094e8A3A4d7A1e236",
2222
+ "abi": [
2223
+ {
2224
+ "inputs": [
2225
+ {
2226
+ "internalType": "address",
2227
+ "name": "beacon",
2228
+ "type": "address"
2229
+ },
2230
+ {
2231
+ "internalType": "bytes",
2232
+ "name": "data",
2233
+ "type": "bytes"
2234
+ }
2235
+ ],
2236
+ "stateMutability": "payable",
2237
+ "type": "constructor"
2238
+ },
2239
+ {
2240
+ "anonymous": false,
2241
+ "inputs": [
2242
+ {
2243
+ "indexed": false,
2244
+ "internalType": "address",
2245
+ "name": "previousAdmin",
2246
+ "type": "address"
2247
+ },
2248
+ {
2249
+ "indexed": false,
2250
+ "internalType": "address",
2251
+ "name": "newAdmin",
2252
+ "type": "address"
2253
+ }
2254
+ ],
2255
+ "name": "AdminChanged",
2256
+ "type": "event"
2257
+ },
2258
+ {
2259
+ "anonymous": false,
2260
+ "inputs": [
2261
+ {
2262
+ "indexed": true,
2263
+ "internalType": "address",
2264
+ "name": "beacon",
2265
+ "type": "address"
2266
+ }
2267
+ ],
2268
+ "name": "BeaconUpgraded",
2269
+ "type": "event"
2270
+ },
2271
+ {
2272
+ "anonymous": false,
2273
+ "inputs": [
2274
+ {
2275
+ "indexed": true,
2276
+ "internalType": "address",
2277
+ "name": "implementation",
2278
+ "type": "address"
2279
+ }
2280
+ ],
2281
+ "name": "Upgraded",
2282
+ "type": "event"
2283
+ },
2284
+ {
2285
+ "stateMutability": "payable",
2286
+ "type": "fallback"
2287
+ },
2288
+ {
2289
+ "stateMutability": "payable",
2290
+ "type": "receive"
2291
+ }
2292
+ ]
2293
+ },
2220
2294
  "Comptroller_Stablecoins": {
2221
2295
  "address": "0x18eF8D2bee415b731C25662568dc1035001cEB2c",
2222
2296
  "abi": [
@@ -2456,8 +2530,8 @@
2456
2530
  }
2457
2531
  ]
2458
2532
  },
2459
- "JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink8000bps": {
2460
- "address": "0xe948BBE16a846988A501A33Fb6A82Af4E2f231aE",
2533
+ "JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps": {
2534
+ "address": "0x05A02a17151947a8c25e3e8F607503122DB958dD",
2461
2535
  "abi": [
2462
2536
  {
2463
2537
  "inputs": [
@@ -2775,8 +2849,8 @@
2775
2849
  }
2776
2850
  ]
2777
2851
  },
2778
- "JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps": {
2779
- "address": "0x1A9ca9032C7ee7335736fCaa5e8fb62b283538da",
2852
+ "JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink8000bps": {
2853
+ "address": "0xe948BBE16a846988A501A33Fb6A82Af4E2f231aE",
2780
2854
  "abi": [
2781
2855
  {
2782
2856
  "inputs": [
@@ -3094,8 +3168,8 @@
3094
3168
  }
3095
3169
  ]
3096
3170
  },
3097
- "JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps": {
3098
- "address": "0xA03205bC635A772E533E7BE36b5701E331a70ea3",
3171
+ "JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps": {
3172
+ "address": "0x1A9ca9032C7ee7335736fCaa5e8fb62b283538da",
3099
3173
  "abi": [
3100
3174
  {
3101
3175
  "inputs": [
@@ -3413,8 +3487,8 @@
3413
3487
  }
3414
3488
  ]
3415
3489
  },
3416
- "JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps": {
3417
- "address": "0x710F4044007a0e72e54626394462dB57d2d8479F",
3490
+ "JumpRateModelV2_base0bps_slope700bps_jump8000bps_kink8000bps": {
3491
+ "address": "0xA03205bC635A772E533E7BE36b5701E331a70ea3",
3418
3492
  "abi": [
3419
3493
  {
3420
3494
  "inputs": [
@@ -3732,8 +3806,8 @@
3732
3806
  }
3733
3807
  ]
3734
3808
  },
3735
- "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
3736
- "address": "0xaf5feAbe347BE5DF603CE63e45155bDb8049C78c",
3809
+ "JumpRateModelV2_base0bps_slope900bps_jump7500bps_kink4500bps": {
3810
+ "address": "0x1b821241f5E3f3AecBeE29901BeE07f5a264915f",
3737
3811
  "abi": [
3738
3812
  {
3739
3813
  "inputs": [
@@ -4051,94 +4125,126 @@
4051
4125
  }
4052
4126
  ]
4053
4127
  },
4054
- "MockCRV": {
4055
- "address": "0x2c78EF7eab67A6e0C9cAa6f2821929351bdDF3d3",
4128
+ "JumpRateModelV2_base200bps_slope1500bps_jump30000bps_kink4500bps": {
4129
+ "address": "0x710F4044007a0e72e54626394462dB57d2d8479F",
4056
4130
  "abi": [
4057
4131
  {
4058
4132
  "inputs": [
4059
4133
  {
4060
- "internalType": "string",
4061
- "name": "name_",
4062
- "type": "string"
4134
+ "internalType": "uint256",
4135
+ "name": "blocksPerYear_",
4136
+ "type": "uint256"
4063
4137
  },
4064
4138
  {
4065
- "internalType": "string",
4066
- "name": "symbol_",
4067
- "type": "string"
4139
+ "internalType": "uint256",
4140
+ "name": "baseRatePerYear",
4141
+ "type": "uint256"
4068
4142
  },
4069
4143
  {
4070
- "internalType": "uint8",
4071
- "name": "decimals_",
4072
- "type": "uint8"
4144
+ "internalType": "uint256",
4145
+ "name": "multiplierPerYear",
4146
+ "type": "uint256"
4147
+ },
4148
+ {
4149
+ "internalType": "uint256",
4150
+ "name": "jumpMultiplierPerYear",
4151
+ "type": "uint256"
4152
+ },
4153
+ {
4154
+ "internalType": "uint256",
4155
+ "name": "kink_",
4156
+ "type": "uint256"
4157
+ },
4158
+ {
4159
+ "internalType": "contract IAccessControlManagerV8",
4160
+ "name": "accessControlManager_",
4161
+ "type": "address"
4073
4162
  }
4074
4163
  ],
4075
4164
  "stateMutability": "nonpayable",
4076
4165
  "type": "constructor"
4077
4166
  },
4078
4167
  {
4079
- "anonymous": false,
4080
4168
  "inputs": [
4081
4169
  {
4082
- "indexed": true,
4083
4170
  "internalType": "address",
4084
- "name": "owner",
4171
+ "name": "sender",
4085
4172
  "type": "address"
4086
4173
  },
4087
4174
  {
4088
- "indexed": true,
4089
4175
  "internalType": "address",
4090
- "name": "spender",
4176
+ "name": "calledContract",
4091
4177
  "type": "address"
4092
4178
  },
4093
4179
  {
4094
- "indexed": false,
4095
- "internalType": "uint256",
4096
- "name": "value",
4097
- "type": "uint256"
4180
+ "internalType": "string",
4181
+ "name": "methodSignature",
4182
+ "type": "string"
4098
4183
  }
4099
4184
  ],
4100
- "name": "Approval",
4101
- "type": "event"
4185
+ "name": "Unauthorized",
4186
+ "type": "error"
4102
4187
  },
4103
4188
  {
4104
4189
  "anonymous": false,
4105
4190
  "inputs": [
4106
4191
  {
4107
- "indexed": true,
4108
- "internalType": "address",
4109
- "name": "from",
4110
- "type": "address"
4192
+ "indexed": false,
4193
+ "internalType": "uint256",
4194
+ "name": "baseRatePerBlock",
4195
+ "type": "uint256"
4111
4196
  },
4112
4197
  {
4113
- "indexed": true,
4114
- "internalType": "address",
4115
- "name": "to",
4116
- "type": "address"
4198
+ "indexed": false,
4199
+ "internalType": "uint256",
4200
+ "name": "multiplierPerBlock",
4201
+ "type": "uint256"
4117
4202
  },
4118
4203
  {
4119
4204
  "indexed": false,
4120
4205
  "internalType": "uint256",
4121
- "name": "value",
4206
+ "name": "jumpMultiplierPerBlock",
4207
+ "type": "uint256"
4208
+ },
4209
+ {
4210
+ "indexed": false,
4211
+ "internalType": "uint256",
4212
+ "name": "kink",
4122
4213
  "type": "uint256"
4123
4214
  }
4124
4215
  ],
4125
- "name": "Transfer",
4216
+ "name": "NewInterestParams",
4126
4217
  "type": "event"
4127
4218
  },
4128
4219
  {
4129
- "inputs": [
4220
+ "inputs": [],
4221
+ "name": "accessControlManager",
4222
+ "outputs": [
4130
4223
  {
4131
- "internalType": "address",
4132
- "name": "owner",
4224
+ "internalType": "contract IAccessControlManagerV8",
4225
+ "name": "",
4133
4226
  "type": "address"
4134
- },
4227
+ }
4228
+ ],
4229
+ "stateMutability": "view",
4230
+ "type": "function"
4231
+ },
4232
+ {
4233
+ "inputs": [],
4234
+ "name": "baseRatePerBlock",
4235
+ "outputs": [
4135
4236
  {
4136
- "internalType": "address",
4137
- "name": "spender",
4138
- "type": "address"
4237
+ "internalType": "uint256",
4238
+ "name": "",
4239
+ "type": "uint256"
4139
4240
  }
4140
4241
  ],
4141
- "name": "allowance",
4242
+ "stateMutability": "view",
4243
+ "type": "function"
4244
+ },
4245
+ {
4246
+ "inputs": [],
4247
+ "name": "blocksPerYear",
4142
4248
  "outputs": [
4143
4249
  {
4144
4250
  "internalType": "uint256",
@@ -4152,36 +4258,66 @@
4152
4258
  {
4153
4259
  "inputs": [
4154
4260
  {
4155
- "internalType": "address",
4156
- "name": "spender",
4157
- "type": "address"
4261
+ "internalType": "uint256",
4262
+ "name": "cash",
4263
+ "type": "uint256"
4158
4264
  },
4159
4265
  {
4160
4266
  "internalType": "uint256",
4161
- "name": "amount",
4267
+ "name": "borrows",
4268
+ "type": "uint256"
4269
+ },
4270
+ {
4271
+ "internalType": "uint256",
4272
+ "name": "reserves",
4273
+ "type": "uint256"
4274
+ },
4275
+ {
4276
+ "internalType": "uint256",
4277
+ "name": "badDebt",
4162
4278
  "type": "uint256"
4163
4279
  }
4164
4280
  ],
4165
- "name": "approve",
4281
+ "name": "getBorrowRate",
4166
4282
  "outputs": [
4167
4283
  {
4168
- "internalType": "bool",
4284
+ "internalType": "uint256",
4169
4285
  "name": "",
4170
- "type": "bool"
4286
+ "type": "uint256"
4171
4287
  }
4172
4288
  ],
4173
- "stateMutability": "nonpayable",
4289
+ "stateMutability": "view",
4174
4290
  "type": "function"
4175
4291
  },
4176
4292
  {
4177
4293
  "inputs": [
4178
4294
  {
4179
- "internalType": "address",
4180
- "name": "account",
4181
- "type": "address"
4295
+ "internalType": "uint256",
4296
+ "name": "cash",
4297
+ "type": "uint256"
4298
+ },
4299
+ {
4300
+ "internalType": "uint256",
4301
+ "name": "borrows",
4302
+ "type": "uint256"
4303
+ },
4304
+ {
4305
+ "internalType": "uint256",
4306
+ "name": "reserves",
4307
+ "type": "uint256"
4308
+ },
4309
+ {
4310
+ "internalType": "uint256",
4311
+ "name": "reserveFactorMantissa",
4312
+ "type": "uint256"
4313
+ },
4314
+ {
4315
+ "internalType": "uint256",
4316
+ "name": "badDebt",
4317
+ "type": "uint256"
4182
4318
  }
4183
4319
  ],
4184
- "name": "balanceOf",
4320
+ "name": "getSupplyRate",
4185
4321
  "outputs": [
4186
4322
  {
4187
4323
  "internalType": "uint256",
@@ -4194,68 +4330,326 @@
4194
4330
  },
4195
4331
  {
4196
4332
  "inputs": [],
4197
- "name": "decimals",
4333
+ "name": "isInterestRateModel",
4198
4334
  "outputs": [
4199
4335
  {
4200
- "internalType": "uint8",
4336
+ "internalType": "bool",
4201
4337
  "name": "",
4202
- "type": "uint8"
4338
+ "type": "bool"
4339
+ }
4340
+ ],
4341
+ "stateMutability": "pure",
4342
+ "type": "function"
4343
+ },
4344
+ {
4345
+ "inputs": [],
4346
+ "name": "jumpMultiplierPerBlock",
4347
+ "outputs": [
4348
+ {
4349
+ "internalType": "uint256",
4350
+ "name": "",
4351
+ "type": "uint256"
4203
4352
  }
4204
4353
  ],
4205
4354
  "stateMutability": "view",
4206
4355
  "type": "function"
4207
4356
  },
4357
+ {
4358
+ "inputs": [],
4359
+ "name": "kink",
4360
+ "outputs": [
4361
+ {
4362
+ "internalType": "uint256",
4363
+ "name": "",
4364
+ "type": "uint256"
4365
+ }
4366
+ ],
4367
+ "stateMutability": "view",
4368
+ "type": "function"
4369
+ },
4370
+ {
4371
+ "inputs": [],
4372
+ "name": "multiplierPerBlock",
4373
+ "outputs": [
4374
+ {
4375
+ "internalType": "uint256",
4376
+ "name": "",
4377
+ "type": "uint256"
4378
+ }
4379
+ ],
4380
+ "stateMutability": "view",
4381
+ "type": "function"
4382
+ },
4383
+ {
4384
+ "inputs": [
4385
+ {
4386
+ "internalType": "uint256",
4387
+ "name": "baseRatePerYear",
4388
+ "type": "uint256"
4389
+ },
4390
+ {
4391
+ "internalType": "uint256",
4392
+ "name": "multiplierPerYear",
4393
+ "type": "uint256"
4394
+ },
4395
+ {
4396
+ "internalType": "uint256",
4397
+ "name": "jumpMultiplierPerYear",
4398
+ "type": "uint256"
4399
+ },
4400
+ {
4401
+ "internalType": "uint256",
4402
+ "name": "kink_",
4403
+ "type": "uint256"
4404
+ }
4405
+ ],
4406
+ "name": "updateJumpRateModel",
4407
+ "outputs": [],
4408
+ "stateMutability": "nonpayable",
4409
+ "type": "function"
4410
+ },
4411
+ {
4412
+ "inputs": [
4413
+ {
4414
+ "internalType": "uint256",
4415
+ "name": "cash",
4416
+ "type": "uint256"
4417
+ },
4418
+ {
4419
+ "internalType": "uint256",
4420
+ "name": "borrows",
4421
+ "type": "uint256"
4422
+ },
4423
+ {
4424
+ "internalType": "uint256",
4425
+ "name": "reserves",
4426
+ "type": "uint256"
4427
+ },
4428
+ {
4429
+ "internalType": "uint256",
4430
+ "name": "badDebt",
4431
+ "type": "uint256"
4432
+ }
4433
+ ],
4434
+ "name": "utilizationRate",
4435
+ "outputs": [
4436
+ {
4437
+ "internalType": "uint256",
4438
+ "name": "",
4439
+ "type": "uint256"
4440
+ }
4441
+ ],
4442
+ "stateMutability": "pure",
4443
+ "type": "function"
4444
+ }
4445
+ ]
4446
+ },
4447
+ "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": {
4448
+ "address": "0xaf5feAbe347BE5DF603CE63e45155bDb8049C78c",
4449
+ "abi": [
4450
+ {
4451
+ "inputs": [
4452
+ {
4453
+ "internalType": "uint256",
4454
+ "name": "blocksPerYear_",
4455
+ "type": "uint256"
4456
+ },
4457
+ {
4458
+ "internalType": "uint256",
4459
+ "name": "baseRatePerYear",
4460
+ "type": "uint256"
4461
+ },
4462
+ {
4463
+ "internalType": "uint256",
4464
+ "name": "multiplierPerYear",
4465
+ "type": "uint256"
4466
+ },
4467
+ {
4468
+ "internalType": "uint256",
4469
+ "name": "jumpMultiplierPerYear",
4470
+ "type": "uint256"
4471
+ },
4472
+ {
4473
+ "internalType": "uint256",
4474
+ "name": "kink_",
4475
+ "type": "uint256"
4476
+ },
4477
+ {
4478
+ "internalType": "contract IAccessControlManagerV8",
4479
+ "name": "accessControlManager_",
4480
+ "type": "address"
4481
+ }
4482
+ ],
4483
+ "stateMutability": "nonpayable",
4484
+ "type": "constructor"
4485
+ },
4208
4486
  {
4209
4487
  "inputs": [
4210
4488
  {
4211
4489
  "internalType": "address",
4212
- "name": "spender",
4490
+ "name": "sender",
4213
4491
  "type": "address"
4214
4492
  },
4215
4493
  {
4494
+ "internalType": "address",
4495
+ "name": "calledContract",
4496
+ "type": "address"
4497
+ },
4498
+ {
4499
+ "internalType": "string",
4500
+ "name": "methodSignature",
4501
+ "type": "string"
4502
+ }
4503
+ ],
4504
+ "name": "Unauthorized",
4505
+ "type": "error"
4506
+ },
4507
+ {
4508
+ "anonymous": false,
4509
+ "inputs": [
4510
+ {
4511
+ "indexed": false,
4216
4512
  "internalType": "uint256",
4217
- "name": "subtractedValue",
4513
+ "name": "baseRatePerBlock",
4514
+ "type": "uint256"
4515
+ },
4516
+ {
4517
+ "indexed": false,
4518
+ "internalType": "uint256",
4519
+ "name": "multiplierPerBlock",
4520
+ "type": "uint256"
4521
+ },
4522
+ {
4523
+ "indexed": false,
4524
+ "internalType": "uint256",
4525
+ "name": "jumpMultiplierPerBlock",
4526
+ "type": "uint256"
4527
+ },
4528
+ {
4529
+ "indexed": false,
4530
+ "internalType": "uint256",
4531
+ "name": "kink",
4218
4532
  "type": "uint256"
4219
4533
  }
4220
4534
  ],
4221
- "name": "decreaseAllowance",
4535
+ "name": "NewInterestParams",
4536
+ "type": "event"
4537
+ },
4538
+ {
4539
+ "inputs": [],
4540
+ "name": "accessControlManager",
4222
4541
  "outputs": [
4223
4542
  {
4224
- "internalType": "bool",
4543
+ "internalType": "contract IAccessControlManagerV8",
4225
4544
  "name": "",
4226
- "type": "bool"
4545
+ "type": "address"
4227
4546
  }
4228
4547
  ],
4229
- "stateMutability": "nonpayable",
4548
+ "stateMutability": "view",
4549
+ "type": "function"
4550
+ },
4551
+ {
4552
+ "inputs": [],
4553
+ "name": "baseRatePerBlock",
4554
+ "outputs": [
4555
+ {
4556
+ "internalType": "uint256",
4557
+ "name": "",
4558
+ "type": "uint256"
4559
+ }
4560
+ ],
4561
+ "stateMutability": "view",
4562
+ "type": "function"
4563
+ },
4564
+ {
4565
+ "inputs": [],
4566
+ "name": "blocksPerYear",
4567
+ "outputs": [
4568
+ {
4569
+ "internalType": "uint256",
4570
+ "name": "",
4571
+ "type": "uint256"
4572
+ }
4573
+ ],
4574
+ "stateMutability": "view",
4575
+ "type": "function"
4576
+ },
4577
+ {
4578
+ "inputs": [
4579
+ {
4580
+ "internalType": "uint256",
4581
+ "name": "cash",
4582
+ "type": "uint256"
4583
+ },
4584
+ {
4585
+ "internalType": "uint256",
4586
+ "name": "borrows",
4587
+ "type": "uint256"
4588
+ },
4589
+ {
4590
+ "internalType": "uint256",
4591
+ "name": "reserves",
4592
+ "type": "uint256"
4593
+ },
4594
+ {
4595
+ "internalType": "uint256",
4596
+ "name": "badDebt",
4597
+ "type": "uint256"
4598
+ }
4599
+ ],
4600
+ "name": "getBorrowRate",
4601
+ "outputs": [
4602
+ {
4603
+ "internalType": "uint256",
4604
+ "name": "",
4605
+ "type": "uint256"
4606
+ }
4607
+ ],
4608
+ "stateMutability": "view",
4230
4609
  "type": "function"
4231
4610
  },
4232
4611
  {
4233
4612
  "inputs": [
4234
4613
  {
4235
4614
  "internalType": "uint256",
4236
- "name": "amount",
4615
+ "name": "cash",
4616
+ "type": "uint256"
4617
+ },
4618
+ {
4619
+ "internalType": "uint256",
4620
+ "name": "borrows",
4621
+ "type": "uint256"
4622
+ },
4623
+ {
4624
+ "internalType": "uint256",
4625
+ "name": "reserves",
4626
+ "type": "uint256"
4627
+ },
4628
+ {
4629
+ "internalType": "uint256",
4630
+ "name": "reserveFactorMantissa",
4631
+ "type": "uint256"
4632
+ },
4633
+ {
4634
+ "internalType": "uint256",
4635
+ "name": "badDebt",
4237
4636
  "type": "uint256"
4238
4637
  }
4239
4638
  ],
4240
- "name": "faucet",
4241
- "outputs": [],
4242
- "stateMutability": "nonpayable",
4243
- "type": "function"
4244
- },
4245
- {
4246
- "inputs": [
4247
- {
4248
- "internalType": "address",
4249
- "name": "spender",
4250
- "type": "address"
4251
- },
4639
+ "name": "getSupplyRate",
4640
+ "outputs": [
4252
4641
  {
4253
4642
  "internalType": "uint256",
4254
- "name": "addedValue",
4643
+ "name": "",
4255
4644
  "type": "uint256"
4256
4645
  }
4257
4646
  ],
4258
- "name": "increaseAllowance",
4647
+ "stateMutability": "view",
4648
+ "type": "function"
4649
+ },
4650
+ {
4651
+ "inputs": [],
4652
+ "name": "isInterestRateModel",
4259
4653
  "outputs": [
4260
4654
  {
4261
4655
  "internalType": "bool",
@@ -4263,17 +4657,17 @@
4263
4657
  "type": "bool"
4264
4658
  }
4265
4659
  ],
4266
- "stateMutability": "nonpayable",
4660
+ "stateMutability": "pure",
4267
4661
  "type": "function"
4268
4662
  },
4269
4663
  {
4270
4664
  "inputs": [],
4271
- "name": "name",
4665
+ "name": "jumpMultiplierPerBlock",
4272
4666
  "outputs": [
4273
4667
  {
4274
- "internalType": "string",
4668
+ "internalType": "uint256",
4275
4669
  "name": "",
4276
- "type": "string"
4670
+ "type": "uint256"
4277
4671
  }
4278
4672
  ],
4279
4673
  "stateMutability": "view",
@@ -4281,12 +4675,12 @@
4281
4675
  },
4282
4676
  {
4283
4677
  "inputs": [],
4284
- "name": "symbol",
4678
+ "name": "kink",
4285
4679
  "outputs": [
4286
4680
  {
4287
- "internalType": "string",
4681
+ "internalType": "uint256",
4288
4682
  "name": "",
4289
- "type": "string"
4683
+ "type": "uint256"
4290
4684
  }
4291
4685
  ],
4292
4686
  "stateMutability": "view",
@@ -4294,7 +4688,7 @@
4294
4688
  },
4295
4689
  {
4296
4690
  "inputs": [],
4297
- "name": "totalSupply",
4691
+ "name": "multiplierPerBlock",
4298
4692
  "outputs": [
4299
4693
  {
4300
4694
  "internalType": "uint256",
@@ -4308,60 +4702,69 @@
4308
4702
  {
4309
4703
  "inputs": [
4310
4704
  {
4311
- "internalType": "address",
4312
- "name": "to",
4313
- "type": "address"
4705
+ "internalType": "uint256",
4706
+ "name": "baseRatePerYear",
4707
+ "type": "uint256"
4314
4708
  },
4315
4709
  {
4316
4710
  "internalType": "uint256",
4317
- "name": "amount",
4711
+ "name": "multiplierPerYear",
4318
4712
  "type": "uint256"
4319
- }
4320
- ],
4321
- "name": "transfer",
4322
- "outputs": [
4713
+ },
4323
4714
  {
4324
- "internalType": "bool",
4325
- "name": "",
4326
- "type": "bool"
4715
+ "internalType": "uint256",
4716
+ "name": "jumpMultiplierPerYear",
4717
+ "type": "uint256"
4718
+ },
4719
+ {
4720
+ "internalType": "uint256",
4721
+ "name": "kink_",
4722
+ "type": "uint256"
4327
4723
  }
4328
4724
  ],
4725
+ "name": "updateJumpRateModel",
4726
+ "outputs": [],
4329
4727
  "stateMutability": "nonpayable",
4330
4728
  "type": "function"
4331
4729
  },
4332
4730
  {
4333
4731
  "inputs": [
4334
4732
  {
4335
- "internalType": "address",
4336
- "name": "from",
4337
- "type": "address"
4733
+ "internalType": "uint256",
4734
+ "name": "cash",
4735
+ "type": "uint256"
4338
4736
  },
4339
4737
  {
4340
- "internalType": "address",
4341
- "name": "to",
4342
- "type": "address"
4738
+ "internalType": "uint256",
4739
+ "name": "borrows",
4740
+ "type": "uint256"
4343
4741
  },
4344
4742
  {
4345
4743
  "internalType": "uint256",
4346
- "name": "amount",
4744
+ "name": "reserves",
4745
+ "type": "uint256"
4746
+ },
4747
+ {
4748
+ "internalType": "uint256",
4749
+ "name": "badDebt",
4347
4750
  "type": "uint256"
4348
4751
  }
4349
4752
  ],
4350
- "name": "transferFrom",
4753
+ "name": "utilizationRate",
4351
4754
  "outputs": [
4352
4755
  {
4353
- "internalType": "bool",
4756
+ "internalType": "uint256",
4354
4757
  "name": "",
4355
- "type": "bool"
4758
+ "type": "uint256"
4356
4759
  }
4357
4760
  ],
4358
- "stateMutability": "nonpayable",
4761
+ "stateMutability": "pure",
4359
4762
  "type": "function"
4360
4763
  }
4361
4764
  ]
4362
4765
  },
4363
- "MockUSDC": {
4364
- "address": "0x772d68929655ce7234C8C94256526ddA66Ef641E",
4766
+ "MockCRV": {
4767
+ "address": "0x2c78EF7eab67A6e0C9cAa6f2821929351bdDF3d3",
4365
4768
  "abi": [
4366
4769
  {
4367
4770
  "inputs": [
@@ -4669,8 +5072,8 @@
4669
5072
  }
4670
5073
  ]
4671
5074
  },
4672
- "MockUSDT": {
4673
- "address": "0x8d412FD0bc5d826615065B931171Eed10F5AF266",
5075
+ "MockUSDC": {
5076
+ "address": "0x772d68929655ce7234C8C94256526ddA66Ef641E",
4674
5077
  "abi": [
4675
5078
  {
4676
5079
  "inputs": [
@@ -4978,8 +5381,8 @@
4978
5381
  }
4979
5382
  ]
4980
5383
  },
4981
- "MockWBTC": {
4982
- "address": "0x92A2928f5634BEa89A195e7BeCF0f0FEEDAB885b",
5384
+ "MockUSDT": {
5385
+ "address": "0x8d412FD0bc5d826615065B931171Eed10F5AF266",
4983
5386
  "abi": [
4984
5387
  {
4985
5388
  "inputs": [
@@ -5287,8 +5690,8 @@
5287
5690
  }
5288
5691
  ]
5289
5692
  },
5290
- "MockWETH": {
5291
- "address": "0x700868CAbb60e90d77B6588ce072d9859ec8E281",
5693
+ "MockWBTC": {
5694
+ "address": "0x92A2928f5634BEa89A195e7BeCF0f0FEEDAB885b",
5292
5695
  "abi": [
5293
5696
  {
5294
5697
  "inputs": [
@@ -17383,6 +17786,80 @@
17383
17786
  }
17384
17787
  ]
17385
17788
  },
17789
+ "VToken_vWETH_LiquidStakedETH": {
17790
+ "address": "0x9f6213dFa9069a5426Fe8fAE73857712E1259Ed4",
17791
+ "abi": [
17792
+ {
17793
+ "inputs": [
17794
+ {
17795
+ "internalType": "address",
17796
+ "name": "beacon",
17797
+ "type": "address"
17798
+ },
17799
+ {
17800
+ "internalType": "bytes",
17801
+ "name": "data",
17802
+ "type": "bytes"
17803
+ }
17804
+ ],
17805
+ "stateMutability": "payable",
17806
+ "type": "constructor"
17807
+ },
17808
+ {
17809
+ "anonymous": false,
17810
+ "inputs": [
17811
+ {
17812
+ "indexed": false,
17813
+ "internalType": "address",
17814
+ "name": "previousAdmin",
17815
+ "type": "address"
17816
+ },
17817
+ {
17818
+ "indexed": false,
17819
+ "internalType": "address",
17820
+ "name": "newAdmin",
17821
+ "type": "address"
17822
+ }
17823
+ ],
17824
+ "name": "AdminChanged",
17825
+ "type": "event"
17826
+ },
17827
+ {
17828
+ "anonymous": false,
17829
+ "inputs": [
17830
+ {
17831
+ "indexed": true,
17832
+ "internalType": "address",
17833
+ "name": "beacon",
17834
+ "type": "address"
17835
+ }
17836
+ ],
17837
+ "name": "BeaconUpgraded",
17838
+ "type": "event"
17839
+ },
17840
+ {
17841
+ "anonymous": false,
17842
+ "inputs": [
17843
+ {
17844
+ "indexed": true,
17845
+ "internalType": "address",
17846
+ "name": "implementation",
17847
+ "type": "address"
17848
+ }
17849
+ ],
17850
+ "name": "Upgraded",
17851
+ "type": "event"
17852
+ },
17853
+ {
17854
+ "stateMutability": "payable",
17855
+ "type": "fallback"
17856
+ },
17857
+ {
17858
+ "stateMutability": "payable",
17859
+ "type": "receive"
17860
+ }
17861
+ ]
17862
+ },
17386
17863
  "VToken_vcrvUSD_Core": {
17387
17864
  "address": "0xA09cFAd2e138fe6d8FF62df803892cbCb79ED082",
17388
17865
  "abi": [
@@ -17604,6 +18081,80 @@
17604
18081
  "type": "receive"
17605
18082
  }
17606
18083
  ]
18084
+ },
18085
+ "VToken_vwstETH_LiquidStakedETH": {
18086
+ "address": "0x0a95088403229331FeF1EB26a11F9d6C8E73f23D",
18087
+ "abi": [
18088
+ {
18089
+ "inputs": [
18090
+ {
18091
+ "internalType": "address",
18092
+ "name": "beacon",
18093
+ "type": "address"
18094
+ },
18095
+ {
18096
+ "internalType": "bytes",
18097
+ "name": "data",
18098
+ "type": "bytes"
18099
+ }
18100
+ ],
18101
+ "stateMutability": "payable",
18102
+ "type": "constructor"
18103
+ },
18104
+ {
18105
+ "anonymous": false,
18106
+ "inputs": [
18107
+ {
18108
+ "indexed": false,
18109
+ "internalType": "address",
18110
+ "name": "previousAdmin",
18111
+ "type": "address"
18112
+ },
18113
+ {
18114
+ "indexed": false,
18115
+ "internalType": "address",
18116
+ "name": "newAdmin",
18117
+ "type": "address"
18118
+ }
18119
+ ],
18120
+ "name": "AdminChanged",
18121
+ "type": "event"
18122
+ },
18123
+ {
18124
+ "anonymous": false,
18125
+ "inputs": [
18126
+ {
18127
+ "indexed": true,
18128
+ "internalType": "address",
18129
+ "name": "beacon",
18130
+ "type": "address"
18131
+ }
18132
+ ],
18133
+ "name": "BeaconUpgraded",
18134
+ "type": "event"
18135
+ },
18136
+ {
18137
+ "anonymous": false,
18138
+ "inputs": [
18139
+ {
18140
+ "indexed": true,
18141
+ "internalType": "address",
18142
+ "name": "implementation",
18143
+ "type": "address"
18144
+ }
18145
+ ],
18146
+ "name": "Upgraded",
18147
+ "type": "event"
18148
+ },
18149
+ {
18150
+ "stateMutability": "payable",
18151
+ "type": "fallback"
18152
+ },
18153
+ {
18154
+ "stateMutability": "payable",
18155
+ "type": "receive"
18156
+ }
18157
+ ]
17607
18158
  }
17608
18159
  }
17609
18160
  }