@venusprotocol/venus-protocol 10.0.0-dev.1 → 10.0.0-dev.2

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.
@@ -736,5 +736,26 @@ declare const _default: readonly [{
736
736
  readonly amount: "1";
737
737
  readonly vTokenReceiver: "VTreasury";
738
738
  };
739
+ }, {
740
+ readonly name: "Venus PT-USDe-30OCT2025";
741
+ readonly symbol: "vPT-USDe-30OCT2025";
742
+ readonly asset: "PT-USDe-30OCT2025";
743
+ readonly interestRateModel: {
744
+ readonly model: "jump";
745
+ readonly baseRatePerYear: "0";
746
+ readonly multiplierPerYear: "0.1";
747
+ readonly jumpMultiplierPerYear: "2.5";
748
+ readonly kink: "0.8";
749
+ };
750
+ readonly riskParameters: {
751
+ readonly collateralFactor: "0";
752
+ readonly reserveFactor: "0";
753
+ readonly supplyCap: "1000000";
754
+ readonly borrowCap: "0";
755
+ };
756
+ readonly initialSupply: {
757
+ readonly amount: "100";
758
+ readonly vTokenReceiver: "VTreasury";
759
+ };
739
760
  }];
740
761
  export default _default;
@@ -779,4 +779,26 @@ exports.default = [
779
779
  vTokenReceiver: "VTreasury",
780
780
  },
781
781
  },
782
+ {
783
+ name: "Venus PT-USDe-30OCT2025",
784
+ symbol: "vPT-USDe-30OCT2025",
785
+ asset: "PT-USDe-30OCT2025",
786
+ interestRateModel: {
787
+ model: "jump",
788
+ baseRatePerYear: "0",
789
+ multiplierPerYear: "0.1",
790
+ jumpMultiplierPerYear: "2.5",
791
+ kink: "0.8",
792
+ },
793
+ riskParameters: {
794
+ collateralFactor: "0",
795
+ reserveFactor: "0",
796
+ supplyCap: "1000000",
797
+ borrowCap: "0",
798
+ },
799
+ initialSupply: {
800
+ amount: "100",
801
+ vTokenReceiver: "VTreasury",
802
+ },
803
+ },
782
804
  ];
@@ -622,5 +622,26 @@ declare const _default: readonly [{
622
622
  readonly amount: "1";
623
623
  readonly vTokenReceiver: "VTreasury";
624
624
  };
625
+ }, {
626
+ readonly name: "Venus PT-USDe-30OCT2025";
627
+ readonly symbol: "vPT-USDe-30OCT2025";
628
+ readonly asset: "PT-USDe-30OCT2025";
629
+ readonly interestRateModel: {
630
+ readonly model: "jump";
631
+ readonly baseRatePerYear: "0";
632
+ readonly multiplierPerYear: "0.1";
633
+ readonly jumpMultiplierPerYear: "2.5";
634
+ readonly kink: "0.8";
635
+ };
636
+ readonly riskParameters: {
637
+ readonly collateralFactor: "0";
638
+ readonly reserveFactor: "0";
639
+ readonly supplyCap: "1000000";
640
+ readonly borrowCap: "0";
641
+ };
642
+ readonly initialSupply: {
643
+ readonly amount: "300";
644
+ readonly vTokenReceiver: "VTreasury";
645
+ };
625
646
  }];
626
647
  export default _default;
@@ -659,4 +659,26 @@ exports.default = [
659
659
  vTokenReceiver: "VTreasury",
660
660
  },
661
661
  },
662
+ {
663
+ name: "Venus PT-USDe-30OCT2025",
664
+ symbol: "vPT-USDe-30OCT2025",
665
+ asset: "PT-USDe-30OCT2025",
666
+ interestRateModel: {
667
+ model: "jump",
668
+ baseRatePerYear: "0",
669
+ multiplierPerYear: "0.1",
670
+ jumpMultiplierPerYear: "2.5",
671
+ kink: "0.8",
672
+ },
673
+ riskParameters: {
674
+ collateralFactor: "0",
675
+ reserveFactor: "0",
676
+ supplyCap: "1000000",
677
+ borrowCap: "0",
678
+ },
679
+ initialSupply: {
680
+ amount: "300",
681
+ vTokenReceiver: "VTreasury",
682
+ },
683
+ },
662
684
  ];
@@ -277,5 +277,12 @@ declare const _default: {
277
277
  readonly decimals: 18;
278
278
  readonly tokenAddress: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c";
279
279
  };
280
+ "PT-USDe-30OCT2025": {
281
+ readonly isMock: false;
282
+ readonly name: "PT Ethena USDe 30OCT2025";
283
+ readonly symbol: "PT-USDe-30OCT2025";
284
+ readonly decimals: 18;
285
+ readonly tokenAddress: "0x607c834cfb7fcbbb341cbe23f77a6e83bcf3f55c";
286
+ };
280
287
  };
281
288
  export default _default;
@@ -282,5 +282,12 @@ const tokens = [
282
282
  decimals: 18,
283
283
  tokenAddress: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
284
284
  },
285
+ {
286
+ isMock: false,
287
+ name: "PT Ethena USDe 30OCT2025",
288
+ symbol: "PT-USDe-30OCT2025",
289
+ decimals: 18,
290
+ tokenAddress: "0x607c834cfb7fcbbb341cbe23f77a6e83bcf3f55c",
291
+ },
285
292
  ];
286
293
  exports.default = (0, indexBySymbol_1.indexBySymbol)(tokens);
@@ -226,5 +226,11 @@ declare const _default: {
226
226
  readonly decimals: 18;
227
227
  readonly tokenAddress: "0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd";
228
228
  };
229
+ "PT-USDe-30OCT2025": {
230
+ readonly isMock: true;
231
+ readonly name: "PT Ethena USDe 30OCT2025";
232
+ readonly symbol: "PT-USDe-30OCT2025";
233
+ readonly decimals: 18;
234
+ };
229
235
  };
230
236
  export default _default;
@@ -231,5 +231,11 @@ const tokens = [
231
231
  decimals: 18,
232
232
  tokenAddress: "0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd",
233
233
  },
234
+ {
235
+ isMock: true,
236
+ name: "PT Ethena USDe 30OCT2025",
237
+ symbol: "PT-USDe-30OCT2025",
238
+ decimals: 18,
239
+ },
234
240
  ];
235
241
  exports.default = (0, indexBySymbol_1.indexBySymbol)(tokens);
@@ -255,6 +255,12 @@ export declare const tokens: {
255
255
  readonly decimals: 18;
256
256
  readonly tokenAddress: "0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd";
257
257
  };
258
+ "PT-USDe-30OCT2025": {
259
+ readonly isMock: true;
260
+ readonly name: "PT Ethena USDe 30OCT2025";
261
+ readonly symbol: "PT-USDe-30OCT2025";
262
+ readonly decimals: 18;
263
+ };
258
264
  };
259
265
  readonly bscmainnet: {
260
266
  USDC: {
@@ -535,6 +541,13 @@ export declare const tokens: {
535
541
  readonly decimals: 18;
536
542
  readonly tokenAddress: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c";
537
543
  };
544
+ "PT-USDe-30OCT2025": {
545
+ readonly isMock: false;
546
+ readonly name: "PT Ethena USDe 30OCT2025";
547
+ readonly symbol: "PT-USDe-30OCT2025";
548
+ readonly decimals: 18;
549
+ readonly tokenAddress: "0x607c834cfb7fcbbb341cbe23f77a6e83bcf3f55c";
550
+ };
538
551
  };
539
552
  readonly sepolia: {};
540
553
  readonly ethereum: {};
@@ -808,6 +821,12 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
808
821
  readonly decimals: 18;
809
822
  readonly tokenAddress: "0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd";
810
823
  };
824
+ "PT-USDe-30OCT2025": {
825
+ readonly isMock: true;
826
+ readonly name: "PT Ethena USDe 30OCT2025";
827
+ readonly symbol: "PT-USDe-30OCT2025";
828
+ readonly decimals: 18;
829
+ };
811
830
  };
812
831
  readonly bscmainnet: {
813
832
  USDC: {
@@ -1088,6 +1107,13 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
1088
1107
  readonly decimals: 18;
1089
1108
  readonly tokenAddress: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c";
1090
1109
  };
1110
+ "PT-USDe-30OCT2025": {
1111
+ readonly isMock: false;
1112
+ readonly name: "PT Ethena USDe 30OCT2025";
1113
+ readonly symbol: "PT-USDe-30OCT2025";
1114
+ readonly decimals: 18;
1115
+ readonly tokenAddress: "0x607c834cfb7fcbbb341cbe23f77a6e83bcf3f55c";
1116
+ };
1091
1117
  };
1092
1118
  readonly sepolia: {};
1093
1119
  readonly ethereum: {};
@@ -1359,6 +1385,12 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
1359
1385
  readonly decimals: 18;
1360
1386
  readonly tokenAddress: "0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd";
1361
1387
  };
1388
+ "PT-USDe-30OCT2025": {
1389
+ readonly isMock: true;
1390
+ readonly name: "PT Ethena USDe 30OCT2025";
1391
+ readonly symbol: "PT-USDe-30OCT2025";
1392
+ readonly decimals: 18;
1393
+ };
1362
1394
  };
1363
1395
  readonly bscmainnet: {
1364
1396
  USDC: {
@@ -1639,6 +1671,13 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
1639
1671
  readonly decimals: 18;
1640
1672
  readonly tokenAddress: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c";
1641
1673
  };
1674
+ "PT-USDe-30OCT2025": {
1675
+ readonly isMock: false;
1676
+ readonly name: "PT Ethena USDe 30OCT2025";
1677
+ readonly symbol: "PT-USDe-30OCT2025";
1678
+ readonly decimals: 18;
1679
+ readonly tokenAddress: "0x607c834cfb7fcbbb341cbe23f77a6e83bcf3f55c";
1680
+ };
1642
1681
  };
1643
1682
  readonly sepolia: {};
1644
1683
  readonly ethereum: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/venus-protocol",
3
- "version": "10.0.0-dev.1",
3
+ "version": "10.0.0-dev.2",
4
4
  "description": "The Venus Money Market",
5
5
  "repository": "git@github.com:VenusProtocol/venus-protocol.git",
6
6
  "author": "Venus",