Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions graft/subnet-evm/precompile/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -33,5 +34,6 @@ import (
// FeeManagerAddress = common.HexToAddress("0x0200000000000000000000000000000000000003")
// RewardManagerAddress = common.HexToAddress("0x0200000000000000000000000000000000000004")
// WarpAddress = common.HexToAddress("0x0200000000000000000000000000000000000005")
// ACP224FeeManagerAddress = common.HexToAddress("0x0200000000000000000000000000000000000006")

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This corresponds with the address in contract.go

// ADD YOUR PRECOMPILE HERE
// {YourPrecompile}Address = common.HexToAddress("0x03000000000000000000000000000000000000??")