core/vm: enable p256verify on osaka

This commit is contained in:
Felix Lange 2025-06-09 13:57:30 +02:00
parent fb5e6d06aa
commit e8c3207261

View file

@ -162,6 +162,8 @@ var PrecompiledContractsOsaka = PrecompiledContracts{
common.BytesToAddress([]byte{0x0f}): &bls12381Pairing{},
common.BytesToAddress([]byte{0x10}): &bls12381MapG1{},
common.BytesToAddress([]byte{0x11}): &bls12381MapG2{},
common.BytesToAddress([]byte{0x1, 0x00}): &p256Verify{},
}
// PrecompiledContractsP256Verify contains the precompiled Ethereum