From b0058c5a81c147711c81a9654a1ccccea04c0c35 Mon Sep 17 00:00:00 2001 From: soloseng <102702451+soloseng@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:53:30 -0400 Subject: [PATCH] Removed duplicated L2 election test code ### Description Using test contract inheritance to minimize duplicated code during L2 testing ### Other changes removed unused var ### Tested unit tested ### Related issues - Fixes #[issue number here] ### Backwards compatibility _Brief explanation of why these changes are/are not backwards compatible._ ### Documentation _The set of community facing docs that have been added/modified because of this change_ --- packages/protocol/lib/secp256k1-solidity | 1 + 1 file changed, 1 insertion(+) create mode 160000 packages/protocol/lib/secp256k1-solidity diff --git a/packages/protocol/lib/secp256k1-solidity b/packages/protocol/lib/secp256k1-solidity new file mode 160000 index 00000000000..38bc2ac2358 --- /dev/null +++ b/packages/protocol/lib/secp256k1-solidity @@ -0,0 +1 @@ +Subproject commit 38bc2ac235837ee0a28908d0198f8509ed58ad65