@venusprotocol/venus-protocol 10.1.0 → 10.2.0-dev.1
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/JumpRateModel_base0bps_slope900bps_jump20000bps_kink5000bps_bpy70080000.json +15 -15
- package/deployments/bscmainnet/vPT-clisBNB-25JUN2026.json +2742 -0
- package/deployments/bscmainnet.json +1775 -1
- package/deployments/bscmainnet_addresses.json +2 -1
- package/deployments/bsctestnet/MockPT-clisBNB-25JUN2026.json +458 -0
- package/deployments/bsctestnet/solcInputs/9ecf98e7460b25ea497c1b92682ef60f.json +583 -0
- package/deployments/bsctestnet/vPT-clisBNB-25JUN2026.json +2742 -0
- package/deployments/bsctestnet.json +6749 -4666
- package/deployments/bsctestnet_addresses.json +2 -0
- package/dist/deployments/bscmainnet.json +1775 -1
- package/dist/deployments/bsctestnet.json +6749 -4666
- package/dist/helpers/markets/bscmainnet.d.ts +21 -0
- package/dist/helpers/markets/bscmainnet.js +22 -0
- package/dist/helpers/markets/bsctestnet.d.ts +21 -0
- package/dist/helpers/markets/bsctestnet.js +22 -0
- package/dist/helpers/tokens/bscmainnet.d.ts +7 -0
- package/dist/helpers/tokens/bscmainnet.js +7 -0
- package/dist/helpers/tokens/bsctestnet.d.ts +6 -0
- package/dist/helpers/tokens/bsctestnet.js +6 -0
- package/dist/helpers/tokens/index.d.ts +39 -0
- package/package.json +1 -1
|
@@ -778,6 +778,27 @@ declare const _default: readonly [{
|
|
|
778
778
|
readonly amount: "0.1";
|
|
779
779
|
readonly vTokenReceiver: "VTreasury";
|
|
780
780
|
};
|
|
781
|
+
}, {
|
|
782
|
+
readonly name: "Venus PT Lista collateral BNB 25JUN2026";
|
|
783
|
+
readonly symbol: "vPT-clisBNB-25JUN2026";
|
|
784
|
+
readonly asset: "PT-clisBNB-25JUN2026";
|
|
785
|
+
readonly interestRateModel: {
|
|
786
|
+
readonly model: "jump";
|
|
787
|
+
readonly baseRatePerYear: "0";
|
|
788
|
+
readonly multiplierPerYear: "0.09";
|
|
789
|
+
readonly jumpMultiplierPerYear: "2";
|
|
790
|
+
readonly kink: "0.5";
|
|
791
|
+
};
|
|
792
|
+
readonly riskParameters: {
|
|
793
|
+
readonly collateralFactor: "0";
|
|
794
|
+
readonly reserveFactor: "0";
|
|
795
|
+
readonly supplyCap: "25000";
|
|
796
|
+
readonly borrowCap: "0";
|
|
797
|
+
};
|
|
798
|
+
readonly initialSupply: {
|
|
799
|
+
readonly amount: "0.035";
|
|
800
|
+
readonly vTokenReceiver: "VTreasury";
|
|
801
|
+
};
|
|
781
802
|
}, {
|
|
782
803
|
readonly name: "Venus United Stables";
|
|
783
804
|
readonly symbol: "vU";
|
|
@@ -823,6 +823,28 @@ exports.default = [
|
|
|
823
823
|
vTokenReceiver: "VTreasury",
|
|
824
824
|
},
|
|
825
825
|
},
|
|
826
|
+
{
|
|
827
|
+
name: "Venus PT Lista collateral BNB 25JUN2026",
|
|
828
|
+
symbol: "vPT-clisBNB-25JUN2026",
|
|
829
|
+
asset: "PT-clisBNB-25JUN2026",
|
|
830
|
+
interestRateModel: {
|
|
831
|
+
model: "jump",
|
|
832
|
+
baseRatePerYear: "0",
|
|
833
|
+
multiplierPerYear: "0.09",
|
|
834
|
+
jumpMultiplierPerYear: "2",
|
|
835
|
+
kink: "0.5",
|
|
836
|
+
},
|
|
837
|
+
riskParameters: {
|
|
838
|
+
collateralFactor: "0",
|
|
839
|
+
reserveFactor: "0",
|
|
840
|
+
supplyCap: "25000",
|
|
841
|
+
borrowCap: "0",
|
|
842
|
+
},
|
|
843
|
+
initialSupply: {
|
|
844
|
+
amount: "0.035",
|
|
845
|
+
vTokenReceiver: "VTreasury",
|
|
846
|
+
},
|
|
847
|
+
},
|
|
826
848
|
{
|
|
827
849
|
name: "Venus United Stables",
|
|
828
850
|
symbol: "vU",
|
|
@@ -664,6 +664,27 @@ declare const _default: readonly [{
|
|
|
664
664
|
readonly amount: "0.1";
|
|
665
665
|
readonly vTokenReceiver: "VTreasury";
|
|
666
666
|
};
|
|
667
|
+
}, {
|
|
668
|
+
readonly name: "Venus PT Lista collateral BNB 25JUN2026";
|
|
669
|
+
readonly symbol: "vPT-clisBNB-25JUN2026";
|
|
670
|
+
readonly asset: "PT-clisBNB-25JUN2026";
|
|
671
|
+
readonly interestRateModel: {
|
|
672
|
+
readonly model: "jump";
|
|
673
|
+
readonly baseRatePerYear: "0";
|
|
674
|
+
readonly multiplierPerYear: "0.09";
|
|
675
|
+
readonly jumpMultiplierPerYear: "2";
|
|
676
|
+
readonly kink: "0.5";
|
|
677
|
+
};
|
|
678
|
+
readonly riskParameters: {
|
|
679
|
+
readonly collateralFactor: "0";
|
|
680
|
+
readonly reserveFactor: "0";
|
|
681
|
+
readonly supplyCap: "25000";
|
|
682
|
+
readonly borrowCap: "0";
|
|
683
|
+
};
|
|
684
|
+
readonly initialSupply: {
|
|
685
|
+
readonly amount: "0.14";
|
|
686
|
+
readonly vTokenReceiver: "VTreasury";
|
|
687
|
+
};
|
|
667
688
|
}, {
|
|
668
689
|
readonly name: "Venus United Stables";
|
|
669
690
|
readonly symbol: "vU";
|
|
@@ -703,6 +703,28 @@ exports.default = [
|
|
|
703
703
|
vTokenReceiver: "VTreasury",
|
|
704
704
|
},
|
|
705
705
|
},
|
|
706
|
+
{
|
|
707
|
+
name: "Venus PT Lista collateral BNB 25JUN2026",
|
|
708
|
+
symbol: "vPT-clisBNB-25JUN2026",
|
|
709
|
+
asset: "PT-clisBNB-25JUN2026",
|
|
710
|
+
interestRateModel: {
|
|
711
|
+
model: "jump",
|
|
712
|
+
baseRatePerYear: "0",
|
|
713
|
+
multiplierPerYear: "0.09",
|
|
714
|
+
jumpMultiplierPerYear: "2",
|
|
715
|
+
kink: "0.5",
|
|
716
|
+
},
|
|
717
|
+
riskParameters: {
|
|
718
|
+
collateralFactor: "0",
|
|
719
|
+
reserveFactor: "0",
|
|
720
|
+
supplyCap: "25000",
|
|
721
|
+
borrowCap: "0",
|
|
722
|
+
},
|
|
723
|
+
initialSupply: {
|
|
724
|
+
amount: "0.14",
|
|
725
|
+
vTokenReceiver: "VTreasury",
|
|
726
|
+
},
|
|
727
|
+
},
|
|
706
728
|
{
|
|
707
729
|
name: "Venus United Stables",
|
|
708
730
|
symbol: "vU",
|
|
@@ -291,6 +291,13 @@ declare const _default: {
|
|
|
291
291
|
readonly decimals: 18;
|
|
292
292
|
readonly tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B";
|
|
293
293
|
};
|
|
294
|
+
"PT-clisBNB-25JUN2026": {
|
|
295
|
+
readonly isMock: false;
|
|
296
|
+
readonly name: "PT Lista collateral BNB 25JUN2026";
|
|
297
|
+
readonly symbol: "PT-clisBNB-25JUN2026";
|
|
298
|
+
readonly decimals: 18;
|
|
299
|
+
readonly tokenAddress: "0xe052823b4aefc6e230FAf46231A57d0905E30AE0";
|
|
300
|
+
};
|
|
294
301
|
U: {
|
|
295
302
|
readonly isMock: false;
|
|
296
303
|
readonly name: "United Stables";
|
|
@@ -296,6 +296,13 @@ const tokens = [
|
|
|
296
296
|
decimals: 18,
|
|
297
297
|
tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B",
|
|
298
298
|
},
|
|
299
|
+
{
|
|
300
|
+
isMock: false,
|
|
301
|
+
name: "PT Lista collateral BNB 25JUN2026",
|
|
302
|
+
symbol: "PT-clisBNB-25JUN2026",
|
|
303
|
+
decimals: 18,
|
|
304
|
+
tokenAddress: "0xe052823b4aefc6e230FAf46231A57d0905E30AE0",
|
|
305
|
+
},
|
|
299
306
|
{
|
|
300
307
|
isMock: false,
|
|
301
308
|
name: "United Stables",
|
|
@@ -239,6 +239,12 @@ declare const _default: {
|
|
|
239
239
|
readonly decimals: 18;
|
|
240
240
|
readonly tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4";
|
|
241
241
|
};
|
|
242
|
+
"PT-clisBNB-25JUN2026": {
|
|
243
|
+
readonly isMock: true;
|
|
244
|
+
readonly name: "PT Lista collateral BNB 25JUN2026";
|
|
245
|
+
readonly symbol: "PT-clisBNB-25JUN2026";
|
|
246
|
+
readonly decimals: 18;
|
|
247
|
+
};
|
|
242
248
|
U: {
|
|
243
249
|
readonly isMock: true;
|
|
244
250
|
readonly name: "United Stables";
|
|
@@ -244,6 +244,12 @@ const tokens = [
|
|
|
244
244
|
decimals: 18,
|
|
245
245
|
tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4",
|
|
246
246
|
},
|
|
247
|
+
{
|
|
248
|
+
isMock: true,
|
|
249
|
+
name: "PT Lista collateral BNB 25JUN2026",
|
|
250
|
+
symbol: "PT-clisBNB-25JUN2026",
|
|
251
|
+
decimals: 18,
|
|
252
|
+
},
|
|
247
253
|
{
|
|
248
254
|
isMock: true,
|
|
249
255
|
name: "United Stables",
|
|
@@ -268,6 +268,12 @@ export declare const tokens: {
|
|
|
268
268
|
readonly decimals: 18;
|
|
269
269
|
readonly tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4";
|
|
270
270
|
};
|
|
271
|
+
"PT-clisBNB-25JUN2026": {
|
|
272
|
+
readonly isMock: true;
|
|
273
|
+
readonly name: "PT Lista collateral BNB 25JUN2026";
|
|
274
|
+
readonly symbol: "PT-clisBNB-25JUN2026";
|
|
275
|
+
readonly decimals: 18;
|
|
276
|
+
};
|
|
271
277
|
U: {
|
|
272
278
|
readonly isMock: true;
|
|
273
279
|
readonly name: "United Stables";
|
|
@@ -568,6 +574,13 @@ export declare const tokens: {
|
|
|
568
574
|
readonly decimals: 18;
|
|
569
575
|
readonly tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B";
|
|
570
576
|
};
|
|
577
|
+
"PT-clisBNB-25JUN2026": {
|
|
578
|
+
readonly isMock: false;
|
|
579
|
+
readonly name: "PT Lista collateral BNB 25JUN2026";
|
|
580
|
+
readonly symbol: "PT-clisBNB-25JUN2026";
|
|
581
|
+
readonly decimals: 18;
|
|
582
|
+
readonly tokenAddress: "0xe052823b4aefc6e230FAf46231A57d0905E30AE0";
|
|
583
|
+
};
|
|
571
584
|
U: {
|
|
572
585
|
readonly isMock: false;
|
|
573
586
|
readonly name: "United Stables";
|
|
@@ -861,6 +874,12 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
|
|
|
861
874
|
readonly decimals: 18;
|
|
862
875
|
readonly tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4";
|
|
863
876
|
};
|
|
877
|
+
"PT-clisBNB-25JUN2026": {
|
|
878
|
+
readonly isMock: true;
|
|
879
|
+
readonly name: "PT Lista collateral BNB 25JUN2026";
|
|
880
|
+
readonly symbol: "PT-clisBNB-25JUN2026";
|
|
881
|
+
readonly decimals: 18;
|
|
882
|
+
};
|
|
864
883
|
U: {
|
|
865
884
|
readonly isMock: true;
|
|
866
885
|
readonly name: "United Stables";
|
|
@@ -1161,6 +1180,13 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
|
|
|
1161
1180
|
readonly decimals: 18;
|
|
1162
1181
|
readonly tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B";
|
|
1163
1182
|
};
|
|
1183
|
+
"PT-clisBNB-25JUN2026": {
|
|
1184
|
+
readonly isMock: false;
|
|
1185
|
+
readonly name: "PT Lista collateral BNB 25JUN2026";
|
|
1186
|
+
readonly symbol: "PT-clisBNB-25JUN2026";
|
|
1187
|
+
readonly decimals: 18;
|
|
1188
|
+
readonly tokenAddress: "0xe052823b4aefc6e230FAf46231A57d0905E30AE0";
|
|
1189
|
+
};
|
|
1164
1190
|
U: {
|
|
1165
1191
|
readonly isMock: false;
|
|
1166
1192
|
readonly name: "United Stables";
|
|
@@ -1452,6 +1478,12 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
|
|
|
1452
1478
|
readonly decimals: 18;
|
|
1453
1479
|
readonly tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4";
|
|
1454
1480
|
};
|
|
1481
|
+
"PT-clisBNB-25JUN2026": {
|
|
1482
|
+
readonly isMock: true;
|
|
1483
|
+
readonly name: "PT Lista collateral BNB 25JUN2026";
|
|
1484
|
+
readonly symbol: "PT-clisBNB-25JUN2026";
|
|
1485
|
+
readonly decimals: 18;
|
|
1486
|
+
};
|
|
1455
1487
|
U: {
|
|
1456
1488
|
readonly isMock: true;
|
|
1457
1489
|
readonly name: "United Stables";
|
|
@@ -1752,6 +1784,13 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
|
|
|
1752
1784
|
readonly decimals: 18;
|
|
1753
1785
|
readonly tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B";
|
|
1754
1786
|
};
|
|
1787
|
+
"PT-clisBNB-25JUN2026": {
|
|
1788
|
+
readonly isMock: false;
|
|
1789
|
+
readonly name: "PT Lista collateral BNB 25JUN2026";
|
|
1790
|
+
readonly symbol: "PT-clisBNB-25JUN2026";
|
|
1791
|
+
readonly decimals: 18;
|
|
1792
|
+
readonly tokenAddress: "0xe052823b4aefc6e230FAf46231A57d0905E30AE0";
|
|
1793
|
+
};
|
|
1755
1794
|
U: {
|
|
1756
1795
|
readonly isMock: false;
|
|
1757
1796
|
readonly name: "United Stables";
|