diff --git a/precompile/registry/registry.go b/precompile/registry/registry.go index 5d2ebf9ccd..140e2e9bd6 100644 --- a/precompile/registry/registry.go +++ b/precompile/registry/registry.go @@ -8,4 +8,14 @@ package registry // with the registry. import ( _ "github.com/ava-labs/coreth/precompile/contracts/warp" + // ADD PRECOMPILES BELOW + // _ "github.com/ava-labs/coreth/precompile/contracts/newprecompile" ) + +// This list is kept just for reference. The actual addresses defined in respective packages of precompiles. +// Note: it is important that none of these addresses conflict with each other or any other precompiles +// in /coreth/contracts/contracts/**. + +// WarpMessengerAddress = common.HexToAddress("0x0200000000000000000000000000000000000005") +// ADD PRECOMPILES BELOW +// NewPrecompileAddress = common.HexToAddress("0x02000000000000000000000000000000000000??")