Skip to content

Commit

Permalink
Merge pull request #411 from VenusProtocol/feat/VEN-2193
Browse files Browse the repository at this point in the history
[VEN-2193]: VTreasuryV8 opBnB Mainnet deployments
  • Loading branch information
GitGuru7 authored Dec 18, 2023
2 parents 59fe37a + d0bf4f5 commit 6e4862c
Show file tree
Hide file tree
Showing 5 changed files with 429 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/007-deploy-VTreasuryV8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ const acmAdminAccount: AdminAccounts = {
sepolia: "0x94fa6078b6b8a26f0b6edffbe6501b22a10470fb", // SEPOLIA MULTISIG
ethereum: "0x285960C5B22fD66A736C7136967A3eB15e93CC67", // ETHEREUM MULTISIG
opbnbtestnet: "0xb15f6EfEbC276A3b9805df81b5FB3D50C2A62BDf", // OPBNBTESTNET MULTISIG
opbnbmainnet: "0xC46796a21a3A9FAB6546aF3434F2eBfFd0604207", // OPBNBMAINNET MULTISIG
};

const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const { deployments, getNamedAccounts } = hre;
const { deploy } = deployments;
const { deployer } = await getNamedAccounts();
const deployerSigner = await hre.ethers.getSigner(deployer);

const treasuryInstance = await deploy("VTreasuryV8", {
from: deployer,
args: [],
Expand Down
1 change: 1 addition & 0 deletions deployments/opbnbmainnet/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
204
329 changes: 329 additions & 0 deletions deployments/opbnbmainnet/VTreasuryV8.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6e4862c

Please sign in to comment.