@venusprotocol/isolated-pools 3.5.0-dev.7 → 3.5.0-dev.8

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.
@@ -14,9 +14,11 @@
14
14
  "JumpRateModelV2_base0bps_slope1000bps_jump25000bps_kink8000bps": "0x2ba0F45f7368d2A56d0c9e5a29af363987BE1d02",
15
15
  "JumpRateModelV2_base0bps_slope1250bps_jump25000bps_kink8000bps": "0x5E0dB1e8a6D6181aa39B3317179CDF91FBa4Ac51",
16
16
  "JumpRateModelV2_base0bps_slope1750bps_jump25000bps_kink8000bps": "0xDdeb3556b325D5578575c6eF0F855b73D2323E34",
17
+ "JumpRateModelV2_base0bps_slope375bps_jump25000bps_kink8000bps": "0xb36b273601Ac5e0CaBD0845b7B8caa3426611Ca0",
17
18
  "JumpRateModelV2_base0bps_slope90bps_jump30000bps_kink9000bps": "0x8037f793A298789736fc1cb7e3154573647CDD11",
18
19
  "JumpRateModelV2_base200bps_slope1000bps_jump25000bps_kink5000bps": "0x0820d5DA817Ac2eAf3757829B255B56354188bd1",
19
20
  "JumpRateModelV2_base200bps_slope1000bps_jump30000bps_kink8000bps": "0x4021Da92B4e64126Cd5A2d6B305FB0e9e4ed2024",
21
+ "JumpRateModelV2_base200bps_slope1350bps_jump25000bps_kink8000bps": "0x3aB2e4594D9C81455b330B423Dec61E49EB11667",
20
22
  "JumpRateModelV2_base200bps_slope1500bps_jump25000bps_kink8000bps": "0x5ECa0FBBc5e7bf49dbFb1953a92784F8e4248eF6",
21
23
  "JumpRateModelV2_base200bps_slope1750bps_jump25000bps_kink8000bps": "0xE1E25b6f3A74fB836B2d3b5A01f5252e2fa916a8",
22
24
  "JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": "0x53DbE3c0d1Bd439E4F600ad36791C41d02906E6b",
@@ -3100,6 +3100,366 @@
3100
3100
  }
3101
3101
  ]
3102
3102
  },
3103
+ "JumpRateModelV2_base0bps_slope800bps_jump25000bps_kink8000bps": {
3104
+ "address": "0x42888177eB8FcdEa0884De66c7E0f7638125914A",
3105
+ "abi": [
3106
+ {
3107
+ "inputs": [
3108
+ {
3109
+ "internalType": "uint256",
3110
+ "name": "baseRatePerYear_",
3111
+ "type": "uint256"
3112
+ },
3113
+ {
3114
+ "internalType": "uint256",
3115
+ "name": "multiplierPerYear_",
3116
+ "type": "uint256"
3117
+ },
3118
+ {
3119
+ "internalType": "uint256",
3120
+ "name": "jumpMultiplierPerYear_",
3121
+ "type": "uint256"
3122
+ },
3123
+ {
3124
+ "internalType": "uint256",
3125
+ "name": "kink_",
3126
+ "type": "uint256"
3127
+ },
3128
+ {
3129
+ "internalType": "contract IAccessControlManagerV8",
3130
+ "name": "accessControlManager_",
3131
+ "type": "address"
3132
+ },
3133
+ {
3134
+ "internalType": "bool",
3135
+ "name": "timeBased_",
3136
+ "type": "bool"
3137
+ },
3138
+ {
3139
+ "internalType": "uint256",
3140
+ "name": "blocksPerYear_",
3141
+ "type": "uint256"
3142
+ }
3143
+ ],
3144
+ "stateMutability": "nonpayable",
3145
+ "type": "constructor"
3146
+ },
3147
+ {
3148
+ "inputs": [],
3149
+ "name": "InvalidBlocksPerYear",
3150
+ "type": "error"
3151
+ },
3152
+ {
3153
+ "inputs": [],
3154
+ "name": "InvalidTimeBasedConfiguration",
3155
+ "type": "error"
3156
+ },
3157
+ {
3158
+ "inputs": [
3159
+ {
3160
+ "internalType": "address",
3161
+ "name": "sender",
3162
+ "type": "address"
3163
+ },
3164
+ {
3165
+ "internalType": "address",
3166
+ "name": "calledContract",
3167
+ "type": "address"
3168
+ },
3169
+ {
3170
+ "internalType": "string",
3171
+ "name": "methodSignature",
3172
+ "type": "string"
3173
+ }
3174
+ ],
3175
+ "name": "Unauthorized",
3176
+ "type": "error"
3177
+ },
3178
+ {
3179
+ "anonymous": false,
3180
+ "inputs": [
3181
+ {
3182
+ "indexed": false,
3183
+ "internalType": "uint256",
3184
+ "name": "baseRatePerBlockOrTimestamp",
3185
+ "type": "uint256"
3186
+ },
3187
+ {
3188
+ "indexed": false,
3189
+ "internalType": "uint256",
3190
+ "name": "multiplierPerBlockOrTimestamp",
3191
+ "type": "uint256"
3192
+ },
3193
+ {
3194
+ "indexed": false,
3195
+ "internalType": "uint256",
3196
+ "name": "jumpMultiplierPerBlockOrTimestamp",
3197
+ "type": "uint256"
3198
+ },
3199
+ {
3200
+ "indexed": false,
3201
+ "internalType": "uint256",
3202
+ "name": "kink",
3203
+ "type": "uint256"
3204
+ }
3205
+ ],
3206
+ "name": "NewInterestParams",
3207
+ "type": "event"
3208
+ },
3209
+ {
3210
+ "inputs": [],
3211
+ "name": "accessControlManager",
3212
+ "outputs": [
3213
+ {
3214
+ "internalType": "contract IAccessControlManagerV8",
3215
+ "name": "",
3216
+ "type": "address"
3217
+ }
3218
+ ],
3219
+ "stateMutability": "view",
3220
+ "type": "function"
3221
+ },
3222
+ {
3223
+ "inputs": [],
3224
+ "name": "baseRatePerBlock",
3225
+ "outputs": [
3226
+ {
3227
+ "internalType": "uint256",
3228
+ "name": "",
3229
+ "type": "uint256"
3230
+ }
3231
+ ],
3232
+ "stateMutability": "view",
3233
+ "type": "function"
3234
+ },
3235
+ {
3236
+ "inputs": [],
3237
+ "name": "blocksOrSecondsPerYear",
3238
+ "outputs": [
3239
+ {
3240
+ "internalType": "uint256",
3241
+ "name": "",
3242
+ "type": "uint256"
3243
+ }
3244
+ ],
3245
+ "stateMutability": "view",
3246
+ "type": "function"
3247
+ },
3248
+ {
3249
+ "inputs": [],
3250
+ "name": "getBlockNumberOrTimestamp",
3251
+ "outputs": [
3252
+ {
3253
+ "internalType": "uint256",
3254
+ "name": "",
3255
+ "type": "uint256"
3256
+ }
3257
+ ],
3258
+ "stateMutability": "view",
3259
+ "type": "function"
3260
+ },
3261
+ {
3262
+ "inputs": [
3263
+ {
3264
+ "internalType": "uint256",
3265
+ "name": "cash",
3266
+ "type": "uint256"
3267
+ },
3268
+ {
3269
+ "internalType": "uint256",
3270
+ "name": "borrows",
3271
+ "type": "uint256"
3272
+ },
3273
+ {
3274
+ "internalType": "uint256",
3275
+ "name": "reserves",
3276
+ "type": "uint256"
3277
+ },
3278
+ {
3279
+ "internalType": "uint256",
3280
+ "name": "badDebt",
3281
+ "type": "uint256"
3282
+ }
3283
+ ],
3284
+ "name": "getBorrowRate",
3285
+ "outputs": [
3286
+ {
3287
+ "internalType": "uint256",
3288
+ "name": "",
3289
+ "type": "uint256"
3290
+ }
3291
+ ],
3292
+ "stateMutability": "view",
3293
+ "type": "function"
3294
+ },
3295
+ {
3296
+ "inputs": [
3297
+ {
3298
+ "internalType": "uint256",
3299
+ "name": "cash",
3300
+ "type": "uint256"
3301
+ },
3302
+ {
3303
+ "internalType": "uint256",
3304
+ "name": "borrows",
3305
+ "type": "uint256"
3306
+ },
3307
+ {
3308
+ "internalType": "uint256",
3309
+ "name": "reserves",
3310
+ "type": "uint256"
3311
+ },
3312
+ {
3313
+ "internalType": "uint256",
3314
+ "name": "reserveFactorMantissa",
3315
+ "type": "uint256"
3316
+ },
3317
+ {
3318
+ "internalType": "uint256",
3319
+ "name": "badDebt",
3320
+ "type": "uint256"
3321
+ }
3322
+ ],
3323
+ "name": "getSupplyRate",
3324
+ "outputs": [
3325
+ {
3326
+ "internalType": "uint256",
3327
+ "name": "",
3328
+ "type": "uint256"
3329
+ }
3330
+ ],
3331
+ "stateMutability": "view",
3332
+ "type": "function"
3333
+ },
3334
+ {
3335
+ "inputs": [],
3336
+ "name": "isInterestRateModel",
3337
+ "outputs": [
3338
+ {
3339
+ "internalType": "bool",
3340
+ "name": "",
3341
+ "type": "bool"
3342
+ }
3343
+ ],
3344
+ "stateMutability": "pure",
3345
+ "type": "function"
3346
+ },
3347
+ {
3348
+ "inputs": [],
3349
+ "name": "isTimeBased",
3350
+ "outputs": [
3351
+ {
3352
+ "internalType": "bool",
3353
+ "name": "",
3354
+ "type": "bool"
3355
+ }
3356
+ ],
3357
+ "stateMutability": "view",
3358
+ "type": "function"
3359
+ },
3360
+ {
3361
+ "inputs": [],
3362
+ "name": "jumpMultiplierPerBlock",
3363
+ "outputs": [
3364
+ {
3365
+ "internalType": "uint256",
3366
+ "name": "",
3367
+ "type": "uint256"
3368
+ }
3369
+ ],
3370
+ "stateMutability": "view",
3371
+ "type": "function"
3372
+ },
3373
+ {
3374
+ "inputs": [],
3375
+ "name": "kink",
3376
+ "outputs": [
3377
+ {
3378
+ "internalType": "uint256",
3379
+ "name": "",
3380
+ "type": "uint256"
3381
+ }
3382
+ ],
3383
+ "stateMutability": "view",
3384
+ "type": "function"
3385
+ },
3386
+ {
3387
+ "inputs": [],
3388
+ "name": "multiplierPerBlock",
3389
+ "outputs": [
3390
+ {
3391
+ "internalType": "uint256",
3392
+ "name": "",
3393
+ "type": "uint256"
3394
+ }
3395
+ ],
3396
+ "stateMutability": "view",
3397
+ "type": "function"
3398
+ },
3399
+ {
3400
+ "inputs": [
3401
+ {
3402
+ "internalType": "uint256",
3403
+ "name": "baseRatePerYear",
3404
+ "type": "uint256"
3405
+ },
3406
+ {
3407
+ "internalType": "uint256",
3408
+ "name": "multiplierPerYear",
3409
+ "type": "uint256"
3410
+ },
3411
+ {
3412
+ "internalType": "uint256",
3413
+ "name": "jumpMultiplierPerYear",
3414
+ "type": "uint256"
3415
+ },
3416
+ {
3417
+ "internalType": "uint256",
3418
+ "name": "kink_",
3419
+ "type": "uint256"
3420
+ }
3421
+ ],
3422
+ "name": "updateJumpRateModel",
3423
+ "outputs": [],
3424
+ "stateMutability": "nonpayable",
3425
+ "type": "function"
3426
+ },
3427
+ {
3428
+ "inputs": [
3429
+ {
3430
+ "internalType": "uint256",
3431
+ "name": "cash",
3432
+ "type": "uint256"
3433
+ },
3434
+ {
3435
+ "internalType": "uint256",
3436
+ "name": "borrows",
3437
+ "type": "uint256"
3438
+ },
3439
+ {
3440
+ "internalType": "uint256",
3441
+ "name": "reserves",
3442
+ "type": "uint256"
3443
+ },
3444
+ {
3445
+ "internalType": "uint256",
3446
+ "name": "badDebt",
3447
+ "type": "uint256"
3448
+ }
3449
+ ],
3450
+ "name": "utilizationRate",
3451
+ "outputs": [
3452
+ {
3453
+ "internalType": "uint256",
3454
+ "name": "",
3455
+ "type": "uint256"
3456
+ }
3457
+ ],
3458
+ "stateMutability": "pure",
3459
+ "type": "function"
3460
+ }
3461
+ ]
3462
+ },
3103
3463
  "JumpRateModelV2_base0bps_slope875bps_jump25000bps_kink8000bps": {
3104
3464
  "address": "0xC7EDE29FE265aA46C1Bbc62Dc7e0f3565cce3Db6",
3105
3465
  "abi": [