@venusprotocol/isolated-pools 3.6.0-dev.5 → 3.6.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.
@@ -8296,10 +8296,26 @@
8296
8296
  ]
8297
8297
  },
8298
8298
  "VTokenImpl": {
8299
- "address": "0xd63c59d954A8888e7631ebc2CCc860FDB8Ae85Ad",
8299
+ "address": "0xbd3AAd064295dcA0f45fab4C6A5adFb0D23a19D2",
8300
8300
  "abi": [
8301
8301
  {
8302
- "inputs": [],
8302
+ "inputs": [
8303
+ {
8304
+ "internalType": "bool",
8305
+ "name": "timeBased_",
8306
+ "type": "bool"
8307
+ },
8308
+ {
8309
+ "internalType": "uint256",
8310
+ "name": "blocksPerYear_",
8311
+ "type": "uint256"
8312
+ },
8313
+ {
8314
+ "internalType": "uint256",
8315
+ "name": "maxBorrowRateMantissa_",
8316
+ "type": "uint256"
8317
+ }
8318
+ ],
8303
8319
  "stateMutability": "nonpayable",
8304
8320
  "type": "constructor"
8305
8321
  },
@@ -8339,6 +8355,16 @@
8339
8355
  "name": "HealBorrowUnauthorized",
8340
8356
  "type": "error"
8341
8357
  },
8358
+ {
8359
+ "inputs": [],
8360
+ "name": "InvalidBlocksPerYear",
8361
+ "type": "error"
8362
+ },
8363
+ {
8364
+ "inputs": [],
8365
+ "name": "InvalidTimeBasedConfiguration",
8366
+ "type": "error"
8367
+ },
8342
8368
  {
8343
8369
  "inputs": [
8344
8370
  {
@@ -8810,13 +8836,13 @@
8810
8836
  {
8811
8837
  "indexed": false,
8812
8838
  "internalType": "uint256",
8813
- "name": "oldReduceReservesBlockDelta",
8839
+ "name": "oldReduceReservesBlockOrTimestampDelta",
8814
8840
  "type": "uint256"
8815
8841
  },
8816
8842
  {
8817
8843
  "indexed": false,
8818
8844
  "internalType": "uint256",
8819
- "name": "newReduceReservesBlockDelta",
8845
+ "name": "newReduceReservesBlockOrTimestampDelta",
8820
8846
  "type": "uint256"
8821
8847
  }
8822
8848
  ],
@@ -9264,6 +9290,19 @@
9264
9290
  "stateMutability": "nonpayable",
9265
9291
  "type": "function"
9266
9292
  },
9293
+ {
9294
+ "inputs": [],
9295
+ "name": "blocksOrSecondsPerYear",
9296
+ "outputs": [
9297
+ {
9298
+ "internalType": "uint256",
9299
+ "name": "",
9300
+ "type": "uint256"
9301
+ }
9302
+ ],
9303
+ "stateMutability": "view",
9304
+ "type": "function"
9305
+ },
9267
9306
  {
9268
9307
  "inputs": [
9269
9308
  {
@@ -9514,6 +9553,19 @@
9514
9553
  "stateMutability": "view",
9515
9554
  "type": "function"
9516
9555
  },
9556
+ {
9557
+ "inputs": [],
9558
+ "name": "getBlockNumberOrTimestamp",
9559
+ "outputs": [
9560
+ {
9561
+ "internalType": "uint256",
9562
+ "name": "",
9563
+ "type": "uint256"
9564
+ }
9565
+ ],
9566
+ "stateMutability": "view",
9567
+ "type": "function"
9568
+ },
9517
9569
  {
9518
9570
  "inputs": [],
9519
9571
  "name": "getCash",
@@ -9662,6 +9714,19 @@
9662
9714
  "stateMutability": "view",
9663
9715
  "type": "function"
9664
9716
  },
9717
+ {
9718
+ "inputs": [],
9719
+ "name": "isTimeBased",
9720
+ "outputs": [
9721
+ {
9722
+ "internalType": "bool",
9723
+ "name": "",
9724
+ "type": "bool"
9725
+ }
9726
+ ],
9727
+ "stateMutability": "view",
9728
+ "type": "function"
9729
+ },
9665
9730
  {
9666
9731
  "inputs": [],
9667
9732
  "name": "isVToken",
@@ -10079,7 +10144,7 @@
10079
10144
  "inputs": [
10080
10145
  {
10081
10146
  "internalType": "uint256",
10082
- "name": "_newReduceReservesBlockDelta",
10147
+ "name": "_newReduceReservesBlockOrTimestampDelta",
10083
10148
  "type": "uint256"
10084
10149
  }
10085
10150
  ],
@@ -20,7 +20,7 @@
20
20
  "PoolRegistry_Implementation": "0x90CC662C722190BeD60061e291e064B157c90065",
21
21
  "PoolRegistry_Proxy": "0x560eA4e1cC42591E9f5F5D83Ad2fd65F30128951",
22
22
  "VTokenBeacon": "0xcc633492097078Ae590C0d11924e82A23f3Ab3E2",
23
- "VTokenImpl": "0xd63c59d954A8888e7631ebc2CCc860FDB8Ae85Ad",
23
+ "VTokenImpl": "0xbd3AAd064295dcA0f45fab4C6A5adFb0D23a19D2",
24
24
  "VToken_vBTCB_Core": "0x86F82bca79774fc04859966917D2291A68b870A9",
25
25
  "VToken_vETH_Core": "0x034Cc5097379B13d3Ed5F6c85c8FAf20F48aE480",
26
26
  "VToken_vUSDT_Core": "0xe3923805f6E117E51f5387421240a86EF1570abC",