Skip to content

Commit

Permalink
Merge pull request #534 from VenusProtocol/feat/ven-2880
Browse files Browse the repository at this point in the history
[VEN-2880] Deploy Prime to Base Sepolia
  • Loading branch information
web3rover authored Dec 3, 2024
2 parents d099275 + 1cb1de1 commit 8eb6dab
Show file tree
Hide file tree
Showing 12 changed files with 14,511 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/012-deploy-prime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
arbitrumsepolia: TEN_MINUTES,
zksyncsepolia: TEN_MINUTES,
opsepolia: TEN_MINUTES,
basesepolia: TEN_MINUTES,
bscmainnet: NINETY_DAYS,
ethereum: NINETY_DAYS,
arbitrumone: NINETY_DAYS,
Expand All @@ -46,6 +47,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
opsepolia: 0,
opmainnet: 0,
hardhat: 0,
basesepolia: 0,
};

const blocksPerYear: Config = {
Expand All @@ -57,6 +59,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
zksyncmainnet: 0, // time based contracts
opsepolia: 0, // time based contracts
opmainnet: 0, // time based contracts
basesepolia: 0, // time based contracts
bscmainnet: 10_512_000,
ethereum: 2_628_000,
hardhat: 100,
Expand Down Expand Up @@ -89,6 +92,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
zksyncmainnet: "0x751Aa759cfBB6CE71A43b48e40e1cCcFC66Ba4aa", // ZKSYNC MAINNET MULTISIG
opsepolia: "0xd57365EE4E850e881229e2F8Aa405822f289e78d", // OPSEPOLIA MULTISIG
opmainnet: "0x2e94dd14E81999CdBF5deDE31938beD7308354b3", // OPMAINNET MULTISIG
basesepolia: "0xdf3b635d2b535f906BB02abb22AED71346E36a00", // BASE SEPOLIA MULTISIG
bscmainnet: await getContractAddressOrNullAddress(deployments, "NormalTimelock"),
bsctestnet: await getContractAddressOrNullAddress(deployments, "NormalTimelock"),
};
Expand Down
1 change: 1 addition & 0 deletions deploy/013-configure-prime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
zksyncmainnet: "0x751Aa759cfBB6CE71A43b48e40e1cCcFC66Ba4aa", // ZKSYNC MAINNET MULTISIG
opsepolia: "0xd57365EE4E850e881229e2F8Aa405822f289e78d", // OPSEPOLIA MULTISIG
opmainnet: "0x2e94dd14E81999CdBF5deDE31938beD7308354b3", // OPMAINNET MULTISIG
basesepolia: "0xdf3b635d2b535f906BB02abb22AED71346E36a00", // BASE SEPOLIA MULTISIG
bscmainnet: await getContractAddressOrNullAddress(deployments, "NormalTimelock"),
bsctestnet: await getContractAddressOrNullAddress(deployments, "NormalTimelock"),
};
Expand Down
Loading

0 comments on commit 8eb6dab

Please sign in to comment.