github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/test/constants/smart_contracts.go (about) 1 package constants 2 3 import "github.com/ethereum/go-ethereum/crypto" 4 5 var ( 6 ForcedBatchSignatureHash = crypto.Keccak256Hash([]byte("ForceBatch(uint64,bytes32,address,bytes)")) 7 )