@venusprotocol/isolated-pools 3.6.0-dev.1 → 3.6.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/opsepolia/RewardsDistributorImpl.json +1856 -0
- package/deployments/opsepolia/RewardsDistributor_Core_0.json +1420 -0
- package/deployments/opsepolia/RewardsDistributor_Core_0_Proxy.json +272 -0
- package/deployments/opsepolia/solcInputs/7a28e95a7186e06cde14ca21a979d10b.json +256 -0
- package/deployments/opsepolia.json +2569 -0
- package/deployments/opsepolia_addresses.json +3 -0
- package/dist/deployments/opsepolia.json +2569 -0
- package/dist/helpers/deploymentConfig.js +19 -1
- package/package.json +1 -1
|
@@ -4982,7 +4982,25 @@ exports.globalConfig = {
|
|
|
4982
4982
|
vTokenReceiver: exports.preconfiguredAddresses.opsepolia.VTreasury,
|
|
4983
4983
|
},
|
|
4984
4984
|
],
|
|
4985
|
-
rewards: [
|
|
4985
|
+
rewards: [
|
|
4986
|
+
// XVS Rewards Over 120 months (311040000 seconds)
|
|
4987
|
+
// WETH: 360 XVS for Suppliers
|
|
4988
|
+
// 360 XVS for Borrowers
|
|
4989
|
+
// WBTC: 360 XVS for Suppliers
|
|
4990
|
+
// 360 XVS for Borrowers
|
|
4991
|
+
// USDT: 360 XVS for Suppliers
|
|
4992
|
+
// 360 XVS for Borrowers
|
|
4993
|
+
// USDC: 360 XVS for Suppliers
|
|
4994
|
+
// 360 XVS for Borrowers
|
|
4995
|
+
// OP: 360 XVS for Suppliers
|
|
4996
|
+
// 360 XVS for Borrowers
|
|
4997
|
+
{
|
|
4998
|
+
asset: "XVS",
|
|
4999
|
+
markets: ["WETH", "WBTC", "USDT", "USDC", "OP"],
|
|
5000
|
+
supplySpeeds: ["1157407407407", "1157407407407", "1157407407407", "1157407407407", "1157407407407"],
|
|
5001
|
+
borrowSpeeds: ["1157407407407", "1157407407407", "1157407407407", "1157407407407", "1157407407407"],
|
|
5002
|
+
},
|
|
5003
|
+
],
|
|
4986
5004
|
},
|
|
4987
5005
|
],
|
|
4988
5006
|
accessControlConfig: [
|