Skip to content

Commit 6639ff5

Browse files
committed
Fix for OP
1 parent 6f57102 commit 6639ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.Evm.Precompiles/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static OrderedDictionary<string, Address> ListPrecompiles(this IReleaseSp
5252
AddPrecompile<MapFp2ToG2Precompile>();
5353
}
5454

55-
if (spec.IsEip7951Enabled)
55+
if (spec.IsRip7212Enabled || spec.IsEip7951Enabled)
5656
{
5757
AddPrecompile<Secp256r1Precompile>();
5858
}

0 commit comments

Comments
 (0)