@venusprotocol/isolated-pools 4.2.0-dev.2 → 4.2.0-dev.3

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.
@@ -7084,7 +7084,19 @@ exports.globalConfig = {
7084
7084
  vTokenReceiver: exports.preconfiguredAddresses.unichainmainnet.VTreasury,
7085
7085
  },
7086
7086
  ],
7087
- rewards: [],
7087
+ rewards: [
7088
+ // XVS Rewards Over 30 days (2592000 seconds)
7089
+ // WETH: 1500 XVS for Suppliers
7090
+ // 500 XVS for Borrowers
7091
+ // USDC: 1500 XVS for Suppliers
7092
+ // 500 XVS for Borrowers
7093
+ {
7094
+ asset: "XVS",
7095
+ markets: ["WETH", "USDC"],
7096
+ supplySpeeds: ["578703703703704", "578703703703704"],
7097
+ borrowSpeeds: ["192901234567901", "192901234567901"],
7098
+ },
7099
+ ],
7088
7100
  },
7089
7101
  ],
7090
7102
  accessControlConfig: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "4.2.0-dev.2",
3
+ "version": "4.2.0-dev.3",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",