mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 03:43:56 -05:00
chore: add l2 yield contracts to hardhat_overrides
This commit is contained in:
@@ -26,6 +26,9 @@ const londonOverridePaths = [
|
||||
"src/_testing/mocks/bridging/UpgradedBridgedToken.sol",
|
||||
"src/_testing/unit/messaging/TestL2MessageManager.sol",
|
||||
"src/_testing/unit/messaging/TestL2MessageService.sol",
|
||||
|
||||
"src/bridging/eth/L2ETHBridge.sol",
|
||||
"src/messaging/l2/L2YieldMessageService.sol",
|
||||
];
|
||||
|
||||
export const overrides = Object.fromEntries(londonOverridePaths.map((path) => [path, londonOverride]));
|
||||
|
||||
Reference in New Issue
Block a user