@venusprotocol/venus-protocol 10.2.0-dev.1 → 10.2.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.
- package/deployments/bscmainnet/JumpRateModel_base0bps_slope200bps_jump400bps_kink8000bps_bpy70080000.json +394 -0
- package/deployments/bscmainnet/solcInputs/71753f3322542bf6a2a288f618924518.json +406 -0
- package/deployments/bscmainnet/vXAUM.json +2742 -0
- package/deployments/bscmainnet.json +16997 -14967
- package/deployments/bscmainnet_addresses.json +2 -0
- package/deployments/bsctestnet/JumpRateModel_base0bps_slope200bps_jump400bps_kink8000bps_bpy70080000.json +394 -0
- package/deployments/bsctestnet/MockXAUM.json +458 -0
- package/deployments/bsctestnet/solcInputs/4830490d5bbb3729e823e66b6f3540b0.json +222 -0
- package/deployments/bsctestnet/solcInputs/71753f3322542bf6a2a288f618924518.json +406 -0
- package/deployments/bsctestnet/solcInputs/adb714ff306ee0763114561e8e89145c.json +589 -0
- package/deployments/bsctestnet/vXAUM.json +2742 -0
- package/deployments/bsctestnet.json +13375 -11036
- package/deployments/bsctestnet_addresses.json +3 -0
- package/dist/deployments/bscmainnet.json +16997 -14967
- package/dist/deployments/bsctestnet.json +13375 -11036
- 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
|
@@ -823,5 +823,26 @@ declare const _default: readonly [{
|
|
|
823
823
|
readonly amount: "100";
|
|
824
824
|
readonly vTokenReceiver: "VTreasury";
|
|
825
825
|
};
|
|
826
|
+
}, {
|
|
827
|
+
readonly name: "Venus Matrixdock Gold";
|
|
828
|
+
readonly symbol: "vXAUM";
|
|
829
|
+
readonly asset: "XAUM";
|
|
830
|
+
readonly interestRateModel: {
|
|
831
|
+
readonly model: "jump";
|
|
832
|
+
readonly baseRatePerYear: "0";
|
|
833
|
+
readonly multiplierPerYear: "0.02";
|
|
834
|
+
readonly jumpMultiplierPerYear: "0.04";
|
|
835
|
+
readonly kink: "0.8";
|
|
836
|
+
};
|
|
837
|
+
readonly riskParameters: {
|
|
838
|
+
readonly collateralFactor: "0.65";
|
|
839
|
+
readonly reserveFactor: "0.2";
|
|
840
|
+
readonly supplyCap: "200";
|
|
841
|
+
readonly borrowCap: "0";
|
|
842
|
+
};
|
|
843
|
+
readonly initialSupply: {
|
|
844
|
+
readonly amount: "0.025";
|
|
845
|
+
readonly vTokenReceiver: "VTreasury";
|
|
846
|
+
};
|
|
826
847
|
}];
|
|
827
848
|
export default _default;
|
|
@@ -870,4 +870,26 @@ exports.default = [
|
|
|
870
870
|
vTokenReceiver: "VTreasury",
|
|
871
871
|
},
|
|
872
872
|
},
|
|
873
|
+
{
|
|
874
|
+
name: "Venus Matrixdock Gold",
|
|
875
|
+
symbol: "vXAUM",
|
|
876
|
+
asset: "XAUM",
|
|
877
|
+
interestRateModel: {
|
|
878
|
+
model: "jump",
|
|
879
|
+
baseRatePerYear: "0",
|
|
880
|
+
multiplierPerYear: "0.02",
|
|
881
|
+
jumpMultiplierPerYear: "0.04",
|
|
882
|
+
kink: "0.8",
|
|
883
|
+
},
|
|
884
|
+
riskParameters: {
|
|
885
|
+
collateralFactor: "0.65",
|
|
886
|
+
reserveFactor: "0.2",
|
|
887
|
+
supplyCap: "200",
|
|
888
|
+
borrowCap: "0",
|
|
889
|
+
},
|
|
890
|
+
initialSupply: {
|
|
891
|
+
amount: "0.025",
|
|
892
|
+
vTokenReceiver: "VTreasury",
|
|
893
|
+
},
|
|
894
|
+
},
|
|
873
895
|
];
|
|
@@ -709,5 +709,26 @@ declare const _default: readonly [{
|
|
|
709
709
|
readonly amount: "100";
|
|
710
710
|
readonly vTokenReceiver: "VTreasury";
|
|
711
711
|
};
|
|
712
|
+
}, {
|
|
713
|
+
readonly name: "Venus Matrixdock Gold";
|
|
714
|
+
readonly symbol: "vXAUM";
|
|
715
|
+
readonly asset: "XAUM";
|
|
716
|
+
readonly interestRateModel: {
|
|
717
|
+
readonly model: "jump";
|
|
718
|
+
readonly baseRatePerYear: "0";
|
|
719
|
+
readonly multiplierPerYear: "0.02";
|
|
720
|
+
readonly jumpMultiplierPerYear: "0.04";
|
|
721
|
+
readonly kink: "0.8";
|
|
722
|
+
};
|
|
723
|
+
readonly riskParameters: {
|
|
724
|
+
readonly collateralFactor: "0.65";
|
|
725
|
+
readonly reserveFactor: "0.2";
|
|
726
|
+
readonly supplyCap: "200";
|
|
727
|
+
readonly borrowCap: "0";
|
|
728
|
+
};
|
|
729
|
+
readonly initialSupply: {
|
|
730
|
+
readonly amount: "0.025";
|
|
731
|
+
readonly vTokenReceiver: "VTreasury";
|
|
732
|
+
};
|
|
712
733
|
}];
|
|
713
734
|
export default _default;
|
|
@@ -750,4 +750,26 @@ exports.default = [
|
|
|
750
750
|
vTokenReceiver: "VTreasury",
|
|
751
751
|
},
|
|
752
752
|
},
|
|
753
|
+
{
|
|
754
|
+
name: "Venus Matrixdock Gold",
|
|
755
|
+
symbol: "vXAUM",
|
|
756
|
+
asset: "XAUM",
|
|
757
|
+
interestRateModel: {
|
|
758
|
+
model: "jump",
|
|
759
|
+
baseRatePerYear: "0",
|
|
760
|
+
multiplierPerYear: "0.02",
|
|
761
|
+
jumpMultiplierPerYear: "0.04",
|
|
762
|
+
kink: "0.8",
|
|
763
|
+
},
|
|
764
|
+
riskParameters: {
|
|
765
|
+
collateralFactor: "0.65",
|
|
766
|
+
reserveFactor: "0.2",
|
|
767
|
+
supplyCap: "200",
|
|
768
|
+
borrowCap: "0",
|
|
769
|
+
},
|
|
770
|
+
initialSupply: {
|
|
771
|
+
amount: "0.025",
|
|
772
|
+
vTokenReceiver: "VTreasury",
|
|
773
|
+
},
|
|
774
|
+
},
|
|
753
775
|
];
|
|
@@ -305,5 +305,12 @@ declare const _default: {
|
|
|
305
305
|
readonly decimals: 18;
|
|
306
306
|
readonly tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666";
|
|
307
307
|
};
|
|
308
|
+
XAUM: {
|
|
309
|
+
readonly isMock: false;
|
|
310
|
+
readonly name: "Matrixdock Gold";
|
|
311
|
+
readonly symbol: "XAUM";
|
|
312
|
+
readonly decimals: 18;
|
|
313
|
+
readonly tokenAddress: "0x23AE4fd8E7844cdBc97775496eBd0E8248656028";
|
|
314
|
+
};
|
|
308
315
|
};
|
|
309
316
|
export default _default;
|
|
@@ -310,5 +310,12 @@ const tokens = [
|
|
|
310
310
|
decimals: 18,
|
|
311
311
|
tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666",
|
|
312
312
|
},
|
|
313
|
+
{
|
|
314
|
+
isMock: false,
|
|
315
|
+
name: "Matrixdock Gold",
|
|
316
|
+
symbol: "XAUM",
|
|
317
|
+
decimals: 18,
|
|
318
|
+
tokenAddress: "0x23AE4fd8E7844cdBc97775496eBd0E8248656028",
|
|
319
|
+
},
|
|
313
320
|
];
|
|
314
321
|
exports.default = (0, indexBySymbol_1.indexBySymbol)(tokens);
|
|
@@ -251,5 +251,11 @@ declare const _default: {
|
|
|
251
251
|
readonly symbol: "U";
|
|
252
252
|
readonly decimals: 18;
|
|
253
253
|
};
|
|
254
|
+
XAUM: {
|
|
255
|
+
readonly isMock: true;
|
|
256
|
+
readonly name: "Matrixdock Gold";
|
|
257
|
+
readonly symbol: "XAUM";
|
|
258
|
+
readonly decimals: 18;
|
|
259
|
+
};
|
|
254
260
|
};
|
|
255
261
|
export default _default;
|
|
@@ -280,6 +280,12 @@ export declare const tokens: {
|
|
|
280
280
|
readonly symbol: "U";
|
|
281
281
|
readonly decimals: 18;
|
|
282
282
|
};
|
|
283
|
+
XAUM: {
|
|
284
|
+
readonly isMock: true;
|
|
285
|
+
readonly name: "Matrixdock Gold";
|
|
286
|
+
readonly symbol: "XAUM";
|
|
287
|
+
readonly decimals: 18;
|
|
288
|
+
};
|
|
283
289
|
};
|
|
284
290
|
readonly bscmainnet: {
|
|
285
291
|
USDC: {
|
|
@@ -588,6 +594,13 @@ export declare const tokens: {
|
|
|
588
594
|
readonly decimals: 18;
|
|
589
595
|
readonly tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666";
|
|
590
596
|
};
|
|
597
|
+
XAUM: {
|
|
598
|
+
readonly isMock: false;
|
|
599
|
+
readonly name: "Matrixdock Gold";
|
|
600
|
+
readonly symbol: "XAUM";
|
|
601
|
+
readonly decimals: 18;
|
|
602
|
+
readonly tokenAddress: "0x23AE4fd8E7844cdBc97775496eBd0E8248656028";
|
|
603
|
+
};
|
|
591
604
|
};
|
|
592
605
|
readonly sepolia: {};
|
|
593
606
|
readonly ethereum: {};
|
|
@@ -886,6 +899,12 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
|
|
|
886
899
|
readonly symbol: "U";
|
|
887
900
|
readonly decimals: 18;
|
|
888
901
|
};
|
|
902
|
+
XAUM: {
|
|
903
|
+
readonly isMock: true;
|
|
904
|
+
readonly name: "Matrixdock Gold";
|
|
905
|
+
readonly symbol: "XAUM";
|
|
906
|
+
readonly decimals: 18;
|
|
907
|
+
};
|
|
889
908
|
};
|
|
890
909
|
readonly bscmainnet: {
|
|
891
910
|
USDC: {
|
|
@@ -1194,6 +1213,13 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
|
|
|
1194
1213
|
readonly decimals: 18;
|
|
1195
1214
|
readonly tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666";
|
|
1196
1215
|
};
|
|
1216
|
+
XAUM: {
|
|
1217
|
+
readonly isMock: false;
|
|
1218
|
+
readonly name: "Matrixdock Gold";
|
|
1219
|
+
readonly symbol: "XAUM";
|
|
1220
|
+
readonly decimals: 18;
|
|
1221
|
+
readonly tokenAddress: "0x23AE4fd8E7844cdBc97775496eBd0E8248656028";
|
|
1222
|
+
};
|
|
1197
1223
|
};
|
|
1198
1224
|
readonly sepolia: {};
|
|
1199
1225
|
readonly ethereum: {};
|
|
@@ -1490,6 +1516,12 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
|
|
|
1490
1516
|
readonly symbol: "U";
|
|
1491
1517
|
readonly decimals: 18;
|
|
1492
1518
|
};
|
|
1519
|
+
XAUM: {
|
|
1520
|
+
readonly isMock: true;
|
|
1521
|
+
readonly name: "Matrixdock Gold";
|
|
1522
|
+
readonly symbol: "XAUM";
|
|
1523
|
+
readonly decimals: 18;
|
|
1524
|
+
};
|
|
1493
1525
|
};
|
|
1494
1526
|
readonly bscmainnet: {
|
|
1495
1527
|
USDC: {
|
|
@@ -1798,6 +1830,13 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
|
|
|
1798
1830
|
readonly decimals: 18;
|
|
1799
1831
|
readonly tokenAddress: "0xcE24439F2D9C6a2289F741120FE202248B666666";
|
|
1800
1832
|
};
|
|
1833
|
+
XAUM: {
|
|
1834
|
+
readonly isMock: false;
|
|
1835
|
+
readonly name: "Matrixdock Gold";
|
|
1836
|
+
readonly symbol: "XAUM";
|
|
1837
|
+
readonly decimals: 18;
|
|
1838
|
+
readonly tokenAddress: "0x23AE4fd8E7844cdBc97775496eBd0E8248656028";
|
|
1839
|
+
};
|
|
1801
1840
|
};
|
|
1802
1841
|
readonly sepolia: {};
|
|
1803
1842
|
readonly ethereum: {};
|