core/vm: move p256verify to address 0x100

This commit is contained in:
Felix Lange 2025-06-09 13:56:54 +02:00
parent bdca277e55
commit fb5e6d06aa

View file

@ -167,7 +167,7 @@ var PrecompiledContractsOsaka = PrecompiledContracts{
// PrecompiledContractsP256Verify contains the precompiled Ethereum // PrecompiledContractsP256Verify contains the precompiled Ethereum
// contract specified in EIP-7212. This is exported for testing purposes. // contract specified in EIP-7212. This is exported for testing purposes.
var PrecompiledContractsP256Verify = PrecompiledContracts{ var PrecompiledContractsP256Verify = PrecompiledContracts{
common.BytesToAddress([]byte{0x0b}): &p256Verify{}, common.BytesToAddress([]byte{0x1, 0x00}): &p256Verify{},
} }
var ( var (