Vince Chain ID Structure/Format
There are three primary components of the Vince Chain Identifier
The Identifier: String stating the application’s name.
The EIP155 Number: Immutable EIP155 Chain ID stating the replay attack protection number.
The Version Number: The model number (usually a positive integer) on which the blockchain is running at the time. The developer must upgrade this number whenever there is an upgrade or fork on the network to avoid consensus errors.
A string format of Vince Chain’s genesis ID will look like this: [identifier]_[EIP155]-[version]
The version number upgrade is represented in the table below:
Last updated