Skip to content

Conversation

@nicholaspai
Copy link
Member

I didn't want to make the diff too large to review so I'll save testnet/zksync configs for follow up

I didn't want to make the diff too large to review so I'll save testnet/zksync configs for follow up
Comment on lines 164 to 168
chainId: CHAIN_IDs.OPTIMISM_SEPOLIA,
url: getNodeUrl(CHAIN_IDs.OPTIMISM_SEPOLIA),
accounts: { mnemonic },
saveDeployments: true,
companionNetworks: { l1: "sepolia" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
chainId: CHAIN_IDs.OPTIMISM_SEPOLIA,
url: getNodeUrl(CHAIN_IDs.OPTIMISM_SEPOLIA),
accounts: { mnemonic },
saveDeployments: true,
companionNetworks: { l1: "sepolia" },
...getDefaultHardhatConfig(CHAIN_IDs.OPTIMISM_SEPOLIA)
companionNetworks: { l1: "sepolia" },

or would that be too convoluted?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think i'll define a helper function to do this, but i want to keep the diff low for now

@nicholaspai nicholaspai merged commit 8a988aa into master Sep 22, 2025
10 checks passed
@nicholaspai nicholaspai deleted the hardhat-refactor branch September 22, 2025 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants