@venusprotocol/venus-protocol 7.2.0 → 7.3.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.
@@ -2,6 +2,9 @@
2
2
  "name": "opbnbmainnet",
3
3
  "chainId": "204",
4
4
  "addresses": {
5
- "VTreasuryV8": "0xDDc9017F3073aa53a4A8535163b0bf7311F72C52"
5
+ "VTreasuryV8": "0xDDc9017F3073aa53a4A8535163b0bf7311F72C52",
6
+ "XVSStore": "0xc3279442a5aCaCF0A2EcB015d1cDDBb3E0f3F775",
7
+ "XVSVault": "0x16412DBB7B2a4E119eDFCb3b58B08d196eC733BE",
8
+ "XVSVaultProxy": "0x7dc969122450749A8B0777c0e324522d67737988"
6
9
  }
7
10
  }
@@ -4,7 +4,8 @@ const hardhat_1 = require("hardhat");
4
4
  const adminAccount = {
5
5
  sepolia: "0x94fa6078b6b8a26f0b6edffbe6501b22a10470fb",
6
6
  ethereum: "0x285960C5B22fD66A736C7136967A3eB15e93CC67",
7
- opbnbtestnet: "0xb15f6EfEbC276A3b9805df81b5FB3D50C2A62BDf", // OPBNBTESTNET MULTISIG
7
+ opbnbtestnet: "0xb15f6EfEbC276A3b9805df81b5FB3D50C2A62BDf",
8
+ opbnbmainnet: "0xC46796a21a3A9FAB6546aF3434F2eBfFd0604207", // OPBNBMAINNET MULTISIG
8
9
  };
9
10
  const func = async function (hre) {
10
11
  const { getNamedAccounts } = hre;
@@ -3564,7 +3564,7 @@
3564
3564
  ]
3565
3565
  },
3566
3566
  "ComptrollerLens": {
3567
- "address": "0xc698edFbac7F4A3A2A06757860938e73260ed7a4",
3567
+ "address": "0x350d56985A269C148648207E4Cea9f87656E762a",
3568
3568
  "abi": [
3569
3569
  {
3570
3570
  "anonymous": false,
@@ -44,6 +44,10 @@ const DEPLOYER_PRIVATE_KEY = process.env.DEPLOYER_PRIVATE_KEY;
44
44
  "node_modules/@venusprotocol/token-bridge/deployments/ethereum",
45
45
  "node_modules/@venusprotocol/governance-contracts/deployments/ethereum",
46
46
  ],
47
+ opbnbmainnet: [
48
+ "node_modules/@venusprotocol/governance-contracts/deployments/opbnbmainnet",
49
+ "node_modules/@venusprotocol/token-bridge/deployments/opbnbmainnet",
50
+ ],
47
51
  },
48
52
  };
49
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/venus-protocol",
3
- "version": "7.2.0",
3
+ "version": "7.3.0-dev.2",
4
4
  "description": "The Venus Money Market",
5
5
  "repository": "git@github.com:VenusProtocol/venus-protocol.git",
6
6
  "author": "Venus",