@venusprotocol/isolated-pools 3.6.0 → 3.7.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/zksyncmainnet/VToken_vUSDC_Core.json +317 -0
- package/deployments/zksyncmainnet/solcInputs/d76281ebfc364775b25298b192a96581.json +403 -0
- package/deployments/zksyncmainnet.json +74 -0
- package/deployments/zksyncmainnet_addresses.json +1 -0
- package/deployments/zksyncsepolia/JumpRateModelV2_base0bps_slope875bps_jump8000bps_kink8000bps.json +706 -0
- package/deployments/zksyncsepolia/MockUSDC.json +557 -0
- package/deployments/zksyncsepolia/VToken_vUSDC_Core.json +355 -0
- package/deployments/zksyncsepolia/solcInputs/d76281ebfc364775b25298b192a96581.json +403 -0
- package/deployments/zksyncsepolia.json +743 -0
- package/deployments/zksyncsepolia_addresses.json +3 -0
- package/dist/deployments/zksyncmainnet.json +74 -0
- package/dist/deployments/zksyncsepolia.json +743 -0
- package/dist/helpers/deploymentConfig.js +50 -0
- package/package.json +1 -1
|
@@ -4731,6 +4731,13 @@ exports.globalConfig = {
|
|
|
4731
4731
|
decimals: 18,
|
|
4732
4732
|
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
4733
4733
|
},
|
|
4734
|
+
{
|
|
4735
|
+
isMock: true,
|
|
4736
|
+
name: "USDC",
|
|
4737
|
+
symbol: "USDC",
|
|
4738
|
+
decimals: 6,
|
|
4739
|
+
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
4740
|
+
},
|
|
4734
4741
|
{
|
|
4735
4742
|
isMock: false,
|
|
4736
4743
|
name: "Venus",
|
|
@@ -4837,6 +4844,24 @@ exports.globalConfig = {
|
|
|
4837
4844
|
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ZKSYNC_SEPOLIA,
|
|
4838
4845
|
vTokenReceiver: exports.preconfiguredAddresses.zksyncsepolia.VTreasury,
|
|
4839
4846
|
},
|
|
4847
|
+
{
|
|
4848
|
+
name: "Venus USDC (Core)",
|
|
4849
|
+
asset: "USDC",
|
|
4850
|
+
symbol: "vUSDC_Core",
|
|
4851
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
4852
|
+
baseRatePerYear: "0",
|
|
4853
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.0875", 18),
|
|
4854
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
4855
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
4856
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.72", 18),
|
|
4857
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.75", 18),
|
|
4858
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
4859
|
+
initialSupply: (0, utils_1.convertToUnit)(5000, 6),
|
|
4860
|
+
supplyCap: (0, utils_1.convertToUnit)(1250000, 6),
|
|
4861
|
+
borrowCap: (0, utils_1.convertToUnit)(1000000, 6),
|
|
4862
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ZKSYNC_SEPOLIA,
|
|
4863
|
+
vTokenReceiver: exports.preconfiguredAddresses.zksyncsepolia.VTreasury,
|
|
4864
|
+
},
|
|
4840
4865
|
],
|
|
4841
4866
|
rewards: [
|
|
4842
4867
|
// XVS Rewards Over 3600 days (311040000 seconds)
|
|
@@ -4909,6 +4934,13 @@ exports.globalConfig = {
|
|
|
4909
4934
|
decimals: 18,
|
|
4910
4935
|
tokenAddress: "0xD78ABD81a3D57712a3af080dc4185b698Fe9ac5A",
|
|
4911
4936
|
},
|
|
4937
|
+
{
|
|
4938
|
+
isMock: false,
|
|
4939
|
+
name: "USDC",
|
|
4940
|
+
symbol: "USDC",
|
|
4941
|
+
decimals: 6,
|
|
4942
|
+
tokenAddress: "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
|
|
4943
|
+
},
|
|
4912
4944
|
],
|
|
4913
4945
|
poolConfig: [
|
|
4914
4946
|
{
|
|
@@ -5008,6 +5040,24 @@ exports.globalConfig = {
|
|
|
5008
5040
|
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ZKSYNC_MAINNET,
|
|
5009
5041
|
vTokenReceiver: exports.preconfiguredAddresses.zksyncmainnet.VTreasury,
|
|
5010
5042
|
},
|
|
5043
|
+
{
|
|
5044
|
+
name: "Venus USDC (Core)",
|
|
5045
|
+
asset: "USDC",
|
|
5046
|
+
symbol: "vUSDC_Core",
|
|
5047
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
5048
|
+
baseRatePerYear: "0",
|
|
5049
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.0875", 18),
|
|
5050
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
5051
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
5052
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.72", 18),
|
|
5053
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.75", 18),
|
|
5054
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.1", 18),
|
|
5055
|
+
initialSupply: (0, utils_1.convertToUnit)(5000, 6),
|
|
5056
|
+
supplyCap: (0, utils_1.convertToUnit)(1250000, 6),
|
|
5057
|
+
borrowCap: (0, utils_1.convertToUnit)(1000000, 6),
|
|
5058
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ZKSYNC_MAINNET,
|
|
5059
|
+
vTokenReceiver: exports.preconfiguredAddresses.zksyncmainnet.VTreasury,
|
|
5060
|
+
},
|
|
5011
5061
|
],
|
|
5012
5062
|
rewards: [
|
|
5013
5063
|
// XVS Rewards Over 1 month (2,592,000 seconds)
|