@venusprotocol/isolated-pools 3.2.0-dev.3 → 3.2.0-dev.5
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/ethereum/VToken_vFRAX_Core.json +257 -0
- package/deployments/ethereum/VToken_vsFRAX_Core.json +257 -0
- package/deployments/ethereum/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/ethereum.json +148 -0
- package/deployments/ethereum_addresses.json +2 -0
- package/deployments/sepolia/MockFRAX.json +458 -0
- package/deployments/sepolia/VToken_vFRAX_Core.json +257 -0
- package/deployments/sepolia/VToken_vsFRAX_Core.json +257 -0
- package/deployments/sepolia.json +457 -0
- package/deployments/sepolia_addresses.json +3 -0
- package/dist/deployments/ethereum.json +148 -0
- package/dist/deployments/sepolia.json +457 -0
- package/dist/helpers/deploymentConfig.js +133 -5
- package/package.json +1 -1
|
@@ -6091,6 +6091,315 @@
|
|
|
6091
6091
|
}
|
|
6092
6092
|
]
|
|
6093
6093
|
},
|
|
6094
|
+
"MockFRAX": {
|
|
6095
|
+
"address": "0x10630d59848547c9F59538E2d8963D63B912C075",
|
|
6096
|
+
"abi": [
|
|
6097
|
+
{
|
|
6098
|
+
"inputs": [
|
|
6099
|
+
{
|
|
6100
|
+
"internalType": "string",
|
|
6101
|
+
"name": "name_",
|
|
6102
|
+
"type": "string"
|
|
6103
|
+
},
|
|
6104
|
+
{
|
|
6105
|
+
"internalType": "string",
|
|
6106
|
+
"name": "symbol_",
|
|
6107
|
+
"type": "string"
|
|
6108
|
+
},
|
|
6109
|
+
{
|
|
6110
|
+
"internalType": "uint8",
|
|
6111
|
+
"name": "decimals_",
|
|
6112
|
+
"type": "uint8"
|
|
6113
|
+
}
|
|
6114
|
+
],
|
|
6115
|
+
"stateMutability": "nonpayable",
|
|
6116
|
+
"type": "constructor"
|
|
6117
|
+
},
|
|
6118
|
+
{
|
|
6119
|
+
"anonymous": false,
|
|
6120
|
+
"inputs": [
|
|
6121
|
+
{
|
|
6122
|
+
"indexed": true,
|
|
6123
|
+
"internalType": "address",
|
|
6124
|
+
"name": "owner",
|
|
6125
|
+
"type": "address"
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"indexed": true,
|
|
6129
|
+
"internalType": "address",
|
|
6130
|
+
"name": "spender",
|
|
6131
|
+
"type": "address"
|
|
6132
|
+
},
|
|
6133
|
+
{
|
|
6134
|
+
"indexed": false,
|
|
6135
|
+
"internalType": "uint256",
|
|
6136
|
+
"name": "value",
|
|
6137
|
+
"type": "uint256"
|
|
6138
|
+
}
|
|
6139
|
+
],
|
|
6140
|
+
"name": "Approval",
|
|
6141
|
+
"type": "event"
|
|
6142
|
+
},
|
|
6143
|
+
{
|
|
6144
|
+
"anonymous": false,
|
|
6145
|
+
"inputs": [
|
|
6146
|
+
{
|
|
6147
|
+
"indexed": true,
|
|
6148
|
+
"internalType": "address",
|
|
6149
|
+
"name": "from",
|
|
6150
|
+
"type": "address"
|
|
6151
|
+
},
|
|
6152
|
+
{
|
|
6153
|
+
"indexed": true,
|
|
6154
|
+
"internalType": "address",
|
|
6155
|
+
"name": "to",
|
|
6156
|
+
"type": "address"
|
|
6157
|
+
},
|
|
6158
|
+
{
|
|
6159
|
+
"indexed": false,
|
|
6160
|
+
"internalType": "uint256",
|
|
6161
|
+
"name": "value",
|
|
6162
|
+
"type": "uint256"
|
|
6163
|
+
}
|
|
6164
|
+
],
|
|
6165
|
+
"name": "Transfer",
|
|
6166
|
+
"type": "event"
|
|
6167
|
+
},
|
|
6168
|
+
{
|
|
6169
|
+
"inputs": [
|
|
6170
|
+
{
|
|
6171
|
+
"internalType": "address",
|
|
6172
|
+
"name": "owner",
|
|
6173
|
+
"type": "address"
|
|
6174
|
+
},
|
|
6175
|
+
{
|
|
6176
|
+
"internalType": "address",
|
|
6177
|
+
"name": "spender",
|
|
6178
|
+
"type": "address"
|
|
6179
|
+
}
|
|
6180
|
+
],
|
|
6181
|
+
"name": "allowance",
|
|
6182
|
+
"outputs": [
|
|
6183
|
+
{
|
|
6184
|
+
"internalType": "uint256",
|
|
6185
|
+
"name": "",
|
|
6186
|
+
"type": "uint256"
|
|
6187
|
+
}
|
|
6188
|
+
],
|
|
6189
|
+
"stateMutability": "view",
|
|
6190
|
+
"type": "function"
|
|
6191
|
+
},
|
|
6192
|
+
{
|
|
6193
|
+
"inputs": [
|
|
6194
|
+
{
|
|
6195
|
+
"internalType": "address",
|
|
6196
|
+
"name": "spender",
|
|
6197
|
+
"type": "address"
|
|
6198
|
+
},
|
|
6199
|
+
{
|
|
6200
|
+
"internalType": "uint256",
|
|
6201
|
+
"name": "amount",
|
|
6202
|
+
"type": "uint256"
|
|
6203
|
+
}
|
|
6204
|
+
],
|
|
6205
|
+
"name": "approve",
|
|
6206
|
+
"outputs": [
|
|
6207
|
+
{
|
|
6208
|
+
"internalType": "bool",
|
|
6209
|
+
"name": "",
|
|
6210
|
+
"type": "bool"
|
|
6211
|
+
}
|
|
6212
|
+
],
|
|
6213
|
+
"stateMutability": "nonpayable",
|
|
6214
|
+
"type": "function"
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"inputs": [
|
|
6218
|
+
{
|
|
6219
|
+
"internalType": "address",
|
|
6220
|
+
"name": "account",
|
|
6221
|
+
"type": "address"
|
|
6222
|
+
}
|
|
6223
|
+
],
|
|
6224
|
+
"name": "balanceOf",
|
|
6225
|
+
"outputs": [
|
|
6226
|
+
{
|
|
6227
|
+
"internalType": "uint256",
|
|
6228
|
+
"name": "",
|
|
6229
|
+
"type": "uint256"
|
|
6230
|
+
}
|
|
6231
|
+
],
|
|
6232
|
+
"stateMutability": "view",
|
|
6233
|
+
"type": "function"
|
|
6234
|
+
},
|
|
6235
|
+
{
|
|
6236
|
+
"inputs": [],
|
|
6237
|
+
"name": "decimals",
|
|
6238
|
+
"outputs": [
|
|
6239
|
+
{
|
|
6240
|
+
"internalType": "uint8",
|
|
6241
|
+
"name": "",
|
|
6242
|
+
"type": "uint8"
|
|
6243
|
+
}
|
|
6244
|
+
],
|
|
6245
|
+
"stateMutability": "view",
|
|
6246
|
+
"type": "function"
|
|
6247
|
+
},
|
|
6248
|
+
{
|
|
6249
|
+
"inputs": [
|
|
6250
|
+
{
|
|
6251
|
+
"internalType": "address",
|
|
6252
|
+
"name": "spender",
|
|
6253
|
+
"type": "address"
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"internalType": "uint256",
|
|
6257
|
+
"name": "subtractedValue",
|
|
6258
|
+
"type": "uint256"
|
|
6259
|
+
}
|
|
6260
|
+
],
|
|
6261
|
+
"name": "decreaseAllowance",
|
|
6262
|
+
"outputs": [
|
|
6263
|
+
{
|
|
6264
|
+
"internalType": "bool",
|
|
6265
|
+
"name": "",
|
|
6266
|
+
"type": "bool"
|
|
6267
|
+
}
|
|
6268
|
+
],
|
|
6269
|
+
"stateMutability": "nonpayable",
|
|
6270
|
+
"type": "function"
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"inputs": [
|
|
6274
|
+
{
|
|
6275
|
+
"internalType": "uint256",
|
|
6276
|
+
"name": "amount",
|
|
6277
|
+
"type": "uint256"
|
|
6278
|
+
}
|
|
6279
|
+
],
|
|
6280
|
+
"name": "faucet",
|
|
6281
|
+
"outputs": [],
|
|
6282
|
+
"stateMutability": "nonpayable",
|
|
6283
|
+
"type": "function"
|
|
6284
|
+
},
|
|
6285
|
+
{
|
|
6286
|
+
"inputs": [
|
|
6287
|
+
{
|
|
6288
|
+
"internalType": "address",
|
|
6289
|
+
"name": "spender",
|
|
6290
|
+
"type": "address"
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"internalType": "uint256",
|
|
6294
|
+
"name": "addedValue",
|
|
6295
|
+
"type": "uint256"
|
|
6296
|
+
}
|
|
6297
|
+
],
|
|
6298
|
+
"name": "increaseAllowance",
|
|
6299
|
+
"outputs": [
|
|
6300
|
+
{
|
|
6301
|
+
"internalType": "bool",
|
|
6302
|
+
"name": "",
|
|
6303
|
+
"type": "bool"
|
|
6304
|
+
}
|
|
6305
|
+
],
|
|
6306
|
+
"stateMutability": "nonpayable",
|
|
6307
|
+
"type": "function"
|
|
6308
|
+
},
|
|
6309
|
+
{
|
|
6310
|
+
"inputs": [],
|
|
6311
|
+
"name": "name",
|
|
6312
|
+
"outputs": [
|
|
6313
|
+
{
|
|
6314
|
+
"internalType": "string",
|
|
6315
|
+
"name": "",
|
|
6316
|
+
"type": "string"
|
|
6317
|
+
}
|
|
6318
|
+
],
|
|
6319
|
+
"stateMutability": "view",
|
|
6320
|
+
"type": "function"
|
|
6321
|
+
},
|
|
6322
|
+
{
|
|
6323
|
+
"inputs": [],
|
|
6324
|
+
"name": "symbol",
|
|
6325
|
+
"outputs": [
|
|
6326
|
+
{
|
|
6327
|
+
"internalType": "string",
|
|
6328
|
+
"name": "",
|
|
6329
|
+
"type": "string"
|
|
6330
|
+
}
|
|
6331
|
+
],
|
|
6332
|
+
"stateMutability": "view",
|
|
6333
|
+
"type": "function"
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"inputs": [],
|
|
6337
|
+
"name": "totalSupply",
|
|
6338
|
+
"outputs": [
|
|
6339
|
+
{
|
|
6340
|
+
"internalType": "uint256",
|
|
6341
|
+
"name": "",
|
|
6342
|
+
"type": "uint256"
|
|
6343
|
+
}
|
|
6344
|
+
],
|
|
6345
|
+
"stateMutability": "view",
|
|
6346
|
+
"type": "function"
|
|
6347
|
+
},
|
|
6348
|
+
{
|
|
6349
|
+
"inputs": [
|
|
6350
|
+
{
|
|
6351
|
+
"internalType": "address",
|
|
6352
|
+
"name": "to",
|
|
6353
|
+
"type": "address"
|
|
6354
|
+
},
|
|
6355
|
+
{
|
|
6356
|
+
"internalType": "uint256",
|
|
6357
|
+
"name": "amount",
|
|
6358
|
+
"type": "uint256"
|
|
6359
|
+
}
|
|
6360
|
+
],
|
|
6361
|
+
"name": "transfer",
|
|
6362
|
+
"outputs": [
|
|
6363
|
+
{
|
|
6364
|
+
"internalType": "bool",
|
|
6365
|
+
"name": "",
|
|
6366
|
+
"type": "bool"
|
|
6367
|
+
}
|
|
6368
|
+
],
|
|
6369
|
+
"stateMutability": "nonpayable",
|
|
6370
|
+
"type": "function"
|
|
6371
|
+
},
|
|
6372
|
+
{
|
|
6373
|
+
"inputs": [
|
|
6374
|
+
{
|
|
6375
|
+
"internalType": "address",
|
|
6376
|
+
"name": "from",
|
|
6377
|
+
"type": "address"
|
|
6378
|
+
},
|
|
6379
|
+
{
|
|
6380
|
+
"internalType": "address",
|
|
6381
|
+
"name": "to",
|
|
6382
|
+
"type": "address"
|
|
6383
|
+
},
|
|
6384
|
+
{
|
|
6385
|
+
"internalType": "uint256",
|
|
6386
|
+
"name": "amount",
|
|
6387
|
+
"type": "uint256"
|
|
6388
|
+
}
|
|
6389
|
+
],
|
|
6390
|
+
"name": "transferFrom",
|
|
6391
|
+
"outputs": [
|
|
6392
|
+
{
|
|
6393
|
+
"internalType": "bool",
|
|
6394
|
+
"name": "",
|
|
6395
|
+
"type": "bool"
|
|
6396
|
+
}
|
|
6397
|
+
],
|
|
6398
|
+
"stateMutability": "nonpayable",
|
|
6399
|
+
"type": "function"
|
|
6400
|
+
}
|
|
6401
|
+
]
|
|
6402
|
+
},
|
|
6094
6403
|
"MockPT-weETH-26DEC2024": {
|
|
6095
6404
|
"address": "0x56107201d3e4b7Db92dEa0Edb9e0454346AEb8B5",
|
|
6096
6405
|
"abi": [
|
|
@@ -24374,6 +24683,80 @@
|
|
|
24374
24683
|
}
|
|
24375
24684
|
]
|
|
24376
24685
|
},
|
|
24686
|
+
"VToken_vFRAX_Core": {
|
|
24687
|
+
"address": "0x33942B932159A67E3274f54bC4082cbA4A704340",
|
|
24688
|
+
"abi": [
|
|
24689
|
+
{
|
|
24690
|
+
"inputs": [
|
|
24691
|
+
{
|
|
24692
|
+
"internalType": "address",
|
|
24693
|
+
"name": "beacon",
|
|
24694
|
+
"type": "address"
|
|
24695
|
+
},
|
|
24696
|
+
{
|
|
24697
|
+
"internalType": "bytes",
|
|
24698
|
+
"name": "data",
|
|
24699
|
+
"type": "bytes"
|
|
24700
|
+
}
|
|
24701
|
+
],
|
|
24702
|
+
"stateMutability": "payable",
|
|
24703
|
+
"type": "constructor"
|
|
24704
|
+
},
|
|
24705
|
+
{
|
|
24706
|
+
"anonymous": false,
|
|
24707
|
+
"inputs": [
|
|
24708
|
+
{
|
|
24709
|
+
"indexed": false,
|
|
24710
|
+
"internalType": "address",
|
|
24711
|
+
"name": "previousAdmin",
|
|
24712
|
+
"type": "address"
|
|
24713
|
+
},
|
|
24714
|
+
{
|
|
24715
|
+
"indexed": false,
|
|
24716
|
+
"internalType": "address",
|
|
24717
|
+
"name": "newAdmin",
|
|
24718
|
+
"type": "address"
|
|
24719
|
+
}
|
|
24720
|
+
],
|
|
24721
|
+
"name": "AdminChanged",
|
|
24722
|
+
"type": "event"
|
|
24723
|
+
},
|
|
24724
|
+
{
|
|
24725
|
+
"anonymous": false,
|
|
24726
|
+
"inputs": [
|
|
24727
|
+
{
|
|
24728
|
+
"indexed": true,
|
|
24729
|
+
"internalType": "address",
|
|
24730
|
+
"name": "beacon",
|
|
24731
|
+
"type": "address"
|
|
24732
|
+
}
|
|
24733
|
+
],
|
|
24734
|
+
"name": "BeaconUpgraded",
|
|
24735
|
+
"type": "event"
|
|
24736
|
+
},
|
|
24737
|
+
{
|
|
24738
|
+
"anonymous": false,
|
|
24739
|
+
"inputs": [
|
|
24740
|
+
{
|
|
24741
|
+
"indexed": true,
|
|
24742
|
+
"internalType": "address",
|
|
24743
|
+
"name": "implementation",
|
|
24744
|
+
"type": "address"
|
|
24745
|
+
}
|
|
24746
|
+
],
|
|
24747
|
+
"name": "Upgraded",
|
|
24748
|
+
"type": "event"
|
|
24749
|
+
},
|
|
24750
|
+
{
|
|
24751
|
+
"stateMutability": "payable",
|
|
24752
|
+
"type": "fallback"
|
|
24753
|
+
},
|
|
24754
|
+
{
|
|
24755
|
+
"stateMutability": "payable",
|
|
24756
|
+
"type": "receive"
|
|
24757
|
+
}
|
|
24758
|
+
]
|
|
24759
|
+
},
|
|
24377
24760
|
"VToken_vPT-weETH-26DEC2024_LiquidStakedETH": {
|
|
24378
24761
|
"address": "0x3AF2bE7AbEF0f840b196D99d79F4B803a5dB14a1",
|
|
24379
24762
|
"abi": [
|
|
@@ -25262,6 +25645,80 @@
|
|
|
25262
25645
|
}
|
|
25263
25646
|
]
|
|
25264
25647
|
},
|
|
25648
|
+
"VToken_vsFRAX_Core": {
|
|
25649
|
+
"address": "0x18995825f033F33fa30CF59c117aD21ff6BdB48c",
|
|
25650
|
+
"abi": [
|
|
25651
|
+
{
|
|
25652
|
+
"inputs": [
|
|
25653
|
+
{
|
|
25654
|
+
"internalType": "address",
|
|
25655
|
+
"name": "beacon",
|
|
25656
|
+
"type": "address"
|
|
25657
|
+
},
|
|
25658
|
+
{
|
|
25659
|
+
"internalType": "bytes",
|
|
25660
|
+
"name": "data",
|
|
25661
|
+
"type": "bytes"
|
|
25662
|
+
}
|
|
25663
|
+
],
|
|
25664
|
+
"stateMutability": "payable",
|
|
25665
|
+
"type": "constructor"
|
|
25666
|
+
},
|
|
25667
|
+
{
|
|
25668
|
+
"anonymous": false,
|
|
25669
|
+
"inputs": [
|
|
25670
|
+
{
|
|
25671
|
+
"indexed": false,
|
|
25672
|
+
"internalType": "address",
|
|
25673
|
+
"name": "previousAdmin",
|
|
25674
|
+
"type": "address"
|
|
25675
|
+
},
|
|
25676
|
+
{
|
|
25677
|
+
"indexed": false,
|
|
25678
|
+
"internalType": "address",
|
|
25679
|
+
"name": "newAdmin",
|
|
25680
|
+
"type": "address"
|
|
25681
|
+
}
|
|
25682
|
+
],
|
|
25683
|
+
"name": "AdminChanged",
|
|
25684
|
+
"type": "event"
|
|
25685
|
+
},
|
|
25686
|
+
{
|
|
25687
|
+
"anonymous": false,
|
|
25688
|
+
"inputs": [
|
|
25689
|
+
{
|
|
25690
|
+
"indexed": true,
|
|
25691
|
+
"internalType": "address",
|
|
25692
|
+
"name": "beacon",
|
|
25693
|
+
"type": "address"
|
|
25694
|
+
}
|
|
25695
|
+
],
|
|
25696
|
+
"name": "BeaconUpgraded",
|
|
25697
|
+
"type": "event"
|
|
25698
|
+
},
|
|
25699
|
+
{
|
|
25700
|
+
"anonymous": false,
|
|
25701
|
+
"inputs": [
|
|
25702
|
+
{
|
|
25703
|
+
"indexed": true,
|
|
25704
|
+
"internalType": "address",
|
|
25705
|
+
"name": "implementation",
|
|
25706
|
+
"type": "address"
|
|
25707
|
+
}
|
|
25708
|
+
],
|
|
25709
|
+
"name": "Upgraded",
|
|
25710
|
+
"type": "event"
|
|
25711
|
+
},
|
|
25712
|
+
{
|
|
25713
|
+
"stateMutability": "payable",
|
|
25714
|
+
"type": "fallback"
|
|
25715
|
+
},
|
|
25716
|
+
{
|
|
25717
|
+
"stateMutability": "payable",
|
|
25718
|
+
"type": "receive"
|
|
25719
|
+
}
|
|
25720
|
+
]
|
|
25721
|
+
},
|
|
25265
25722
|
"VToken_vweETH_LiquidStakedETH": {
|
|
25266
25723
|
"address": "0x30c31bA6f4652B548fe7a142A949987c3f3Bf80b",
|
|
25267
25724
|
"abi": [
|
|
@@ -2347,6 +2347,20 @@ exports.globalConfig = {
|
|
|
2347
2347
|
decimals: 18,
|
|
2348
2348
|
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
2349
2349
|
},
|
|
2350
|
+
{
|
|
2351
|
+
isMock: true,
|
|
2352
|
+
name: "Frax",
|
|
2353
|
+
symbol: "FRAX",
|
|
2354
|
+
decimals: 18,
|
|
2355
|
+
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
isMock: false,
|
|
2359
|
+
name: "Staked FRAX",
|
|
2360
|
+
symbol: "sFRAX",
|
|
2361
|
+
decimals: 18,
|
|
2362
|
+
tokenAddress: "0xd85FfECdB4287587BC53c1934D548bF7480F11C4",
|
|
2363
|
+
},
|
|
2350
2364
|
],
|
|
2351
2365
|
poolConfig: [
|
|
2352
2366
|
{
|
|
@@ -2500,6 +2514,42 @@ exports.globalConfig = {
|
|
|
2500
2514
|
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2501
2515
|
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury, // TBD
|
|
2502
2516
|
},
|
|
2517
|
+
{
|
|
2518
|
+
name: "Venus Frax (Core)",
|
|
2519
|
+
asset: "FRAX",
|
|
2520
|
+
symbol: "vFRAX_Core",
|
|
2521
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
2522
|
+
baseRatePerYear: "0",
|
|
2523
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
|
|
2524
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
|
|
2525
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2526
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.75", 18),
|
|
2527
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.80", 18),
|
|
2528
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
2529
|
+
initialSupply: (0, utils_1.convertToUnit)(5000, 18),
|
|
2530
|
+
supplyCap: (0, utils_1.convertToUnit)(10000000, 18),
|
|
2531
|
+
borrowCap: (0, utils_1.convertToUnit)(8000000, 18),
|
|
2532
|
+
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2533
|
+
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury, // TBD
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
name: "Venus Staked FRAX (Core)",
|
|
2537
|
+
asset: "sFRAX",
|
|
2538
|
+
symbol: "vsFRAX_Core",
|
|
2539
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
2540
|
+
baseRatePerYear: "0",
|
|
2541
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
|
|
2542
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
|
|
2543
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2544
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.75", 18),
|
|
2545
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.80", 18),
|
|
2546
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
2547
|
+
initialSupply: (0, utils_1.convertToUnit)(4800, 18),
|
|
2548
|
+
supplyCap: (0, utils_1.convertToUnit)(10000000, 18),
|
|
2549
|
+
borrowCap: (0, utils_1.convertToUnit)(1000000, 18),
|
|
2550
|
+
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2551
|
+
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury, // TBD
|
|
2552
|
+
},
|
|
2503
2553
|
],
|
|
2504
2554
|
rewards: [
|
|
2505
2555
|
// XVS Rewards Over 90 days (648000 blocks)
|
|
@@ -2513,11 +2563,31 @@ exports.globalConfig = {
|
|
|
2513
2563
|
// 81 XVS for Borrowers
|
|
2514
2564
|
// crvUSD: 24 XVS for Suppliers
|
|
2515
2565
|
// 36 XVS for Borrowers
|
|
2566
|
+
// FRAX: 960 XVS for Suppliers
|
|
2567
|
+
// 1440 XVS for Borrowers
|
|
2568
|
+
// sFRAX: 1440 XVS for Suppliers
|
|
2569
|
+
// 960 XVS for Borrowers
|
|
2516
2570
|
{
|
|
2517
2571
|
asset: "XVS",
|
|
2518
|
-
markets: ["WETH", "WBTC", "USDT", "USDC", "crvUSD"],
|
|
2519
|
-
supplySpeeds: [
|
|
2520
|
-
|
|
2572
|
+
markets: ["WETH", "WBTC", "USDT", "USDC", "crvUSD", "FRAX", "sFRAX"],
|
|
2573
|
+
supplySpeeds: [
|
|
2574
|
+
"27777777777777",
|
|
2575
|
+
"83333333333333",
|
|
2576
|
+
"83333333333333",
|
|
2577
|
+
"83333333333333",
|
|
2578
|
+
"37037037037036",
|
|
2579
|
+
"1481481481481481",
|
|
2580
|
+
"2222222222222222",
|
|
2581
|
+
],
|
|
2582
|
+
borrowSpeeds: [
|
|
2583
|
+
"41666666666666",
|
|
2584
|
+
"125000000000000",
|
|
2585
|
+
"125000000000000",
|
|
2586
|
+
"125000000000000",
|
|
2587
|
+
"55555555555555",
|
|
2588
|
+
"2222222222222222",
|
|
2589
|
+
"1481481481481481",
|
|
2590
|
+
],
|
|
2521
2591
|
},
|
|
2522
2592
|
{
|
|
2523
2593
|
asset: "CRV",
|
|
@@ -2854,6 +2924,20 @@ exports.globalConfig = {
|
|
|
2854
2924
|
decimals: 18,
|
|
2855
2925
|
tokenAddress: "0x0000000000085d4780B73119b644AE5ecd22b376",
|
|
2856
2926
|
},
|
|
2927
|
+
{
|
|
2928
|
+
isMock: false,
|
|
2929
|
+
name: "Frax",
|
|
2930
|
+
symbol: "FRAX",
|
|
2931
|
+
decimals: 18,
|
|
2932
|
+
tokenAddress: "0x853d955aCEf822Db058eb8505911ED77F175b99e",
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
isMock: false,
|
|
2936
|
+
name: "Staked FRAX",
|
|
2937
|
+
symbol: "sFRAX",
|
|
2938
|
+
decimals: 18,
|
|
2939
|
+
tokenAddress: "0xA663B02CF0a4b149d2aD41910CB81e23e1c41c32",
|
|
2940
|
+
},
|
|
2857
2941
|
],
|
|
2858
2942
|
poolConfig: [
|
|
2859
2943
|
{
|
|
@@ -2987,7 +3071,43 @@ exports.globalConfig = {
|
|
|
2987
3071
|
supplyCap: (0, utils_1.convertToUnit)(2000000, 18),
|
|
2988
3072
|
borrowCap: (0, utils_1.convertToUnit)(1800000, 18),
|
|
2989
3073
|
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2990
|
-
vTokenReceiver: exports.preconfiguredAddresses.ethereum.VTreasury,
|
|
3074
|
+
vTokenReceiver: exports.preconfiguredAddresses.ethereum.VTreasury,
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
name: "Venus Frax (Core)",
|
|
3078
|
+
asset: "FRAX",
|
|
3079
|
+
symbol: "vFRAX_Core",
|
|
3080
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
3081
|
+
baseRatePerYear: "0",
|
|
3082
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
|
|
3083
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
|
|
3084
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
3085
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.75", 18),
|
|
3086
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.80", 18),
|
|
3087
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
3088
|
+
initialSupply: (0, utils_1.convertToUnit)(5000, 18),
|
|
3089
|
+
supplyCap: (0, utils_1.convertToUnit)(10000000, 18),
|
|
3090
|
+
borrowCap: (0, utils_1.convertToUnit)(8000000, 18),
|
|
3091
|
+
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
3092
|
+
vTokenReceiver: "0x6e74053a3798e0fC9a9775F7995316b27f21c4D2",
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
name: "Venus Staked FRAX (Core)",
|
|
3096
|
+
asset: "sFRAX",
|
|
3097
|
+
symbol: "vsFRAX_Core",
|
|
3098
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
3099
|
+
baseRatePerYear: "0",
|
|
3100
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
|
|
3101
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
|
|
3102
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
3103
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.75", 18),
|
|
3104
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.80", 18),
|
|
3105
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
3106
|
+
initialSupply: (0, utils_1.convertToUnit)(4800, 18),
|
|
3107
|
+
supplyCap: (0, utils_1.convertToUnit)(10000000, 18),
|
|
3108
|
+
borrowCap: (0, utils_1.convertToUnit)(1000000, 18),
|
|
3109
|
+
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
3110
|
+
vTokenReceiver: "0x6e74053a3798e0fC9a9775F7995316b27f21c4D2",
|
|
2991
3111
|
},
|
|
2992
3112
|
],
|
|
2993
3113
|
rewards: [
|
|
@@ -3002,15 +3122,21 @@ exports.globalConfig = {
|
|
|
3002
3122
|
// 8100 XVS for Borrowers
|
|
3003
3123
|
// crvUSD: 2400 XVS for Suppliers
|
|
3004
3124
|
// 3600 XVS for Borrowers
|
|
3125
|
+
// FRAX: 960 XVS for Suppliers
|
|
3126
|
+
// 1440 XVS for Borrowers
|
|
3127
|
+
// sFRAX: 1440 XVS for Suppliers
|
|
3128
|
+
// 960 XVS for Borrowers
|
|
3005
3129
|
{
|
|
3006
3130
|
asset: "XVS",
|
|
3007
|
-
markets: ["WETH", "WBTC", "USDT", "USDC", "crvUSD"],
|
|
3131
|
+
markets: ["WETH", "WBTC", "USDT", "USDC", "crvUSD", "FRAX", "sFRAX"],
|
|
3008
3132
|
supplySpeeds: [
|
|
3009
3133
|
"2777777777777777",
|
|
3010
3134
|
"8333333333333333",
|
|
3011
3135
|
"8333333333333333",
|
|
3012
3136
|
"8333333333333333",
|
|
3013
3137
|
"3703703703703703",
|
|
3138
|
+
"1481481481481481",
|
|
3139
|
+
"2222222222222222",
|
|
3014
3140
|
],
|
|
3015
3141
|
borrowSpeeds: [
|
|
3016
3142
|
"4166666666666666",
|
|
@@ -3018,6 +3144,8 @@ exports.globalConfig = {
|
|
|
3018
3144
|
"12500000000000000",
|
|
3019
3145
|
"12500000000000000",
|
|
3020
3146
|
"5555555555555555",
|
|
3147
|
+
"2222222222222222",
|
|
3148
|
+
"1481481481481481",
|
|
3021
3149
|
],
|
|
3022
3150
|
},
|
|
3023
3151
|
{
|