@venusprotocol/venus-protocol 10.1.0-dev.11 → 10.1.0-dev.12

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.
Files changed (27) hide show
  1. package/deployments/bscmainnet/CheckpointView_From_TwoKinks_base0bps_slope625bps_kink8000bps_slope26000bps_base20bps_kink29000bps_jump34000bps_bpy42048000_To_bpy70080000_At_1768357800.json +153 -0
  2. package/deployments/bscmainnet/SetCheckpointBscmainnet.json +15 -15
  3. package/deployments/bscmainnet/TwoKinks_base0bps_slope625bps_kink8000bps_slope26000bps_base20bps_kink29000bps_jump34000bps_bpy42048000.json +443 -0
  4. package/deployments/bscmainnet/TwoKinks_base0bps_slope625bps_kink8000bps_slope26000bps_base20bps_kink29000bps_jump34000bps_bpy70080000.json +443 -0
  5. package/deployments/bscmainnet/solcInputs/1d2c57bcfaa9abe82ef80f062f241d2f.json +580 -0
  6. package/deployments/bscmainnet/solcInputs/6ce118a3384b16f03848ed2bd433212c.json +34 -0
  7. package/deployments/bscmainnet/vU.json +2742 -0
  8. package/deployments/bscmainnet.json +14199 -11746
  9. package/deployments/bscmainnet_addresses.json +5 -1
  10. package/deployments/bsctestnet/MockU.json +458 -0
  11. package/deployments/bsctestnet/TwoKinks_base0bps_slope625bps_kink8000bps_slope26000bps_base20bps_kink29000bps_jump34000bps_bpy70080000.json +443 -0
  12. package/deployments/bsctestnet/solcInputs/1d2c57bcfaa9abe82ef80f062f241d2f.json +580 -0
  13. package/deployments/bsctestnet/vU.json +2742 -0
  14. package/deployments/bsctestnet.json +2379 -0
  15. package/deployments/bsctestnet_addresses.json +3 -0
  16. package/dist/deployments/bscmainnet.json +14199 -11746
  17. package/dist/deployments/bsctestnet.json +2379 -0
  18. package/dist/helpers/markets/bscmainnet.d.ts +24 -0
  19. package/dist/helpers/markets/bscmainnet.js +25 -0
  20. package/dist/helpers/markets/bsctestnet.d.ts +24 -0
  21. package/dist/helpers/markets/bsctestnet.js +25 -0
  22. package/dist/helpers/tokens/bscmainnet.d.ts +7 -0
  23. package/dist/helpers/tokens/bscmainnet.js +7 -0
  24. package/dist/helpers/tokens/bsctestnet.d.ts +6 -0
  25. package/dist/helpers/tokens/bsctestnet.js +6 -0
  26. package/dist/helpers/tokens/index.d.ts +39 -0
  27. package/package.json +1 -1
@@ -778,5 +778,29 @@ declare const _default: readonly [{
778
778
  readonly amount: "0.1";
779
779
  readonly vTokenReceiver: "VTreasury";
780
780
  };
781
+ }, {
782
+ readonly name: "Venus United Stables";
783
+ readonly symbol: "vU";
784
+ readonly asset: "U";
785
+ readonly interestRateModel: {
786
+ readonly model: "two-kinks";
787
+ readonly baseRatePerYear: "0";
788
+ readonly multiplierPerYear: "0.0625";
789
+ readonly kink: "0.8";
790
+ readonly baseRatePerYear2: "0";
791
+ readonly multiplierPerYear2: "0.6";
792
+ readonly kink2: "0.9";
793
+ readonly jumpMultiplierPerYear: "3.4";
794
+ };
795
+ readonly riskParameters: {
796
+ readonly collateralFactor: "0.75";
797
+ readonly reserveFactor: "0.1";
798
+ readonly supplyCap: "20000000";
799
+ readonly borrowCap: "20000000";
800
+ };
801
+ readonly initialSupply: {
802
+ readonly amount: "100";
803
+ readonly vTokenReceiver: "VTreasury";
804
+ };
781
805
  }];
782
806
  export default _default;
@@ -823,4 +823,29 @@ exports.default = [
823
823
  vTokenReceiver: "VTreasury",
824
824
  },
825
825
  },
826
+ {
827
+ name: "Venus United Stables",
828
+ symbol: "vU",
829
+ asset: "U",
830
+ interestRateModel: {
831
+ model: "two-kinks",
832
+ baseRatePerYear: "0",
833
+ multiplierPerYear: "0.0625",
834
+ kink: "0.8",
835
+ baseRatePerYear2: "0",
836
+ multiplierPerYear2: "0.6",
837
+ kink2: "0.9",
838
+ jumpMultiplierPerYear: "3.4",
839
+ },
840
+ riskParameters: {
841
+ collateralFactor: "0.75",
842
+ reserveFactor: "0.1",
843
+ supplyCap: "20000000",
844
+ borrowCap: "20000000",
845
+ },
846
+ initialSupply: {
847
+ amount: "100",
848
+ vTokenReceiver: "VTreasury",
849
+ },
850
+ },
826
851
  ];
@@ -664,5 +664,29 @@ declare const _default: readonly [{
664
664
  readonly amount: "0.1";
665
665
  readonly vTokenReceiver: "VTreasury";
666
666
  };
667
+ }, {
668
+ readonly name: "Venus United Stables";
669
+ readonly symbol: "vU";
670
+ readonly asset: "U";
671
+ readonly interestRateModel: {
672
+ readonly model: "two-kinks";
673
+ readonly baseRatePerYear: "0";
674
+ readonly multiplierPerYear: "0.0625";
675
+ readonly kink: "0.8";
676
+ readonly baseRatePerYear2: "0";
677
+ readonly multiplierPerYear2: "0.6";
678
+ readonly kink2: "0.9";
679
+ readonly jumpMultiplierPerYear: "3.4";
680
+ };
681
+ readonly riskParameters: {
682
+ readonly collateralFactor: "0.75";
683
+ readonly reserveFactor: "0.1";
684
+ readonly supplyCap: "20000000";
685
+ readonly borrowCap: "20000000";
686
+ };
687
+ readonly initialSupply: {
688
+ readonly amount: "100";
689
+ readonly vTokenReceiver: "VTreasury";
690
+ };
667
691
  }];
668
692
  export default _default;
@@ -703,4 +703,29 @@ exports.default = [
703
703
  vTokenReceiver: "VTreasury",
704
704
  },
705
705
  },
706
+ {
707
+ name: "Venus United Stables",
708
+ symbol: "vU",
709
+ asset: "U",
710
+ interestRateModel: {
711
+ model: "two-kinks",
712
+ baseRatePerYear: "0",
713
+ multiplierPerYear: "0.0625",
714
+ kink: "0.8",
715
+ baseRatePerYear2: "0",
716
+ multiplierPerYear2: "0.6",
717
+ kink2: "0.9",
718
+ jumpMultiplierPerYear: "3.4",
719
+ },
720
+ riskParameters: {
721
+ collateralFactor: "0.75",
722
+ reserveFactor: "0.1",
723
+ supplyCap: "20000000",
724
+ borrowCap: "20000000",
725
+ },
726
+ initialSupply: {
727
+ amount: "100",
728
+ vTokenReceiver: "VTreasury",
729
+ },
730
+ },
706
731
  ];
@@ -291,5 +291,12 @@ declare const _default: {
291
291
  readonly decimals: 18;
292
292
  readonly tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B";
293
293
  };
294
+ U: {
295
+ readonly isMock: false;
296
+ readonly name: "United Stables";
297
+ readonly symbol: "U";
298
+ readonly decimals: 18;
299
+ readonly tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666";
300
+ };
294
301
  };
295
302
  export default _default;
@@ -296,5 +296,12 @@ const tokens = [
296
296
  decimals: 18,
297
297
  tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B",
298
298
  },
299
+ {
300
+ isMock: false,
301
+ name: "United Stables",
302
+ symbol: "U",
303
+ decimals: 18,
304
+ tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666",
305
+ },
299
306
  ];
300
307
  exports.default = (0, indexBySymbol_1.indexBySymbol)(tokens);
@@ -239,5 +239,11 @@ declare const _default: {
239
239
  readonly decimals: 18;
240
240
  readonly tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4";
241
241
  };
242
+ U: {
243
+ readonly isMock: true;
244
+ readonly name: "United Stables";
245
+ readonly symbol: "U";
246
+ readonly decimals: 18;
247
+ };
242
248
  };
243
249
  export default _default;
@@ -244,5 +244,11 @@ const tokens = [
244
244
  decimals: 18,
245
245
  tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4",
246
246
  },
247
+ {
248
+ isMock: true,
249
+ name: "United Stables",
250
+ symbol: "U",
251
+ decimals: 18,
252
+ },
247
253
  ];
248
254
  exports.default = (0, indexBySymbol_1.indexBySymbol)(tokens);
@@ -268,6 +268,12 @@ export declare const tokens: {
268
268
  readonly decimals: 18;
269
269
  readonly tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4";
270
270
  };
271
+ U: {
272
+ readonly isMock: true;
273
+ readonly name: "United Stables";
274
+ readonly symbol: "U";
275
+ readonly decimals: 18;
276
+ };
271
277
  };
272
278
  readonly bscmainnet: {
273
279
  USDC: {
@@ -562,6 +568,13 @@ export declare const tokens: {
562
568
  readonly decimals: 18;
563
569
  readonly tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B";
564
570
  };
571
+ U: {
572
+ readonly isMock: false;
573
+ readonly name: "United Stables";
574
+ readonly symbol: "U";
575
+ readonly decimals: 18;
576
+ readonly tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666";
577
+ };
565
578
  };
566
579
  readonly sepolia: {};
567
580
  readonly ethereum: {};
@@ -848,6 +861,12 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
848
861
  readonly decimals: 18;
849
862
  readonly tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4";
850
863
  };
864
+ U: {
865
+ readonly isMock: true;
866
+ readonly name: "United Stables";
867
+ readonly symbol: "U";
868
+ readonly decimals: 18;
869
+ };
851
870
  };
852
871
  readonly bscmainnet: {
853
872
  USDC: {
@@ -1142,6 +1161,13 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
1142
1161
  readonly decimals: 18;
1143
1162
  readonly tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B";
1144
1163
  };
1164
+ U: {
1165
+ readonly isMock: false;
1166
+ readonly name: "United Stables";
1167
+ readonly symbol: "U";
1168
+ readonly decimals: 18;
1169
+ readonly tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666";
1170
+ };
1145
1171
  };
1146
1172
  readonly sepolia: {};
1147
1173
  readonly ethereum: {};
@@ -1426,6 +1452,12 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
1426
1452
  readonly decimals: 18;
1427
1453
  readonly tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4";
1428
1454
  };
1455
+ U: {
1456
+ readonly isMock: true;
1457
+ readonly name: "United Stables";
1458
+ readonly symbol: "U";
1459
+ readonly decimals: 18;
1460
+ };
1429
1461
  };
1430
1462
  readonly bscmainnet: {
1431
1463
  USDC: {
@@ -1720,6 +1752,13 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
1720
1752
  readonly decimals: 18;
1721
1753
  readonly tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B";
1722
1754
  };
1755
+ U: {
1756
+ readonly isMock: false;
1757
+ readonly name: "United Stables";
1758
+ readonly symbol: "U";
1759
+ readonly decimals: 18;
1760
+ readonly tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666";
1761
+ };
1723
1762
  };
1724
1763
  readonly sepolia: {};
1725
1764
  readonly ethereum: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/venus-protocol",
3
- "version": "10.1.0-dev.11",
3
+ "version": "10.1.0-dev.12",
4
4
  "description": "The Venus Money Market",
5
5
  "repository": {
6
6
  "type": "git",