diff --git a/params/quorum.go b/params/quorum.go new file mode 100644 index 000000000..03b189929 --- /dev/null +++ b/params/quorum.go @@ -0,0 +1,7 @@ +package params + +import "github.com/ethereum/go-ethereum/common" + +var ( + QuorumVotingContractAddr = common.Address{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32} +)