github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/app/types/protocol.go (about) 1 package types 2 3 // Constants to match up protocol versions and messages 4 const ( 5 eth65 = 65 6 7 // ProtocolVersion is the latest supported version of the eth protocol. 8 ProtocolVersion = eth65 9 )