@venusprotocol/isolated-pools 2.3.0-dev.5 → 2.3.0-dev.6

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.
@@ -24,6 +24,14 @@
24
24
  "PoolRegistry_Implementation": "0x3213607Db41319E32C3706116Adf1Ae890E4083A",
25
25
  "PoolRegistry_Proxy": "0x758f5715d817e02857Ba40889251201A5aE3E186",
26
26
  "RewardsDistributorImpl": "0xaA0472719984e799aC11D01C16D3c6B0F8d5C39B",
27
+ "RewardsDistributor_Core_0": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
28
+ "RewardsDistributor_Core_0_Proxy": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
29
+ "RewardsDistributor_Core_1": "0xAbBAe88E3E62D6Ffb23D084bDFD2A1Dc45e15879",
30
+ "RewardsDistributor_Core_1_Proxy": "0xAbBAe88E3E62D6Ffb23D084bDFD2A1Dc45e15879",
31
+ "RewardsDistributor_Core_2": "0x6B3f9BBbBC8595f9c3C8e0082E95C45F98239E1b",
32
+ "RewardsDistributor_Core_2_Proxy": "0x6B3f9BBbBC8595f9c3C8e0082E95C45F98239E1b",
33
+ "RewardsDistributor_Core_3": "0x5e128F6B554589D3B1E91D53Aee161A70F439062",
34
+ "RewardsDistributor_Core_3_Proxy": "0x5e128F6B554589D3B1E91D53Aee161A70F439062",
27
35
  "VTokenBeacon": "0x0463a7E5221EAE1990cEddB51A5821a68cdA6008",
28
36
  "VTokenImpl": "0x3630AD592d07294aB37336b734aB053685dDD35c",
29
37
  "VToken_vCRV_Core": "0x121E3be152F283319310D807ed847E8b98319C1e",
@@ -2331,7 +2331,32 @@ exports.globalConfig = {
2331
2331
  vTokenReceiver: preconfiguredAddresses.sepolia.VTreasury,
2332
2332
  },
2333
2333
  ],
2334
- rewards: [],
2334
+ rewards: [
2335
+ {
2336
+ asset: "XVS",
2337
+ markets: ["WBTC"],
2338
+ supplySpeeds: ["190258751902587"],
2339
+ borrowSpeeds: ["190258751902587"], // 190258751902587 XVS over 365 days (2628000 blocks)
2340
+ },
2341
+ {
2342
+ asset: "XVS",
2343
+ markets: ["WETH"],
2344
+ supplySpeeds: ["190258751902587"],
2345
+ borrowSpeeds: ["190258751902587"], // 190258751902587 XVS over 365 days (2628000 blocks)
2346
+ },
2347
+ {
2348
+ asset: "XVS",
2349
+ markets: ["USDC"],
2350
+ supplySpeeds: ["190258751902587"],
2351
+ borrowSpeeds: ["190258751902587"], // 190258751902587 XVS over 365 days (2628000 blocks)
2352
+ },
2353
+ {
2354
+ asset: "XVS",
2355
+ markets: ["USDT"],
2356
+ supplySpeeds: ["190258751902587"],
2357
+ borrowSpeeds: ["190258751902587"], // 190258751902587 XVS over 365 days (2628000 blocks)
2358
+ },
2359
+ ],
2335
2360
  },
2336
2361
  {
2337
2362
  id: "Stablecoins",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "2.3.0-dev.5",
3
+ "version": "2.3.0-dev.6",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",