@venusprotocol/venus-protocol 9.5.0-dev.2 → 9.5.0
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_slope900bps_jump35000bps_kink4500bps.json +380 -0
- package/deployments/bscmainnet/vTHE.json +2382 -0
- package/deployments/bscmainnet.json +11519 -9584
- package/deployments/bscmainnet_addresses.json +2 -0
- package/deployments/bsctestnet/JumpRateModel_base0bps_slope900bps_jump35000bps_kink4500bps.json +380 -0
- package/deployments/bsctestnet/MockTHE.json +458 -0
- package/deployments/bsctestnet/vTHE.json +2382 -0
- package/deployments/bsctestnet.json +7713 -5469
- package/deployments/bsctestnet_addresses.json +3 -0
- package/dist/deployments/bscmainnet.json +11519 -9584
- package/dist/deployments/bsctestnet.json +7713 -5469
- package/dist/helpers/deploymentConfig.js +45 -0
- package/package.json +1 -1
|
@@ -119,6 +119,12 @@ const getGlobalConfig = async () => {
|
|
|
119
119
|
symbol: "SolvBTC",
|
|
120
120
|
decimals: 18,
|
|
121
121
|
},
|
|
122
|
+
{
|
|
123
|
+
isMock: true,
|
|
124
|
+
name: "THENA",
|
|
125
|
+
symbol: "THE",
|
|
126
|
+
decimals: 18,
|
|
127
|
+
},
|
|
122
128
|
],
|
|
123
129
|
marketsConfig: [
|
|
124
130
|
{
|
|
@@ -169,6 +175,22 @@ const getGlobalConfig = async () => {
|
|
|
169
175
|
borrowCap: (0, utils_1.convertToUnit)("55", 18),
|
|
170
176
|
vTokenReceiver: vTreasuryAddress,
|
|
171
177
|
},
|
|
178
|
+
{
|
|
179
|
+
name: "Venus THE",
|
|
180
|
+
asset: "THE",
|
|
181
|
+
symbol: "vTHE",
|
|
182
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
183
|
+
baseRatePerYear: "0",
|
|
184
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
185
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3.5", 18),
|
|
186
|
+
kink_: (0, utils_1.convertToUnit)("0.45", 18),
|
|
187
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.53", 18),
|
|
188
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
|
|
189
|
+
initialSupply: (0, utils_1.convertToUnit)("12286", 18),
|
|
190
|
+
supplyCap: (0, utils_1.convertToUnit)("2400000", 18),
|
|
191
|
+
borrowCap: (0, utils_1.convertToUnit)("1200000", 18),
|
|
192
|
+
vTokenReceiver: vTreasuryAddress,
|
|
193
|
+
},
|
|
172
194
|
],
|
|
173
195
|
},
|
|
174
196
|
bscmainnet: {
|
|
@@ -190,6 +212,13 @@ const getGlobalConfig = async () => {
|
|
|
190
212
|
decimals: 18,
|
|
191
213
|
tokenAddress: "0x4aae823a6a0b376de6a78e74ecc5b079d38cbcf7",
|
|
192
214
|
},
|
|
215
|
+
{
|
|
216
|
+
isMock: false,
|
|
217
|
+
name: "THENA",
|
|
218
|
+
symbol: "THE",
|
|
219
|
+
decimals: 18,
|
|
220
|
+
tokenAddress: "0xF4C8E32EaDEC4BFe97E0F595AdD0f4450a863a11",
|
|
221
|
+
},
|
|
193
222
|
],
|
|
194
223
|
marketsConfig: [
|
|
195
224
|
{
|
|
@@ -240,6 +269,22 @@ const getGlobalConfig = async () => {
|
|
|
240
269
|
borrowCap: (0, utils_1.convertToUnit)("55", 18),
|
|
241
270
|
vTokenReceiver: "0xD5bAa0C3d61Ba3f4899565f269e5f9b186AAf14B",
|
|
242
271
|
},
|
|
272
|
+
{
|
|
273
|
+
name: "Venus THE",
|
|
274
|
+
asset: "THE",
|
|
275
|
+
symbol: "vTHE",
|
|
276
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
277
|
+
baseRatePerYear: "0",
|
|
278
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
279
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3.5", 18),
|
|
280
|
+
kink_: (0, utils_1.convertToUnit)("0.45", 18),
|
|
281
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.53", 18),
|
|
282
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
|
|
283
|
+
initialSupply: (0, utils_1.convertToUnit)("12286", 18),
|
|
284
|
+
supplyCap: (0, utils_1.convertToUnit)("2400000", 18),
|
|
285
|
+
borrowCap: (0, utils_1.convertToUnit)("1200000", 18),
|
|
286
|
+
vTokenReceiver: "0x1c6C2498854662FDeadbC4F14eA2f30ca305104b",
|
|
287
|
+
},
|
|
243
288
|
],
|
|
244
289
|
},
|
|
245
290
|
};
|