Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VEN-2914][VEN-2915]: Prime on unichainsepolia #557

Merged
merged 5 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
unichainsepolia: TEN_MINUTES,
basesepolia: TEN_MINUTES,
basemainnet: NINETY_DAYS,
bscmainnet: NINETY_DAYS,
Expand All @@ -47,6 +48,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
zksyncmainnet: 0,
opsepolia: 0,
opmainnet: 0,
unichainsepolia: 0,
hardhat: 0,
basesepolia: 0,
basemainnet: 0,
Expand All @@ -61,6 +63,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
zksyncmainnet: 0, // time based contracts
opsepolia: 0, // time based contracts
opmainnet: 0, // time based contracts
unichainsepolia: 0, // time based contracts
basesepolia: 0, // time based contracts
basemainnet: 0, // time based contracts
bscmainnet: 10_512_000,
Expand Down Expand Up @@ -95,6 +98,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
zksyncmainnet: "0x751Aa759cfBB6CE71A43b48e40e1cCcFC66Ba4aa", // ZKSYNC MAINNET MULTISIG
opsepolia: "0xd57365EE4E850e881229e2F8Aa405822f289e78d", // OPSEPOLIA MULTISIG
opmainnet: "0x2e94dd14E81999CdBF5deDE31938beD7308354b3", // OPMAINNET MULTISIG
unichainsepolia: "0x9831D3A641E8c7F082EEA75b8249c99be9D09a34", // UNICHAIN SEPOLIA MULTISIG
basesepolia: "0xdf3b635d2b535f906BB02abb22AED71346E36a00", // BASE SEPOLIA MULTISIG
basemainnet: "0x1803Cf1D3495b43cC628aa1d8638A981F8CD341C", // BASE MAINNET MULTISIG
bscmainnet: 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
unichainsepolia: "0x9831D3A641E8c7F082EEA75b8249c99be9D09a34", // UNICHAIN SEPOLIA MULTISIG
basesepolia: "0xdf3b635d2b535f906BB02abb22AED71346E36a00", // BASE SEPOLIA MULTISIG
basemainnet: "0x1803Cf1D3495b43cC628aa1d8638A981F8CD341C", // BASE MAINNET MULTISIG
bscmainnet: await getContractAddressOrNullAddress(deployments, "NormalTimelock"),
Expand Down
Loading
Loading