@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.
@@ -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: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "3.6.0-dev.1",
3
+ "version": "3.6.0-dev.2",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",