diff --git a/graft/subnet-evm/precompile/registry/registry.go b/graft/subnet-evm/precompile/registry/registry.go index 29638b6d8eee..c755f5c24bd2 100644 --- a/graft/subnet-evm/precompile/registry/registry.go +++ b/graft/subnet-evm/precompile/registry/registry.go @@ -7,6 +7,7 @@ package registry // Force imports of each precompile to ensure each precompile's init function runs and registers itself // with the registry. import ( + _ "github.com/ava-labs/avalanchego/graft/subnet-evm/precompile/contracts/acp224feemanager" _ "github.com/ava-labs/avalanchego/graft/subnet-evm/precompile/contracts/deployerallowlist" _ "github.com/ava-labs/avalanchego/graft/subnet-evm/precompile/contracts/feemanager" _ "github.com/ava-labs/avalanchego/graft/subnet-evm/precompile/contracts/nativeminter" @@ -33,5 +34,6 @@ import ( // FeeManagerAddress = common.HexToAddress("0x0200000000000000000000000000000000000003") // RewardManagerAddress = common.HexToAddress("0x0200000000000000000000000000000000000004") // WarpAddress = common.HexToAddress("0x0200000000000000000000000000000000000005") +// ACP224FeeManagerAddress = common.HexToAddress("0x0200000000000000000000000000000000000006") // ADD YOUR PRECOMPILE HERE // {YourPrecompile}Address = common.HexToAddress("0x03000000000000000000000000000000000000??")