@venusprotocol/isolated-pools 3.6.0-dev.4 → 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.
- package/deployments/bscmainnet/VTokenImpl.json +197 -73
- package/deployments/bscmainnet.json +70 -5
- package/deployments/bscmainnet_addresses.json +1 -1
- package/deployments/bsctestnet/VTokenImpl.json +194 -70
- package/deployments/bsctestnet.json +70 -5
- package/deployments/bsctestnet_addresses.json +1 -1
- package/deployments/ethereum/JumpRateModelV2_base0bps_slope300bps_jump8000bps_kink9000bps.json +608 -0
- package/deployments/ethereum/VTokenImpl.json +197 -73
- package/deployments/ethereum/solcInputs/675de3755730df34f493b27a4f957823.json +55 -0
- package/deployments/ethereum.json +430 -5
- package/deployments/ethereum_addresses.json +2 -1
- package/deployments/opbnbmainnet/VTokenImpl.json +197 -73
- package/deployments/opbnbmainnet.json +70 -5
- package/deployments/opbnbmainnet_addresses.json +1 -1
- package/deployments/opbnbtestnet/VTokenImpl.json +194 -70
- package/deployments/opbnbtestnet.json +70 -5
- package/deployments/opbnbtestnet_addresses.json +1 -1
- package/deployments/sepolia/VTokenImpl.json +197 -73
- package/deployments/sepolia.json +70 -5
- package/deployments/sepolia_addresses.json +1 -1
- package/dist/deployments/bscmainnet.json +70 -5
- package/dist/deployments/bsctestnet.json +70 -5
- package/dist/deployments/ethereum.json +430 -5
- package/dist/deployments/opbnbmainnet.json +70 -5
- package/dist/deployments/opbnbtestnet.json +70 -5
- package/dist/deployments/sepolia.json +70 -5
- package/dist/helpers/deploymentConfig.js +1 -1
- package/package.json +1 -1
package/deployments/sepolia.json
CHANGED
|
@@ -24571,10 +24571,26 @@
|
|
|
24571
24571
|
]
|
|
24572
24572
|
},
|
|
24573
24573
|
"VTokenImpl": {
|
|
24574
|
-
"address": "
|
|
24574
|
+
"address": "0xF360E6470C82EbCa1ECA1de1016A4c18fFE67C48",
|
|
24575
24575
|
"abi": [
|
|
24576
24576
|
{
|
|
24577
|
-
"inputs": [
|
|
24577
|
+
"inputs": [
|
|
24578
|
+
{
|
|
24579
|
+
"internalType": "bool",
|
|
24580
|
+
"name": "timeBased_",
|
|
24581
|
+
"type": "bool"
|
|
24582
|
+
},
|
|
24583
|
+
{
|
|
24584
|
+
"internalType": "uint256",
|
|
24585
|
+
"name": "blocksPerYear_",
|
|
24586
|
+
"type": "uint256"
|
|
24587
|
+
},
|
|
24588
|
+
{
|
|
24589
|
+
"internalType": "uint256",
|
|
24590
|
+
"name": "maxBorrowRateMantissa_",
|
|
24591
|
+
"type": "uint256"
|
|
24592
|
+
}
|
|
24593
|
+
],
|
|
24578
24594
|
"stateMutability": "nonpayable",
|
|
24579
24595
|
"type": "constructor"
|
|
24580
24596
|
},
|
|
@@ -24614,6 +24630,16 @@
|
|
|
24614
24630
|
"name": "HealBorrowUnauthorized",
|
|
24615
24631
|
"type": "error"
|
|
24616
24632
|
},
|
|
24633
|
+
{
|
|
24634
|
+
"inputs": [],
|
|
24635
|
+
"name": "InvalidBlocksPerYear",
|
|
24636
|
+
"type": "error"
|
|
24637
|
+
},
|
|
24638
|
+
{
|
|
24639
|
+
"inputs": [],
|
|
24640
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
24641
|
+
"type": "error"
|
|
24642
|
+
},
|
|
24617
24643
|
{
|
|
24618
24644
|
"inputs": [
|
|
24619
24645
|
{
|
|
@@ -25085,13 +25111,13 @@
|
|
|
25085
25111
|
{
|
|
25086
25112
|
"indexed": false,
|
|
25087
25113
|
"internalType": "uint256",
|
|
25088
|
-
"name": "
|
|
25114
|
+
"name": "oldReduceReservesBlockOrTimestampDelta",
|
|
25089
25115
|
"type": "uint256"
|
|
25090
25116
|
},
|
|
25091
25117
|
{
|
|
25092
25118
|
"indexed": false,
|
|
25093
25119
|
"internalType": "uint256",
|
|
25094
|
-
"name": "
|
|
25120
|
+
"name": "newReduceReservesBlockOrTimestampDelta",
|
|
25095
25121
|
"type": "uint256"
|
|
25096
25122
|
}
|
|
25097
25123
|
],
|
|
@@ -25539,6 +25565,19 @@
|
|
|
25539
25565
|
"stateMutability": "nonpayable",
|
|
25540
25566
|
"type": "function"
|
|
25541
25567
|
},
|
|
25568
|
+
{
|
|
25569
|
+
"inputs": [],
|
|
25570
|
+
"name": "blocksOrSecondsPerYear",
|
|
25571
|
+
"outputs": [
|
|
25572
|
+
{
|
|
25573
|
+
"internalType": "uint256",
|
|
25574
|
+
"name": "",
|
|
25575
|
+
"type": "uint256"
|
|
25576
|
+
}
|
|
25577
|
+
],
|
|
25578
|
+
"stateMutability": "view",
|
|
25579
|
+
"type": "function"
|
|
25580
|
+
},
|
|
25542
25581
|
{
|
|
25543
25582
|
"inputs": [
|
|
25544
25583
|
{
|
|
@@ -25789,6 +25828,19 @@
|
|
|
25789
25828
|
"stateMutability": "view",
|
|
25790
25829
|
"type": "function"
|
|
25791
25830
|
},
|
|
25831
|
+
{
|
|
25832
|
+
"inputs": [],
|
|
25833
|
+
"name": "getBlockNumberOrTimestamp",
|
|
25834
|
+
"outputs": [
|
|
25835
|
+
{
|
|
25836
|
+
"internalType": "uint256",
|
|
25837
|
+
"name": "",
|
|
25838
|
+
"type": "uint256"
|
|
25839
|
+
}
|
|
25840
|
+
],
|
|
25841
|
+
"stateMutability": "view",
|
|
25842
|
+
"type": "function"
|
|
25843
|
+
},
|
|
25792
25844
|
{
|
|
25793
25845
|
"inputs": [],
|
|
25794
25846
|
"name": "getCash",
|
|
@@ -25937,6 +25989,19 @@
|
|
|
25937
25989
|
"stateMutability": "view",
|
|
25938
25990
|
"type": "function"
|
|
25939
25991
|
},
|
|
25992
|
+
{
|
|
25993
|
+
"inputs": [],
|
|
25994
|
+
"name": "isTimeBased",
|
|
25995
|
+
"outputs": [
|
|
25996
|
+
{
|
|
25997
|
+
"internalType": "bool",
|
|
25998
|
+
"name": "",
|
|
25999
|
+
"type": "bool"
|
|
26000
|
+
}
|
|
26001
|
+
],
|
|
26002
|
+
"stateMutability": "view",
|
|
26003
|
+
"type": "function"
|
|
26004
|
+
},
|
|
25940
26005
|
{
|
|
25941
26006
|
"inputs": [],
|
|
25942
26007
|
"name": "isVToken",
|
|
@@ -26354,7 +26419,7 @@
|
|
|
26354
26419
|
"inputs": [
|
|
26355
26420
|
{
|
|
26356
26421
|
"internalType": "uint256",
|
|
26357
|
-
"name": "
|
|
26422
|
+
"name": "_newReduceReservesBlockOrTimestampDelta",
|
|
26358
26423
|
"type": "uint256"
|
|
26359
26424
|
}
|
|
26360
26425
|
],
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"RewardsDistributor_Liquid Staked ETH_2": "0x92e8E3C202093A495e98C10f9fcaa5Abe288F74A",
|
|
58
58
|
"RewardsDistributor_Liquid Staked ETH_2_Proxy": "0x92e8E3C202093A495e98C10f9fcaa5Abe288F74A",
|
|
59
59
|
"VTokenBeacon": "0x0463a7E5221EAE1990cEddB51A5821a68cdA6008",
|
|
60
|
-
"VTokenImpl": "
|
|
60
|
+
"VTokenImpl": "0xF360E6470C82EbCa1ECA1de1016A4c18fFE67C48",
|
|
61
61
|
"VToken_vCRV_Core": "0x121E3be152F283319310D807ed847E8b98319C1e",
|
|
62
62
|
"VToken_vCRV_Curve": "0x9Db62c5BBc6fb79416545FcCBDB2204099217b78",
|
|
63
63
|
"VToken_vDAI_Core": "0xfe050f628bF5278aCfA1e7B13b59fF207e769235",
|
|
@@ -52204,10 +52204,26 @@
|
|
|
52204
52204
|
]
|
|
52205
52205
|
},
|
|
52206
52206
|
"VTokenImpl": {
|
|
52207
|
-
"address": "
|
|
52207
|
+
"address": "0xB0c4227FA3b7b2a5C298dCa960aB0631763D2839",
|
|
52208
52208
|
"abi": [
|
|
52209
52209
|
{
|
|
52210
|
-
"inputs": [
|
|
52210
|
+
"inputs": [
|
|
52211
|
+
{
|
|
52212
|
+
"internalType": "bool",
|
|
52213
|
+
"name": "timeBased_",
|
|
52214
|
+
"type": "bool"
|
|
52215
|
+
},
|
|
52216
|
+
{
|
|
52217
|
+
"internalType": "uint256",
|
|
52218
|
+
"name": "blocksPerYear_",
|
|
52219
|
+
"type": "uint256"
|
|
52220
|
+
},
|
|
52221
|
+
{
|
|
52222
|
+
"internalType": "uint256",
|
|
52223
|
+
"name": "maxBorrowRateMantissa_",
|
|
52224
|
+
"type": "uint256"
|
|
52225
|
+
}
|
|
52226
|
+
],
|
|
52211
52227
|
"stateMutability": "nonpayable",
|
|
52212
52228
|
"type": "constructor"
|
|
52213
52229
|
},
|
|
@@ -52247,6 +52263,16 @@
|
|
|
52247
52263
|
"name": "HealBorrowUnauthorized",
|
|
52248
52264
|
"type": "error"
|
|
52249
52265
|
},
|
|
52266
|
+
{
|
|
52267
|
+
"inputs": [],
|
|
52268
|
+
"name": "InvalidBlocksPerYear",
|
|
52269
|
+
"type": "error"
|
|
52270
|
+
},
|
|
52271
|
+
{
|
|
52272
|
+
"inputs": [],
|
|
52273
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
52274
|
+
"type": "error"
|
|
52275
|
+
},
|
|
52250
52276
|
{
|
|
52251
52277
|
"inputs": [
|
|
52252
52278
|
{
|
|
@@ -52718,13 +52744,13 @@
|
|
|
52718
52744
|
{
|
|
52719
52745
|
"indexed": false,
|
|
52720
52746
|
"internalType": "uint256",
|
|
52721
|
-
"name": "
|
|
52747
|
+
"name": "oldReduceReservesBlockOrTimestampDelta",
|
|
52722
52748
|
"type": "uint256"
|
|
52723
52749
|
},
|
|
52724
52750
|
{
|
|
52725
52751
|
"indexed": false,
|
|
52726
52752
|
"internalType": "uint256",
|
|
52727
|
-
"name": "
|
|
52753
|
+
"name": "newReduceReservesBlockOrTimestampDelta",
|
|
52728
52754
|
"type": "uint256"
|
|
52729
52755
|
}
|
|
52730
52756
|
],
|
|
@@ -53172,6 +53198,19 @@
|
|
|
53172
53198
|
"stateMutability": "nonpayable",
|
|
53173
53199
|
"type": "function"
|
|
53174
53200
|
},
|
|
53201
|
+
{
|
|
53202
|
+
"inputs": [],
|
|
53203
|
+
"name": "blocksOrSecondsPerYear",
|
|
53204
|
+
"outputs": [
|
|
53205
|
+
{
|
|
53206
|
+
"internalType": "uint256",
|
|
53207
|
+
"name": "",
|
|
53208
|
+
"type": "uint256"
|
|
53209
|
+
}
|
|
53210
|
+
],
|
|
53211
|
+
"stateMutability": "view",
|
|
53212
|
+
"type": "function"
|
|
53213
|
+
},
|
|
53175
53214
|
{
|
|
53176
53215
|
"inputs": [
|
|
53177
53216
|
{
|
|
@@ -53422,6 +53461,19 @@
|
|
|
53422
53461
|
"stateMutability": "view",
|
|
53423
53462
|
"type": "function"
|
|
53424
53463
|
},
|
|
53464
|
+
{
|
|
53465
|
+
"inputs": [],
|
|
53466
|
+
"name": "getBlockNumberOrTimestamp",
|
|
53467
|
+
"outputs": [
|
|
53468
|
+
{
|
|
53469
|
+
"internalType": "uint256",
|
|
53470
|
+
"name": "",
|
|
53471
|
+
"type": "uint256"
|
|
53472
|
+
}
|
|
53473
|
+
],
|
|
53474
|
+
"stateMutability": "view",
|
|
53475
|
+
"type": "function"
|
|
53476
|
+
},
|
|
53425
53477
|
{
|
|
53426
53478
|
"inputs": [],
|
|
53427
53479
|
"name": "getCash",
|
|
@@ -53570,6 +53622,19 @@
|
|
|
53570
53622
|
"stateMutability": "view",
|
|
53571
53623
|
"type": "function"
|
|
53572
53624
|
},
|
|
53625
|
+
{
|
|
53626
|
+
"inputs": [],
|
|
53627
|
+
"name": "isTimeBased",
|
|
53628
|
+
"outputs": [
|
|
53629
|
+
{
|
|
53630
|
+
"internalType": "bool",
|
|
53631
|
+
"name": "",
|
|
53632
|
+
"type": "bool"
|
|
53633
|
+
}
|
|
53634
|
+
],
|
|
53635
|
+
"stateMutability": "view",
|
|
53636
|
+
"type": "function"
|
|
53637
|
+
},
|
|
53573
53638
|
{
|
|
53574
53639
|
"inputs": [],
|
|
53575
53640
|
"name": "isVToken",
|
|
@@ -53987,7 +54052,7 @@
|
|
|
53987
54052
|
"inputs": [
|
|
53988
54053
|
{
|
|
53989
54054
|
"internalType": "uint256",
|
|
53990
|
-
"name": "
|
|
54055
|
+
"name": "_newReduceReservesBlockOrTimestampDelta",
|
|
53991
54056
|
"type": "uint256"
|
|
53992
54057
|
}
|
|
53993
54058
|
],
|
|
@@ -57882,10 +57882,26 @@
|
|
|
57882
57882
|
]
|
|
57883
57883
|
},
|
|
57884
57884
|
"VTokenImpl": {
|
|
57885
|
-
"address": "
|
|
57885
|
+
"address": "0xD594F41965881A859a147624c9F03fEb32ad2d33",
|
|
57886
57886
|
"abi": [
|
|
57887
57887
|
{
|
|
57888
|
-
"inputs": [
|
|
57888
|
+
"inputs": [
|
|
57889
|
+
{
|
|
57890
|
+
"internalType": "bool",
|
|
57891
|
+
"name": "timeBased_",
|
|
57892
|
+
"type": "bool"
|
|
57893
|
+
},
|
|
57894
|
+
{
|
|
57895
|
+
"internalType": "uint256",
|
|
57896
|
+
"name": "blocksPerYear_",
|
|
57897
|
+
"type": "uint256"
|
|
57898
|
+
},
|
|
57899
|
+
{
|
|
57900
|
+
"internalType": "uint256",
|
|
57901
|
+
"name": "maxBorrowRateMantissa_",
|
|
57902
|
+
"type": "uint256"
|
|
57903
|
+
}
|
|
57904
|
+
],
|
|
57889
57905
|
"stateMutability": "nonpayable",
|
|
57890
57906
|
"type": "constructor"
|
|
57891
57907
|
},
|
|
@@ -57925,6 +57941,16 @@
|
|
|
57925
57941
|
"name": "HealBorrowUnauthorized",
|
|
57926
57942
|
"type": "error"
|
|
57927
57943
|
},
|
|
57944
|
+
{
|
|
57945
|
+
"inputs": [],
|
|
57946
|
+
"name": "InvalidBlocksPerYear",
|
|
57947
|
+
"type": "error"
|
|
57948
|
+
},
|
|
57949
|
+
{
|
|
57950
|
+
"inputs": [],
|
|
57951
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
57952
|
+
"type": "error"
|
|
57953
|
+
},
|
|
57928
57954
|
{
|
|
57929
57955
|
"inputs": [
|
|
57930
57956
|
{
|
|
@@ -58396,13 +58422,13 @@
|
|
|
58396
58422
|
{
|
|
58397
58423
|
"indexed": false,
|
|
58398
58424
|
"internalType": "uint256",
|
|
58399
|
-
"name": "
|
|
58425
|
+
"name": "oldReduceReservesBlockOrTimestampDelta",
|
|
58400
58426
|
"type": "uint256"
|
|
58401
58427
|
},
|
|
58402
58428
|
{
|
|
58403
58429
|
"indexed": false,
|
|
58404
58430
|
"internalType": "uint256",
|
|
58405
|
-
"name": "
|
|
58431
|
+
"name": "newReduceReservesBlockOrTimestampDelta",
|
|
58406
58432
|
"type": "uint256"
|
|
58407
58433
|
}
|
|
58408
58434
|
],
|
|
@@ -58850,6 +58876,19 @@
|
|
|
58850
58876
|
"stateMutability": "nonpayable",
|
|
58851
58877
|
"type": "function"
|
|
58852
58878
|
},
|
|
58879
|
+
{
|
|
58880
|
+
"inputs": [],
|
|
58881
|
+
"name": "blocksOrSecondsPerYear",
|
|
58882
|
+
"outputs": [
|
|
58883
|
+
{
|
|
58884
|
+
"internalType": "uint256",
|
|
58885
|
+
"name": "",
|
|
58886
|
+
"type": "uint256"
|
|
58887
|
+
}
|
|
58888
|
+
],
|
|
58889
|
+
"stateMutability": "view",
|
|
58890
|
+
"type": "function"
|
|
58891
|
+
},
|
|
58853
58892
|
{
|
|
58854
58893
|
"inputs": [
|
|
58855
58894
|
{
|
|
@@ -59100,6 +59139,19 @@
|
|
|
59100
59139
|
"stateMutability": "view",
|
|
59101
59140
|
"type": "function"
|
|
59102
59141
|
},
|
|
59142
|
+
{
|
|
59143
|
+
"inputs": [],
|
|
59144
|
+
"name": "getBlockNumberOrTimestamp",
|
|
59145
|
+
"outputs": [
|
|
59146
|
+
{
|
|
59147
|
+
"internalType": "uint256",
|
|
59148
|
+
"name": "",
|
|
59149
|
+
"type": "uint256"
|
|
59150
|
+
}
|
|
59151
|
+
],
|
|
59152
|
+
"stateMutability": "view",
|
|
59153
|
+
"type": "function"
|
|
59154
|
+
},
|
|
59103
59155
|
{
|
|
59104
59156
|
"inputs": [],
|
|
59105
59157
|
"name": "getCash",
|
|
@@ -59248,6 +59300,19 @@
|
|
|
59248
59300
|
"stateMutability": "view",
|
|
59249
59301
|
"type": "function"
|
|
59250
59302
|
},
|
|
59303
|
+
{
|
|
59304
|
+
"inputs": [],
|
|
59305
|
+
"name": "isTimeBased",
|
|
59306
|
+
"outputs": [
|
|
59307
|
+
{
|
|
59308
|
+
"internalType": "bool",
|
|
59309
|
+
"name": "",
|
|
59310
|
+
"type": "bool"
|
|
59311
|
+
}
|
|
59312
|
+
],
|
|
59313
|
+
"stateMutability": "view",
|
|
59314
|
+
"type": "function"
|
|
59315
|
+
},
|
|
59251
59316
|
{
|
|
59252
59317
|
"inputs": [],
|
|
59253
59318
|
"name": "isVToken",
|
|
@@ -59665,7 +59730,7 @@
|
|
|
59665
59730
|
"inputs": [
|
|
59666
59731
|
{
|
|
59667
59732
|
"internalType": "uint256",
|
|
59668
|
-
"name": "
|
|
59733
|
+
"name": "_newReduceReservesBlockOrTimestampDelta",
|
|
59669
59734
|
"type": "uint256"
|
|
59670
59735
|
}
|
|
59671
59736
|
],
|