Skip to content

Commit

Permalink
Merge pull request #533 from VenusProtocol/feat/ven-2877
Browse files Browse the repository at this point in the history
[VEN-2877] Deploy XVS Vault and XVS Store on Base Sepolia
  • Loading branch information
web3rover authored Dec 3, 2024
2 parents faeb623 + c87b845 commit db93471
Show file tree
Hide file tree
Showing 7 changed files with 5,837 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/009-configure-vaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
zksyncmainnet: 0, // time based deployment
bscmainnet: 10_512_000,
ethereum: 2_628_000,
basesepolia: 0, // time based deployment
hardhat: 100,
};

Expand All @@ -45,6 +46,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
opmainnet: "0x2e94dd14E81999CdBF5deDE31938beD7308354b3", // OPMAINNET MULTISIG
bscmainnet: await getContractAddressOrNullAddress(deployments, "NormalTimelock"),
bsctestnet: await getContractAddressOrNullAddress(deployments, "NormalTimelock"),
basesepolia: "0xdf3b635d2b535f906BB02abb22AED71346E36a00", // BASE SEPOLIA MULTISIG
hardhat: deployer,
};

Expand Down
Loading

0 comments on commit db93471

Please sign in to comment.