@venusprotocol/isolated-pools 4.2.0-dev.7 → 4.2.0-dev.9
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/VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB.json +257 -0
- package/deployments/bscmainnet/VToken_vasBNB_LiquidStakedBNB.json +257 -0
- package/deployments/bscmainnet/solcInputs/3688ad0b9c5aa96bd2e711a0711cac24.json +451 -0
- package/deployments/bscmainnet/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/bscmainnet.json +148 -0
- package/deployments/bscmainnet_addresses.json +2 -0
- package/deployments/bsctestnet/MockPT-clisBNB-24APR2025.json +458 -0
- package/deployments/bsctestnet/VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB.json +257 -0
- package/deployments/bsctestnet/VToken_vasBNB_LiquidStakedBNB.json +257 -0
- package/deployments/bsctestnet/solcInputs/3688ad0b9c5aa96bd2e711a0711cac24.json +451 -0
- package/deployments/bsctestnet/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/bsctestnet.json +457 -0
- package/deployments/bsctestnet_addresses.json +3 -0
- package/dist/deployments/bscmainnet.json +148 -0
- package/dist/deployments/bsctestnet.json +457 -0
- package/dist/helpers/deploymentConfig.js +100 -0
- 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
|
@@ -10937,6 +10937,315 @@
|
|
|
10937
10937
|
}
|
|
10938
10938
|
]
|
|
10939
10939
|
},
|
|
10940
|
+
"MockPT-clisBNB-24APR2025": {
|
|
10941
|
+
"address": "0x14AECeEc177085fd09EA07348B4E1F7Fcc030fA1",
|
|
10942
|
+
"abi": [
|
|
10943
|
+
{
|
|
10944
|
+
"inputs": [
|
|
10945
|
+
{
|
|
10946
|
+
"internalType": "string",
|
|
10947
|
+
"name": "name_",
|
|
10948
|
+
"type": "string"
|
|
10949
|
+
},
|
|
10950
|
+
{
|
|
10951
|
+
"internalType": "string",
|
|
10952
|
+
"name": "symbol_",
|
|
10953
|
+
"type": "string"
|
|
10954
|
+
},
|
|
10955
|
+
{
|
|
10956
|
+
"internalType": "uint8",
|
|
10957
|
+
"name": "decimals_",
|
|
10958
|
+
"type": "uint8"
|
|
10959
|
+
}
|
|
10960
|
+
],
|
|
10961
|
+
"stateMutability": "nonpayable",
|
|
10962
|
+
"type": "constructor"
|
|
10963
|
+
},
|
|
10964
|
+
{
|
|
10965
|
+
"anonymous": false,
|
|
10966
|
+
"inputs": [
|
|
10967
|
+
{
|
|
10968
|
+
"indexed": true,
|
|
10969
|
+
"internalType": "address",
|
|
10970
|
+
"name": "owner",
|
|
10971
|
+
"type": "address"
|
|
10972
|
+
},
|
|
10973
|
+
{
|
|
10974
|
+
"indexed": true,
|
|
10975
|
+
"internalType": "address",
|
|
10976
|
+
"name": "spender",
|
|
10977
|
+
"type": "address"
|
|
10978
|
+
},
|
|
10979
|
+
{
|
|
10980
|
+
"indexed": false,
|
|
10981
|
+
"internalType": "uint256",
|
|
10982
|
+
"name": "value",
|
|
10983
|
+
"type": "uint256"
|
|
10984
|
+
}
|
|
10985
|
+
],
|
|
10986
|
+
"name": "Approval",
|
|
10987
|
+
"type": "event"
|
|
10988
|
+
},
|
|
10989
|
+
{
|
|
10990
|
+
"anonymous": false,
|
|
10991
|
+
"inputs": [
|
|
10992
|
+
{
|
|
10993
|
+
"indexed": true,
|
|
10994
|
+
"internalType": "address",
|
|
10995
|
+
"name": "from",
|
|
10996
|
+
"type": "address"
|
|
10997
|
+
},
|
|
10998
|
+
{
|
|
10999
|
+
"indexed": true,
|
|
11000
|
+
"internalType": "address",
|
|
11001
|
+
"name": "to",
|
|
11002
|
+
"type": "address"
|
|
11003
|
+
},
|
|
11004
|
+
{
|
|
11005
|
+
"indexed": false,
|
|
11006
|
+
"internalType": "uint256",
|
|
11007
|
+
"name": "value",
|
|
11008
|
+
"type": "uint256"
|
|
11009
|
+
}
|
|
11010
|
+
],
|
|
11011
|
+
"name": "Transfer",
|
|
11012
|
+
"type": "event"
|
|
11013
|
+
},
|
|
11014
|
+
{
|
|
11015
|
+
"inputs": [
|
|
11016
|
+
{
|
|
11017
|
+
"internalType": "address",
|
|
11018
|
+
"name": "owner",
|
|
11019
|
+
"type": "address"
|
|
11020
|
+
},
|
|
11021
|
+
{
|
|
11022
|
+
"internalType": "address",
|
|
11023
|
+
"name": "spender",
|
|
11024
|
+
"type": "address"
|
|
11025
|
+
}
|
|
11026
|
+
],
|
|
11027
|
+
"name": "allowance",
|
|
11028
|
+
"outputs": [
|
|
11029
|
+
{
|
|
11030
|
+
"internalType": "uint256",
|
|
11031
|
+
"name": "",
|
|
11032
|
+
"type": "uint256"
|
|
11033
|
+
}
|
|
11034
|
+
],
|
|
11035
|
+
"stateMutability": "view",
|
|
11036
|
+
"type": "function"
|
|
11037
|
+
},
|
|
11038
|
+
{
|
|
11039
|
+
"inputs": [
|
|
11040
|
+
{
|
|
11041
|
+
"internalType": "address",
|
|
11042
|
+
"name": "spender",
|
|
11043
|
+
"type": "address"
|
|
11044
|
+
},
|
|
11045
|
+
{
|
|
11046
|
+
"internalType": "uint256",
|
|
11047
|
+
"name": "amount",
|
|
11048
|
+
"type": "uint256"
|
|
11049
|
+
}
|
|
11050
|
+
],
|
|
11051
|
+
"name": "approve",
|
|
11052
|
+
"outputs": [
|
|
11053
|
+
{
|
|
11054
|
+
"internalType": "bool",
|
|
11055
|
+
"name": "",
|
|
11056
|
+
"type": "bool"
|
|
11057
|
+
}
|
|
11058
|
+
],
|
|
11059
|
+
"stateMutability": "nonpayable",
|
|
11060
|
+
"type": "function"
|
|
11061
|
+
},
|
|
11062
|
+
{
|
|
11063
|
+
"inputs": [
|
|
11064
|
+
{
|
|
11065
|
+
"internalType": "address",
|
|
11066
|
+
"name": "account",
|
|
11067
|
+
"type": "address"
|
|
11068
|
+
}
|
|
11069
|
+
],
|
|
11070
|
+
"name": "balanceOf",
|
|
11071
|
+
"outputs": [
|
|
11072
|
+
{
|
|
11073
|
+
"internalType": "uint256",
|
|
11074
|
+
"name": "",
|
|
11075
|
+
"type": "uint256"
|
|
11076
|
+
}
|
|
11077
|
+
],
|
|
11078
|
+
"stateMutability": "view",
|
|
11079
|
+
"type": "function"
|
|
11080
|
+
},
|
|
11081
|
+
{
|
|
11082
|
+
"inputs": [],
|
|
11083
|
+
"name": "decimals",
|
|
11084
|
+
"outputs": [
|
|
11085
|
+
{
|
|
11086
|
+
"internalType": "uint8",
|
|
11087
|
+
"name": "",
|
|
11088
|
+
"type": "uint8"
|
|
11089
|
+
}
|
|
11090
|
+
],
|
|
11091
|
+
"stateMutability": "view",
|
|
11092
|
+
"type": "function"
|
|
11093
|
+
},
|
|
11094
|
+
{
|
|
11095
|
+
"inputs": [
|
|
11096
|
+
{
|
|
11097
|
+
"internalType": "address",
|
|
11098
|
+
"name": "spender",
|
|
11099
|
+
"type": "address"
|
|
11100
|
+
},
|
|
11101
|
+
{
|
|
11102
|
+
"internalType": "uint256",
|
|
11103
|
+
"name": "subtractedValue",
|
|
11104
|
+
"type": "uint256"
|
|
11105
|
+
}
|
|
11106
|
+
],
|
|
11107
|
+
"name": "decreaseAllowance",
|
|
11108
|
+
"outputs": [
|
|
11109
|
+
{
|
|
11110
|
+
"internalType": "bool",
|
|
11111
|
+
"name": "",
|
|
11112
|
+
"type": "bool"
|
|
11113
|
+
}
|
|
11114
|
+
],
|
|
11115
|
+
"stateMutability": "nonpayable",
|
|
11116
|
+
"type": "function"
|
|
11117
|
+
},
|
|
11118
|
+
{
|
|
11119
|
+
"inputs": [
|
|
11120
|
+
{
|
|
11121
|
+
"internalType": "uint256",
|
|
11122
|
+
"name": "amount",
|
|
11123
|
+
"type": "uint256"
|
|
11124
|
+
}
|
|
11125
|
+
],
|
|
11126
|
+
"name": "faucet",
|
|
11127
|
+
"outputs": [],
|
|
11128
|
+
"stateMutability": "nonpayable",
|
|
11129
|
+
"type": "function"
|
|
11130
|
+
},
|
|
11131
|
+
{
|
|
11132
|
+
"inputs": [
|
|
11133
|
+
{
|
|
11134
|
+
"internalType": "address",
|
|
11135
|
+
"name": "spender",
|
|
11136
|
+
"type": "address"
|
|
11137
|
+
},
|
|
11138
|
+
{
|
|
11139
|
+
"internalType": "uint256",
|
|
11140
|
+
"name": "addedValue",
|
|
11141
|
+
"type": "uint256"
|
|
11142
|
+
}
|
|
11143
|
+
],
|
|
11144
|
+
"name": "increaseAllowance",
|
|
11145
|
+
"outputs": [
|
|
11146
|
+
{
|
|
11147
|
+
"internalType": "bool",
|
|
11148
|
+
"name": "",
|
|
11149
|
+
"type": "bool"
|
|
11150
|
+
}
|
|
11151
|
+
],
|
|
11152
|
+
"stateMutability": "nonpayable",
|
|
11153
|
+
"type": "function"
|
|
11154
|
+
},
|
|
11155
|
+
{
|
|
11156
|
+
"inputs": [],
|
|
11157
|
+
"name": "name",
|
|
11158
|
+
"outputs": [
|
|
11159
|
+
{
|
|
11160
|
+
"internalType": "string",
|
|
11161
|
+
"name": "",
|
|
11162
|
+
"type": "string"
|
|
11163
|
+
}
|
|
11164
|
+
],
|
|
11165
|
+
"stateMutability": "view",
|
|
11166
|
+
"type": "function"
|
|
11167
|
+
},
|
|
11168
|
+
{
|
|
11169
|
+
"inputs": [],
|
|
11170
|
+
"name": "symbol",
|
|
11171
|
+
"outputs": [
|
|
11172
|
+
{
|
|
11173
|
+
"internalType": "string",
|
|
11174
|
+
"name": "",
|
|
11175
|
+
"type": "string"
|
|
11176
|
+
}
|
|
11177
|
+
],
|
|
11178
|
+
"stateMutability": "view",
|
|
11179
|
+
"type": "function"
|
|
11180
|
+
},
|
|
11181
|
+
{
|
|
11182
|
+
"inputs": [],
|
|
11183
|
+
"name": "totalSupply",
|
|
11184
|
+
"outputs": [
|
|
11185
|
+
{
|
|
11186
|
+
"internalType": "uint256",
|
|
11187
|
+
"name": "",
|
|
11188
|
+
"type": "uint256"
|
|
11189
|
+
}
|
|
11190
|
+
],
|
|
11191
|
+
"stateMutability": "view",
|
|
11192
|
+
"type": "function"
|
|
11193
|
+
},
|
|
11194
|
+
{
|
|
11195
|
+
"inputs": [
|
|
11196
|
+
{
|
|
11197
|
+
"internalType": "address",
|
|
11198
|
+
"name": "to",
|
|
11199
|
+
"type": "address"
|
|
11200
|
+
},
|
|
11201
|
+
{
|
|
11202
|
+
"internalType": "uint256",
|
|
11203
|
+
"name": "amount",
|
|
11204
|
+
"type": "uint256"
|
|
11205
|
+
}
|
|
11206
|
+
],
|
|
11207
|
+
"name": "transfer",
|
|
11208
|
+
"outputs": [
|
|
11209
|
+
{
|
|
11210
|
+
"internalType": "bool",
|
|
11211
|
+
"name": "",
|
|
11212
|
+
"type": "bool"
|
|
11213
|
+
}
|
|
11214
|
+
],
|
|
11215
|
+
"stateMutability": "nonpayable",
|
|
11216
|
+
"type": "function"
|
|
11217
|
+
},
|
|
11218
|
+
{
|
|
11219
|
+
"inputs": [
|
|
11220
|
+
{
|
|
11221
|
+
"internalType": "address",
|
|
11222
|
+
"name": "from",
|
|
11223
|
+
"type": "address"
|
|
11224
|
+
},
|
|
11225
|
+
{
|
|
11226
|
+
"internalType": "address",
|
|
11227
|
+
"name": "to",
|
|
11228
|
+
"type": "address"
|
|
11229
|
+
},
|
|
11230
|
+
{
|
|
11231
|
+
"internalType": "uint256",
|
|
11232
|
+
"name": "amount",
|
|
11233
|
+
"type": "uint256"
|
|
11234
|
+
}
|
|
11235
|
+
],
|
|
11236
|
+
"name": "transferFrom",
|
|
11237
|
+
"outputs": [
|
|
11238
|
+
{
|
|
11239
|
+
"internalType": "bool",
|
|
11240
|
+
"name": "",
|
|
11241
|
+
"type": "bool"
|
|
11242
|
+
}
|
|
11243
|
+
],
|
|
11244
|
+
"stateMutability": "nonpayable",
|
|
11245
|
+
"type": "function"
|
|
11246
|
+
}
|
|
11247
|
+
]
|
|
11248
|
+
},
|
|
10940
11249
|
"MockRACA": {
|
|
10941
11250
|
"address": "0xD60cC803d888A3e743F21D0bdE4bF2cAfdEA1F26",
|
|
10942
11251
|
"abi": [
|
|
@@ -69429,6 +69738,80 @@
|
|
|
69429
69738
|
}
|
|
69430
69739
|
]
|
|
69431
69740
|
},
|
|
69741
|
+
"VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB": {
|
|
69742
|
+
"address": "0x7C4890D673985CE22A4D38761473f190e434c956",
|
|
69743
|
+
"abi": [
|
|
69744
|
+
{
|
|
69745
|
+
"inputs": [
|
|
69746
|
+
{
|
|
69747
|
+
"internalType": "address",
|
|
69748
|
+
"name": "beacon",
|
|
69749
|
+
"type": "address"
|
|
69750
|
+
},
|
|
69751
|
+
{
|
|
69752
|
+
"internalType": "bytes",
|
|
69753
|
+
"name": "data",
|
|
69754
|
+
"type": "bytes"
|
|
69755
|
+
}
|
|
69756
|
+
],
|
|
69757
|
+
"stateMutability": "payable",
|
|
69758
|
+
"type": "constructor"
|
|
69759
|
+
},
|
|
69760
|
+
{
|
|
69761
|
+
"anonymous": false,
|
|
69762
|
+
"inputs": [
|
|
69763
|
+
{
|
|
69764
|
+
"indexed": false,
|
|
69765
|
+
"internalType": "address",
|
|
69766
|
+
"name": "previousAdmin",
|
|
69767
|
+
"type": "address"
|
|
69768
|
+
},
|
|
69769
|
+
{
|
|
69770
|
+
"indexed": false,
|
|
69771
|
+
"internalType": "address",
|
|
69772
|
+
"name": "newAdmin",
|
|
69773
|
+
"type": "address"
|
|
69774
|
+
}
|
|
69775
|
+
],
|
|
69776
|
+
"name": "AdminChanged",
|
|
69777
|
+
"type": "event"
|
|
69778
|
+
},
|
|
69779
|
+
{
|
|
69780
|
+
"anonymous": false,
|
|
69781
|
+
"inputs": [
|
|
69782
|
+
{
|
|
69783
|
+
"indexed": true,
|
|
69784
|
+
"internalType": "address",
|
|
69785
|
+
"name": "beacon",
|
|
69786
|
+
"type": "address"
|
|
69787
|
+
}
|
|
69788
|
+
],
|
|
69789
|
+
"name": "BeaconUpgraded",
|
|
69790
|
+
"type": "event"
|
|
69791
|
+
},
|
|
69792
|
+
{
|
|
69793
|
+
"anonymous": false,
|
|
69794
|
+
"inputs": [
|
|
69795
|
+
{
|
|
69796
|
+
"indexed": true,
|
|
69797
|
+
"internalType": "address",
|
|
69798
|
+
"name": "implementation",
|
|
69799
|
+
"type": "address"
|
|
69800
|
+
}
|
|
69801
|
+
],
|
|
69802
|
+
"name": "Upgraded",
|
|
69803
|
+
"type": "event"
|
|
69804
|
+
},
|
|
69805
|
+
{
|
|
69806
|
+
"stateMutability": "payable",
|
|
69807
|
+
"type": "fallback"
|
|
69808
|
+
},
|
|
69809
|
+
{
|
|
69810
|
+
"stateMutability": "payable",
|
|
69811
|
+
"type": "receive"
|
|
69812
|
+
}
|
|
69813
|
+
]
|
|
69814
|
+
},
|
|
69432
69815
|
"VToken_vRACA_GameFi": {
|
|
69433
69816
|
"address": "0x1958035231E125830bA5d17D168cEa07Bb42184a",
|
|
69434
69817
|
"abi": [
|
|
@@ -70909,6 +71292,80 @@
|
|
|
70909
71292
|
}
|
|
70910
71293
|
]
|
|
70911
71294
|
},
|
|
71295
|
+
"VToken_vasBNB_LiquidStakedBNB": {
|
|
71296
|
+
"address": "0xc9D979AA6F3bE732A53a27188D74e929FD107187",
|
|
71297
|
+
"abi": [
|
|
71298
|
+
{
|
|
71299
|
+
"inputs": [
|
|
71300
|
+
{
|
|
71301
|
+
"internalType": "address",
|
|
71302
|
+
"name": "beacon",
|
|
71303
|
+
"type": "address"
|
|
71304
|
+
},
|
|
71305
|
+
{
|
|
71306
|
+
"internalType": "bytes",
|
|
71307
|
+
"name": "data",
|
|
71308
|
+
"type": "bytes"
|
|
71309
|
+
}
|
|
71310
|
+
],
|
|
71311
|
+
"stateMutability": "payable",
|
|
71312
|
+
"type": "constructor"
|
|
71313
|
+
},
|
|
71314
|
+
{
|
|
71315
|
+
"anonymous": false,
|
|
71316
|
+
"inputs": [
|
|
71317
|
+
{
|
|
71318
|
+
"indexed": false,
|
|
71319
|
+
"internalType": "address",
|
|
71320
|
+
"name": "previousAdmin",
|
|
71321
|
+
"type": "address"
|
|
71322
|
+
},
|
|
71323
|
+
{
|
|
71324
|
+
"indexed": false,
|
|
71325
|
+
"internalType": "address",
|
|
71326
|
+
"name": "newAdmin",
|
|
71327
|
+
"type": "address"
|
|
71328
|
+
}
|
|
71329
|
+
],
|
|
71330
|
+
"name": "AdminChanged",
|
|
71331
|
+
"type": "event"
|
|
71332
|
+
},
|
|
71333
|
+
{
|
|
71334
|
+
"anonymous": false,
|
|
71335
|
+
"inputs": [
|
|
71336
|
+
{
|
|
71337
|
+
"indexed": true,
|
|
71338
|
+
"internalType": "address",
|
|
71339
|
+
"name": "beacon",
|
|
71340
|
+
"type": "address"
|
|
71341
|
+
}
|
|
71342
|
+
],
|
|
71343
|
+
"name": "BeaconUpgraded",
|
|
71344
|
+
"type": "event"
|
|
71345
|
+
},
|
|
71346
|
+
{
|
|
71347
|
+
"anonymous": false,
|
|
71348
|
+
"inputs": [
|
|
71349
|
+
{
|
|
71350
|
+
"indexed": true,
|
|
71351
|
+
"internalType": "address",
|
|
71352
|
+
"name": "implementation",
|
|
71353
|
+
"type": "address"
|
|
71354
|
+
}
|
|
71355
|
+
],
|
|
71356
|
+
"name": "Upgraded",
|
|
71357
|
+
"type": "event"
|
|
71358
|
+
},
|
|
71359
|
+
{
|
|
71360
|
+
"stateMutability": "payable",
|
|
71361
|
+
"type": "fallback"
|
|
71362
|
+
},
|
|
71363
|
+
{
|
|
71364
|
+
"stateMutability": "payable",
|
|
71365
|
+
"type": "receive"
|
|
71366
|
+
}
|
|
71367
|
+
]
|
|
71368
|
+
},
|
|
70912
71369
|
"VToken_vlisUSD_Stablecoins": {
|
|
70913
71370
|
"address": "0xbd7037aCB46Bc2fD45b4f1b3AaA857fa5105E5AB",
|
|
70914
71371
|
"abi": [
|
|
@@ -865,6 +865,20 @@ exports.globalConfig = {
|
|
|
865
865
|
decimals: 18,
|
|
866
866
|
tokenAddress: "0xA808e341e8e723DC6BA0Bb5204Bafc2330d7B8e4",
|
|
867
867
|
},
|
|
868
|
+
{
|
|
869
|
+
isMock: true,
|
|
870
|
+
name: "PT Lista collateral BNB 24APR2025",
|
|
871
|
+
symbol: "PT-clisBNB-24APR2025",
|
|
872
|
+
decimals: 18,
|
|
873
|
+
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
isMock: false,
|
|
877
|
+
name: "Astherus BNB",
|
|
878
|
+
symbol: "asBNB",
|
|
879
|
+
decimals: 18,
|
|
880
|
+
tokenAddress: "0xc625f060ad25f4A6c2d9eBF30C133dB61B7AF072",
|
|
881
|
+
},
|
|
868
882
|
],
|
|
869
883
|
poolConfig: [
|
|
870
884
|
{
|
|
@@ -1369,6 +1383,42 @@ exports.globalConfig = {
|
|
|
1369
1383
|
vTokenReceiver: "0xDC2D855A95Ee70d7282BebD35c96f905CDE31f55",
|
|
1370
1384
|
reduceReservesBlockDelta: "100",
|
|
1371
1385
|
},
|
|
1386
|
+
{
|
|
1387
|
+
name: "Venus PT-clisBNB-24APR2025 (Liquid Staked BNB)",
|
|
1388
|
+
asset: "PT-clisBNB-24APR2025",
|
|
1389
|
+
symbol: "vPT-clisBNB-24APR2025_LiquidStakedBNB",
|
|
1390
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
1391
|
+
baseRatePerYear: (0, utils_1.convertToUnit)("0", 18),
|
|
1392
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.035", 18),
|
|
1393
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
1394
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
1395
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
|
|
1396
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
|
|
1397
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
1398
|
+
initialSupply: (0, utils_1.convertToUnit)("10.178770086973303982", 18),
|
|
1399
|
+
supplyCap: (0, utils_1.convertToUnit)("2000", 18),
|
|
1400
|
+
borrowCap: (0, utils_1.convertToUnit)("0", 18),
|
|
1401
|
+
vTokenReceiver: exports.preconfiguredAddresses.bsctestnet.VTreasury,
|
|
1402
|
+
reduceReservesBlockDelta: "28800",
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
name: "Venus asBNB (Liquid Staked BNB)",
|
|
1406
|
+
asset: "asBNB",
|
|
1407
|
+
symbol: "vasBNB_LiquidStakedBNB",
|
|
1408
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
1409
|
+
baseRatePerYear: (0, utils_1.convertToUnit)("0", 18),
|
|
1410
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.035", 18),
|
|
1411
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
1412
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
1413
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.87", 18),
|
|
1414
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.90", 18),
|
|
1415
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
1416
|
+
initialSupply: (0, utils_1.convertToUnit)("18", 18),
|
|
1417
|
+
supplyCap: (0, utils_1.convertToUnit)("2000", 18),
|
|
1418
|
+
borrowCap: (0, utils_1.convertToUnit)("0", 18),
|
|
1419
|
+
vTokenReceiver: exports.preconfiguredAddresses.bsctestnet.VTreasury,
|
|
1420
|
+
reduceReservesBlockDelta: "28800",
|
|
1421
|
+
},
|
|
1372
1422
|
],
|
|
1373
1423
|
rewards: [
|
|
1374
1424
|
{
|
|
@@ -1930,6 +1980,20 @@ exports.globalConfig = {
|
|
|
1930
1980
|
decimals: 18,
|
|
1931
1981
|
tokenAddress: "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c",
|
|
1932
1982
|
},
|
|
1983
|
+
{
|
|
1984
|
+
isMock: false,
|
|
1985
|
+
name: "PT Lista collateral BNB 24APR2025",
|
|
1986
|
+
symbol: "PT-clisBNB-24APR2025",
|
|
1987
|
+
decimals: 18,
|
|
1988
|
+
tokenAddress: "0xe8f1c9804770e11ab73395be54686ad656601e9e",
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
isMock: false,
|
|
1992
|
+
name: "Astherus BNB",
|
|
1993
|
+
symbol: "asBNB",
|
|
1994
|
+
decimals: 18,
|
|
1995
|
+
tokenAddress: "0x77734e70b6E88b4d82fE632a168EDf6e700912b6",
|
|
1996
|
+
},
|
|
1933
1997
|
],
|
|
1934
1998
|
poolConfig: [
|
|
1935
1999
|
{
|
|
@@ -2434,6 +2498,42 @@ exports.globalConfig = {
|
|
|
2434
2498
|
vTokenReceiver: "0xDC2D855A95Ee70d7282BebD35c96f905CDE31f55",
|
|
2435
2499
|
reduceReservesBlockDelta: "28800",
|
|
2436
2500
|
},
|
|
2501
|
+
{
|
|
2502
|
+
name: "Venus PT-clisBNB-24APR2025 (Liquid Staked BNB)",
|
|
2503
|
+
asset: "PT-clisBNB-24APR2025",
|
|
2504
|
+
symbol: "vPT-clisBNB-24APR2025_LiquidStakedBNB",
|
|
2505
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
2506
|
+
baseRatePerYear: (0, utils_1.convertToUnit)("0", 18),
|
|
2507
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.035", 18),
|
|
2508
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2509
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2510
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2511
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
|
|
2512
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
2513
|
+
initialSupply: (0, utils_1.convertToUnit)("10.178770086973303982", 18),
|
|
2514
|
+
supplyCap: (0, utils_1.convertToUnit)("2000", 18),
|
|
2515
|
+
borrowCap: (0, utils_1.convertToUnit)("0", 18),
|
|
2516
|
+
vTokenReceiver: "0x078357b0e6dca79450850d25cd48a1b5daf08f48",
|
|
2517
|
+
reduceReservesBlockDelta: "28800",
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
name: "Venus asBNB (Liquid Staked BNB)",
|
|
2521
|
+
asset: "asBNB",
|
|
2522
|
+
symbol: "vasBNB_LiquidStakedBNB",
|
|
2523
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
2524
|
+
baseRatePerYear: (0, utils_1.convertToUnit)("0", 18),
|
|
2525
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.035", 18),
|
|
2526
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2527
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2528
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.87", 18),
|
|
2529
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.90", 18),
|
|
2530
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
2531
|
+
initialSupply: (0, utils_1.convertToUnit)("18", 18),
|
|
2532
|
+
supplyCap: (0, utils_1.convertToUnit)("2000", 18),
|
|
2533
|
+
borrowCap: (0, utils_1.convertToUnit)("0", 18),
|
|
2534
|
+
vTokenReceiver: "0xa8c0C6Ee62F5AD95730fe23cCF37d1c1FFAA1c3f",
|
|
2535
|
+
reduceReservesBlockDelta: "28800",
|
|
2536
|
+
},
|
|
2437
2537
|
],
|
|
2438
2538
|
rewards: [
|
|
2439
2539
|
{
|
|
@@ -3,11 +3,7 @@ import { Provider } from "@ethersproject/providers";
|
|
|
3
3
|
import type { IVToken, IVTokenInterface } from "../IVToken";
|
|
4
4
|
export declare class IVToken__factory {
|
|
5
5
|
static readonly abi: {
|
|
6
|
-
inputs:
|
|
7
|
-
internalType: string;
|
|
8
|
-
name: string;
|
|
9
|
-
type: string;
|
|
10
|
-
}[];
|
|
6
|
+
inputs: never[];
|
|
11
7
|
name: string;
|
|
12
8
|
outputs: {
|
|
13
9
|
internalType: string;
|