We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f57102 commit 6639ff5Copy full SHA for 6639ff5
src/Nethermind/Nethermind.Evm.Precompiles/Extensions.cs
@@ -52,7 +52,7 @@ public static OrderedDictionary<string, Address> ListPrecompiles(this IReleaseSp
52
AddPrecompile<MapFp2ToG2Precompile>();
53
}
54
55
- if (spec.IsEip7951Enabled)
+ if (spec.IsRip7212Enabled || spec.IsEip7951Enabled)
56
{
57
AddPrecompile<Secp256r1Precompile>();
58
0 commit comments