@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.
- package/deployments/unichainmainnet/RewardsDistributorImpl.json +1856 -0
- package/deployments/unichainmainnet/RewardsDistributor_Core_0.json +1420 -0
- package/deployments/unichainmainnet/RewardsDistributor_Core_0_Proxy.json +272 -0
- package/deployments/unichainmainnet.json +2569 -0
- package/deployments/unichainmainnet_addresses.json +3 -0
- package/dist/deployments/unichainmainnet.json +2569 -0
- package/dist/helpers/deploymentConfig.js +13 -1
- package/package.json +1 -1
|
@@ -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: [
|