mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -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/mocks/bridging/UpgradedBridgedToken.sol",
|
||||||
"src/_testing/unit/messaging/TestL2MessageManager.sol",
|
"src/_testing/unit/messaging/TestL2MessageManager.sol",
|
||||||
"src/_testing/unit/messaging/TestL2MessageService.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]));
|
export const overrides = Object.fromEntries(londonOverridePaths.map((path) => [path, londonOverride]));
|
||||||
|
|||||||
Reference in New Issue
Block a user