@venusprotocol/isolated-pools 4.2.0-dev.7 → 4.2.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.
- package/deployments/bscmainnet/VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB.json +257 -0
- package/deployments/bscmainnet/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/bscmainnet.json +74 -0
- package/deployments/bscmainnet_addresses.json +1 -0
- package/deployments/bsctestnet/MockPT-clisBNB-24APR2025.json +458 -0
- package/deployments/bsctestnet/VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB.json +257 -0
- package/deployments/bsctestnet/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/bsctestnet.json +383 -0
- package/deployments/bsctestnet_addresses.json +2 -0
- package/dist/deployments/bscmainnet.json +74 -0
- package/dist/deployments/bsctestnet.json +383 -0
- package/dist/helpers/deploymentConfig.js +50 -0
- package/package.json +1 -1
|
@@ -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": [
|
|
@@ -865,6 +865,13 @@ 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
|
+
},
|
|
868
875
|
],
|
|
869
876
|
poolConfig: [
|
|
870
877
|
{
|
|
@@ -1369,6 +1376,24 @@ exports.globalConfig = {
|
|
|
1369
1376
|
vTokenReceiver: "0xDC2D855A95Ee70d7282BebD35c96f905CDE31f55",
|
|
1370
1377
|
reduceReservesBlockDelta: "100",
|
|
1371
1378
|
},
|
|
1379
|
+
{
|
|
1380
|
+
name: "Venus PT-clisBNB-24APR2025 (Liquid Staked BNB)",
|
|
1381
|
+
asset: "PT-clisBNB-24APR2025",
|
|
1382
|
+
symbol: "vPT-clisBNB-24APR2025_LiquidStakedBNB",
|
|
1383
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
1384
|
+
baseRatePerYear: (0, utils_1.convertToUnit)("0", 18),
|
|
1385
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.035", 18),
|
|
1386
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
1387
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
1388
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
|
|
1389
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
|
|
1390
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
1391
|
+
initialSupply: (0, utils_1.convertToUnit)("10.178770086973303982", 18),
|
|
1392
|
+
supplyCap: (0, utils_1.convertToUnit)("2000", 18),
|
|
1393
|
+
borrowCap: (0, utils_1.convertToUnit)("0", 18),
|
|
1394
|
+
vTokenReceiver: exports.preconfiguredAddresses.bsctestnet.VTreasury,
|
|
1395
|
+
reduceReservesBlockDelta: "28800",
|
|
1396
|
+
},
|
|
1372
1397
|
],
|
|
1373
1398
|
rewards: [
|
|
1374
1399
|
{
|
|
@@ -1930,6 +1955,13 @@ exports.globalConfig = {
|
|
|
1930
1955
|
decimals: 18,
|
|
1931
1956
|
tokenAddress: "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c",
|
|
1932
1957
|
},
|
|
1958
|
+
{
|
|
1959
|
+
isMock: false,
|
|
1960
|
+
name: "PT Lista collateral BNB 24APR2025",
|
|
1961
|
+
symbol: "PT-clisBNB-24APR2025",
|
|
1962
|
+
decimals: 18,
|
|
1963
|
+
tokenAddress: "0xe8f1c9804770e11ab73395be54686ad656601e9e",
|
|
1964
|
+
},
|
|
1933
1965
|
],
|
|
1934
1966
|
poolConfig: [
|
|
1935
1967
|
{
|
|
@@ -2434,6 +2466,24 @@ exports.globalConfig = {
|
|
|
2434
2466
|
vTokenReceiver: "0xDC2D855A95Ee70d7282BebD35c96f905CDE31f55",
|
|
2435
2467
|
reduceReservesBlockDelta: "28800",
|
|
2436
2468
|
},
|
|
2469
|
+
{
|
|
2470
|
+
name: "Venus PT-clisBNB-24APR2025 (Liquid Staked BNB)",
|
|
2471
|
+
asset: "PT-clisBNB-24APR2025",
|
|
2472
|
+
symbol: "vPT-clisBNB-24APR2025_LiquidStakedBNB",
|
|
2473
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
2474
|
+
baseRatePerYear: (0, utils_1.convertToUnit)("0", 18),
|
|
2475
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.035", 18),
|
|
2476
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2477
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2478
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2479
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
|
|
2480
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
2481
|
+
initialSupply: (0, utils_1.convertToUnit)("10.178770086973303982", 18),
|
|
2482
|
+
supplyCap: (0, utils_1.convertToUnit)("2000", 18),
|
|
2483
|
+
borrowCap: (0, utils_1.convertToUnit)("0", 18),
|
|
2484
|
+
vTokenReceiver: "0x078357b0e6dca79450850d25cd48a1b5daf08f48",
|
|
2485
|
+
reduceReservesBlockDelta: "28800",
|
|
2486
|
+
},
|
|
2437
2487
|
],
|
|
2438
2488
|
rewards: [
|
|
2439
2489
|
{
|