@venusprotocol/isolated-pools 3.4.0-dev.3 → 3.4.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/RewardsDistributor_Core_2.json +1425 -0
- package/deployments/ethereum/RewardsDistributor_Core_2_Proxy.json +277 -0
- package/deployments/ethereum/RewardsDistributor_Curve_2.json +1425 -0
- package/deployments/ethereum/RewardsDistributor_Curve_2_Proxy.json +277 -0
- package/deployments/ethereum/RewardsDistributor_Liquid Staked ETH_3.json +1425 -0
- package/deployments/ethereum/RewardsDistributor_Liquid Staked ETH_3_Proxy.json +277 -0
- package/deployments/ethereum/VToken_vsfrxETH_LiquidStakedETH.json +71 -71
- package/deployments/ethereum.json +4335 -27
- package/deployments/ethereum_addresses.json +7 -1
- package/deployments/sepolia/VToken_vsfrxETH_LiquidStakedETH.json +71 -71
- package/deployments/sepolia.json +1 -1
- package/deployments/sepolia_addresses.json +1 -1
- package/dist/deploy/010-deploy-reward-distributors.js +2 -1
- package/dist/deployments/ethereum.json +4335 -27
- package/dist/deployments/sepolia.json +1 -1
- package/dist/helpers/deploymentConfig.js +79 -52
- package/package.json +1 -1
|
@@ -27197,7 +27197,7 @@
|
|
|
27197
27197
|
]
|
|
27198
27198
|
},
|
|
27199
27199
|
"VToken_vsfrxETH_LiquidStakedETH": {
|
|
27200
|
-
"address": "
|
|
27200
|
+
"address": "0x83F63118dcAAdAACBFF36D78ffB88dd474309e70",
|
|
27201
27201
|
"abi": [
|
|
27202
27202
|
{
|
|
27203
27203
|
"inputs": [
|
|
@@ -49,6 +49,7 @@ exports.OPBNBMAINNET_MULTISIG = "0xC46796a21a3A9FAB6546aF3434F2eBfFd0604207";
|
|
|
49
49
|
exports.ARBITRUM_SEPOLIA_MULTISIG = "0x1426A5Ae009c4443188DA8793751024E358A61C2";
|
|
50
50
|
exports.ARBITRUM_ONE_MULTISIG = "0x14e0E151b33f9802b3e75b621c1457afc44DcAA0";
|
|
51
51
|
const DEFAULT_REDUCE_RESERVES_BLOCK_DELTA = "7200";
|
|
52
|
+
const REDUCE_RESERVES_BLOCK_DELTA_ETHEREUM = "7200";
|
|
52
53
|
const REDUCE_RESERVES_BLOCK_DELTA_OPBNBTESTNET = "300";
|
|
53
54
|
const REDUCE_RESERVES_BLOCK_DELTA_OPBNBMAINNET = "86400";
|
|
54
55
|
const REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_SEPOLIA = "86400";
|
|
@@ -2694,24 +2695,6 @@ exports.globalConfig = {
|
|
|
2694
2695
|
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2695
2696
|
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury, // TBD
|
|
2696
2697
|
},
|
|
2697
|
-
{
|
|
2698
|
-
name: "Venus sfrxETH (Liquid Staked ETH)",
|
|
2699
|
-
asset: "sfrxETH",
|
|
2700
|
-
symbol: "vsfrxETH_LiquidStakedETH",
|
|
2701
|
-
rateModel: InterestRateModels.JumpRate.toString(),
|
|
2702
|
-
baseRatePerYear: "0",
|
|
2703
|
-
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
2704
|
-
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
|
|
2705
|
-
kink_: (0, utils_1.convertToUnit)("0.40", 18),
|
|
2706
|
-
collateralFactor: (0, utils_1.convertToUnit)("0.9", 18),
|
|
2707
|
-
liquidationThreshold: (0, utils_1.convertToUnit)("0.93", 18),
|
|
2708
|
-
reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
|
|
2709
|
-
initialSupply: (0, utils_1.convertToUnit)("1", 18),
|
|
2710
|
-
supplyCap: (0, utils_1.convertToUnit)(10000, 18),
|
|
2711
|
-
borrowCap: (0, utils_1.convertToUnit)(1000, 18),
|
|
2712
|
-
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2713
|
-
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
|
|
2714
|
-
},
|
|
2715
2698
|
],
|
|
2716
2699
|
rewards: [
|
|
2717
2700
|
// XVS Rewards Over 90 days (648000 blocks)
|
|
@@ -2729,11 +2712,9 @@ exports.globalConfig = {
|
|
|
2729
2712
|
// 1440 XVS for Borrowers
|
|
2730
2713
|
// sFRAX: 1440 XVS for Suppliers
|
|
2731
2714
|
// 960 XVS for Borrowers
|
|
2732
|
-
// sfrxETH: 2400 XVS for Suppliers
|
|
2733
|
-
// 0 XVS for Borrowers
|
|
2734
2715
|
{
|
|
2735
2716
|
asset: "XVS",
|
|
2736
|
-
markets: ["WETH", "WBTC", "USDT", "USDC", "crvUSD", "FRAX", "sFRAX"
|
|
2717
|
+
markets: ["WETH", "WBTC", "USDT", "USDC", "crvUSD", "FRAX", "sFRAX"],
|
|
2737
2718
|
supplySpeeds: [
|
|
2738
2719
|
"27777777777777",
|
|
2739
2720
|
"83333333333333",
|
|
@@ -2742,7 +2723,6 @@ exports.globalConfig = {
|
|
|
2742
2723
|
"37037037037036",
|
|
2743
2724
|
"1481481481481481",
|
|
2744
2725
|
"2222222222222222",
|
|
2745
|
-
"3703703703703703",
|
|
2746
2726
|
],
|
|
2747
2727
|
borrowSpeeds: [
|
|
2748
2728
|
"41666666666666",
|
|
@@ -2752,7 +2732,6 @@ exports.globalConfig = {
|
|
|
2752
2732
|
"55555555555555",
|
|
2753
2733
|
"2222222222222222",
|
|
2754
2734
|
"1481481481481481",
|
|
2755
|
-
"0",
|
|
2756
2735
|
],
|
|
2757
2736
|
},
|
|
2758
2737
|
{
|
|
@@ -2988,6 +2967,24 @@ exports.globalConfig = {
|
|
|
2988
2967
|
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2989
2968
|
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
|
|
2990
2969
|
},
|
|
2970
|
+
{
|
|
2971
|
+
name: "Venus sfrxETH (Liquid Staked ETH)",
|
|
2972
|
+
asset: "sfrxETH",
|
|
2973
|
+
symbol: "vsfrxETH_LiquidStakedETH",
|
|
2974
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
2975
|
+
baseRatePerYear: "0",
|
|
2976
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
2977
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
|
|
2978
|
+
kink_: (0, utils_1.convertToUnit)("0.40", 18),
|
|
2979
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.9", 18),
|
|
2980
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.93", 18),
|
|
2981
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
|
|
2982
|
+
initialSupply: (0, utils_1.convertToUnit)("1.2", 18),
|
|
2983
|
+
supplyCap: (0, utils_1.convertToUnit)(10000, 18),
|
|
2984
|
+
borrowCap: (0, utils_1.convertToUnit)(1000, 18),
|
|
2985
|
+
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2986
|
+
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
|
|
2987
|
+
},
|
|
2991
2988
|
],
|
|
2992
2989
|
rewards: [
|
|
2993
2990
|
// XVS Rewards Over 90 days (648000 blocks)
|
|
@@ -2995,11 +2992,13 @@ exports.globalConfig = {
|
|
|
2995
2992
|
// 0 XVS for Borrowers
|
|
2996
2993
|
// WETH: 165 XVS for Suppliers
|
|
2997
2994
|
// 385 XVS for Borrowers
|
|
2995
|
+
// sfrxETH: 24 XVS for Suppliers
|
|
2996
|
+
// 0 XVS for Borrowers
|
|
2998
2997
|
{
|
|
2999
2998
|
asset: "XVS",
|
|
3000
|
-
markets: ["wstETH", "WETH"],
|
|
3001
|
-
supplySpeeds: ["222222222222222", "254629629629629"],
|
|
3002
|
-
borrowSpeeds: ["0", "594135802469135"],
|
|
2999
|
+
markets: ["wstETH", "WETH", "sfrxETH"],
|
|
3000
|
+
supplySpeeds: ["222222222222222", "254629629629629", "3703703703703"],
|
|
3001
|
+
borrowSpeeds: ["0", "594135802469135", "0"],
|
|
3003
3002
|
},
|
|
3004
3003
|
{
|
|
3005
3004
|
asset: "wstETH",
|
|
@@ -3314,24 +3313,6 @@ exports.globalConfig = {
|
|
|
3314
3313
|
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
3315
3314
|
vTokenReceiver: "0x6e74053a3798e0fC9a9775F7995316b27f21c4D2",
|
|
3316
3315
|
},
|
|
3317
|
-
{
|
|
3318
|
-
name: "Venus sfrxETH (Liquid Staked ETH)",
|
|
3319
|
-
asset: "sfrxETH",
|
|
3320
|
-
symbol: "vsfrxETH_LiquidStakedETH",
|
|
3321
|
-
rateModel: InterestRateModels.JumpRate.toString(),
|
|
3322
|
-
baseRatePerYear: "0",
|
|
3323
|
-
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
3324
|
-
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
|
|
3325
|
-
kink_: (0, utils_1.convertToUnit)("0.40", 18),
|
|
3326
|
-
collateralFactor: (0, utils_1.convertToUnit)("0.9", 18),
|
|
3327
|
-
liquidationThreshold: (0, utils_1.convertToUnit)("0.93", 18),
|
|
3328
|
-
reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
|
|
3329
|
-
initialSupply: (0, utils_1.convertToUnit)("1.2", 18),
|
|
3330
|
-
supplyCap: (0, utils_1.convertToUnit)(10000, 18),
|
|
3331
|
-
borrowCap: (0, utils_1.convertToUnit)(1000, 18),
|
|
3332
|
-
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
3333
|
-
vTokenReceiver: "0x6e74053a3798e0fC9a9775F7995316b27f21c4D2",
|
|
3334
|
-
},
|
|
3335
3316
|
],
|
|
3336
3317
|
rewards: [
|
|
3337
3318
|
// XVS Rewards Over 90 days (648000 blocks)
|
|
@@ -3349,11 +3330,9 @@ exports.globalConfig = {
|
|
|
3349
3330
|
// 1440 XVS for Borrowers
|
|
3350
3331
|
// sFRAX: 1440 XVS for Suppliers
|
|
3351
3332
|
// 960 XVS for Borrowers
|
|
3352
|
-
// sfrxETH: 2400 XVS for Suppliers
|
|
3353
|
-
// 0 XVS for Borrowers
|
|
3354
3333
|
{
|
|
3355
3334
|
asset: "XVS",
|
|
3356
|
-
markets: ["WETH", "WBTC", "USDT", "USDC", "crvUSD", "FRAX", "sFRAX"
|
|
3335
|
+
markets: ["WETH", "WBTC", "USDT", "USDC", "crvUSD", "FRAX", "sFRAX"],
|
|
3357
3336
|
supplySpeeds: [
|
|
3358
3337
|
"2777777777777777",
|
|
3359
3338
|
"8333333333333333",
|
|
@@ -3362,7 +3341,6 @@ exports.globalConfig = {
|
|
|
3362
3341
|
"3703703703703703",
|
|
3363
3342
|
"1481481481481481",
|
|
3364
3343
|
"2222222222222222",
|
|
3365
|
-
"3703703703703703",
|
|
3366
3344
|
],
|
|
3367
3345
|
borrowSpeeds: [
|
|
3368
3346
|
"4166666666666666",
|
|
@@ -3372,7 +3350,6 @@ exports.globalConfig = {
|
|
|
3372
3350
|
"5555555555555555",
|
|
3373
3351
|
"2222222222222222",
|
|
3374
3352
|
"1481481481481481",
|
|
3375
|
-
"0",
|
|
3376
3353
|
],
|
|
3377
3354
|
},
|
|
3378
3355
|
{
|
|
@@ -3381,6 +3358,24 @@ exports.globalConfig = {
|
|
|
3381
3358
|
supplySpeeds: ["77160493827160493"],
|
|
3382
3359
|
borrowSpeeds: ["115740740740740740"], // 75000 CRV over 90 days (648000 blocks)
|
|
3383
3360
|
},
|
|
3361
|
+
{
|
|
3362
|
+
asset: "XVS",
|
|
3363
|
+
markets: ["WETH", "WBTC", "USDT", "USDC", "crvUSD"],
|
|
3364
|
+
supplySpeeds: [
|
|
3365
|
+
"2083333333333333",
|
|
3366
|
+
"6250000000000000",
|
|
3367
|
+
"6250000000000000",
|
|
3368
|
+
"6250000000000000",
|
|
3369
|
+
"2777777777777777",
|
|
3370
|
+
],
|
|
3371
|
+
borrowSpeeds: [
|
|
3372
|
+
"3125000000000000",
|
|
3373
|
+
"9375000000000000",
|
|
3374
|
+
"9375000000000000",
|
|
3375
|
+
"9375000000000000",
|
|
3376
|
+
"4166666666666666",
|
|
3377
|
+
],
|
|
3378
|
+
},
|
|
3384
3379
|
],
|
|
3385
3380
|
},
|
|
3386
3381
|
{
|
|
@@ -3445,6 +3440,12 @@ exports.globalConfig = {
|
|
|
3445
3440
|
supplySpeeds: ["77160493827160493"],
|
|
3446
3441
|
borrowSpeeds: ["115740740740740740"], // 75000 CRV over 90 days (648000 blocks)
|
|
3447
3442
|
},
|
|
3443
|
+
{
|
|
3444
|
+
asset: "XVS",
|
|
3445
|
+
markets: ["vCRV", "crvUSD"],
|
|
3446
|
+
supplySpeeds: ["694444444444444", "694444444444444"],
|
|
3447
|
+
borrowSpeeds: ["1041666666666666", "1041666666666666"],
|
|
3448
|
+
},
|
|
3448
3449
|
],
|
|
3449
3450
|
},
|
|
3450
3451
|
{
|
|
@@ -3544,6 +3545,24 @@ exports.globalConfig = {
|
|
|
3544
3545
|
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
3545
3546
|
vTokenReceiver: "0x7AAd74b7f0d60D5867B59dbD377a71783425af47",
|
|
3546
3547
|
},
|
|
3548
|
+
{
|
|
3549
|
+
name: "Venus sfrxETH (Liquid Staked ETH)",
|
|
3550
|
+
asset: "sfrxETH",
|
|
3551
|
+
symbol: "vsfrxETH_LiquidStakedETH",
|
|
3552
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
3553
|
+
baseRatePerYear: "0",
|
|
3554
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
3555
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
|
|
3556
|
+
kink_: (0, utils_1.convertToUnit)("0.40", 18),
|
|
3557
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.9", 18),
|
|
3558
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.93", 18),
|
|
3559
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
|
|
3560
|
+
initialSupply: (0, utils_1.convertToUnit)("1.2", 18),
|
|
3561
|
+
supplyCap: (0, utils_1.convertToUnit)(10000, 18),
|
|
3562
|
+
borrowCap: (0, utils_1.convertToUnit)(1000, 18),
|
|
3563
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ETHEREUM,
|
|
3564
|
+
vTokenReceiver: "0x6e74053a3798e0fC9a9775F7995316b27f21c4D2",
|
|
3565
|
+
},
|
|
3547
3566
|
],
|
|
3548
3567
|
rewards: [
|
|
3549
3568
|
// XVS Rewards Over 90 days (648000 blocks)
|
|
@@ -3551,11 +3570,13 @@ exports.globalConfig = {
|
|
|
3551
3570
|
// 0 XVS for Borrowers
|
|
3552
3571
|
// WETH: 16500 XVS for Suppliers
|
|
3553
3572
|
// 38500 XVS for Borrowers
|
|
3573
|
+
// sfrxETH: 2400 XVS for Suppliers
|
|
3574
|
+
// 0 XVS for Borrowers
|
|
3554
3575
|
{
|
|
3555
3576
|
asset: "XVS",
|
|
3556
|
-
markets: ["wstETH", "WETH"],
|
|
3557
|
-
supplySpeeds: ["22222222222222222", "25462962962962962"],
|
|
3558
|
-
borrowSpeeds: ["0", "59413580246913580"],
|
|
3577
|
+
markets: ["wstETH", "WETH", "sfrxETH"],
|
|
3578
|
+
supplySpeeds: ["22222222222222222", "25462962962962962", "3703703703703703"],
|
|
3579
|
+
borrowSpeeds: ["0", "59413580246913580", "0"],
|
|
3559
3580
|
},
|
|
3560
3581
|
{
|
|
3561
3582
|
asset: "wstETH",
|
|
@@ -3569,6 +3590,12 @@ exports.globalConfig = {
|
|
|
3569
3590
|
supplySpeeds: ["23148"],
|
|
3570
3591
|
borrowSpeeds: ["0"],
|
|
3571
3592
|
},
|
|
3593
|
+
{
|
|
3594
|
+
asset: "XVS",
|
|
3595
|
+
markets: ["wstETH", "WETH"],
|
|
3596
|
+
supplySpeeds: ["22222222222222222", "25462962962962962"],
|
|
3597
|
+
borrowSpeeds: ["0", "59413580246913580"],
|
|
3598
|
+
},
|
|
3572
3599
|
],
|
|
3573
3600
|
},
|
|
3574
3601
|
],
|