@venusprotocol/isolated-pools 3.1.0-dev.1 → 3.1.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/ethereum/JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink8000bps.json +519 -0
- package/deployments/ethereum/VToken_vDAI_Core.json +257 -0
- package/deployments/ethereum.json +393 -0
- package/deployments/ethereum_addresses.json +2 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink8000bps.json +519 -0
- package/deployments/sepolia/MockDAI.json +458 -0
- package/deployments/sepolia/VToken_vDAI_Core.json +257 -0
- package/deployments/sepolia/solcInputs/6c20111db935f77a09779b07bf47545e.json +345 -0
- package/deployments/sepolia.json +827 -125
- package/deployments/sepolia_addresses.json +3 -0
- package/dist/deployments/ethereum.json +393 -0
- package/dist/deployments/sepolia.json +827 -125
- package/dist/helpers/deploymentConfig.js +50 -0
- package/package.json +1 -1
|
@@ -2309,6 +2309,13 @@ exports.globalConfig = {
|
|
|
2309
2309
|
decimals: 18,
|
|
2310
2310
|
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
2311
2311
|
},
|
|
2312
|
+
{
|
|
2313
|
+
isMock: true,
|
|
2314
|
+
name: "Dai Stablecoin",
|
|
2315
|
+
symbol: "DAI",
|
|
2316
|
+
decimals: 18,
|
|
2317
|
+
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
2318
|
+
},
|
|
2312
2319
|
],
|
|
2313
2320
|
poolConfig: [
|
|
2314
2321
|
{
|
|
@@ -2426,6 +2433,24 @@ exports.globalConfig = {
|
|
|
2426
2433
|
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2427
2434
|
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
|
|
2428
2435
|
},
|
|
2436
|
+
{
|
|
2437
|
+
name: "Venus DAI (Core)",
|
|
2438
|
+
asset: "DAI",
|
|
2439
|
+
symbol: "vDAI_Core",
|
|
2440
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
2441
|
+
baseRatePerYear: "0",
|
|
2442
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
|
|
2443
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
|
|
2444
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2445
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.75", 18),
|
|
2446
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.77", 18),
|
|
2447
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
2448
|
+
initialSupply: (0, utils_1.convertToUnit)("5000", 18),
|
|
2449
|
+
supplyCap: (0, utils_1.convertToUnit)(50000000, 18),
|
|
2450
|
+
borrowCap: (0, utils_1.convertToUnit)(45000000, 18),
|
|
2451
|
+
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2452
|
+
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
|
|
2453
|
+
},
|
|
2429
2454
|
],
|
|
2430
2455
|
rewards: [
|
|
2431
2456
|
// XVS Rewards Over 90 days (648000 blocks)
|
|
@@ -2748,6 +2773,13 @@ exports.globalConfig = {
|
|
|
2748
2773
|
decimals: 18,
|
|
2749
2774
|
tokenAddress: "0x35fA164735182de50811E8e2E824cFb9B6118ac2",
|
|
2750
2775
|
},
|
|
2776
|
+
{
|
|
2777
|
+
isMock: false,
|
|
2778
|
+
name: "Dai Stablecoin",
|
|
2779
|
+
symbol: "DAI",
|
|
2780
|
+
decimals: 18,
|
|
2781
|
+
tokenAddress: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
2782
|
+
},
|
|
2751
2783
|
],
|
|
2752
2784
|
poolConfig: [
|
|
2753
2785
|
{
|
|
@@ -2847,6 +2879,24 @@ exports.globalConfig = {
|
|
|
2847
2879
|
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2848
2880
|
vTokenReceiver: "0x7a16fF8270133F063aAb6C9977183D9e72835428",
|
|
2849
2881
|
},
|
|
2882
|
+
{
|
|
2883
|
+
name: "Venus DAI (Core)",
|
|
2884
|
+
asset: "DAI",
|
|
2885
|
+
symbol: "vDAI_Core",
|
|
2886
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
2887
|
+
baseRatePerYear: "0",
|
|
2888
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
|
|
2889
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
|
|
2890
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
2891
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.75", 18),
|
|
2892
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.77", 18),
|
|
2893
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
2894
|
+
initialSupply: (0, utils_1.convertToUnit)("5000", 18),
|
|
2895
|
+
supplyCap: (0, utils_1.convertToUnit)(50000000, 18),
|
|
2896
|
+
borrowCap: (0, utils_1.convertToUnit)(45000000, 18),
|
|
2897
|
+
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2898
|
+
vTokenReceiver: exports.preconfiguredAddresses.ethereum.VTreasury,
|
|
2899
|
+
},
|
|
2850
2900
|
],
|
|
2851
2901
|
rewards: [
|
|
2852
2902
|
// XVS Rewards Over 90 days (648000 blocks)
|