github.com/MetalBlockchain/subnet-evm@v0.4.9/constants/constants.go (about) 1 // (c) 2021-2022, Ava Labs, Inc. All rights reserved. 2 // See the file LICENSE for licensing terms. 3 4 package constants 5 6 import "github.com/ethereum/go-ethereum/common" 7 8 var ( 9 BlackholeAddr = common.Address{ 10 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12 } 13 )