Class: ArkEcosystem::Crypto::Networks::Mainnet

Inherits:
Object
  • Object
show all
Defined in:
lib/arkecosystem/crypto/networks/mainnet.rb

Overview

The configuration for the main network.

Class Method Summary collapse

Class Method Details

.epochObject



6
7
8
# File 'lib/arkecosystem/crypto/networks/mainnet.rb', line 6

def self.epoch
  '2017-03-21T13:00:00.000Z'
end

.nethashObject



14
15
16
# File 'lib/arkecosystem/crypto/networks/mainnet.rb', line 14

def self.nethash
  '6e84d08bd299ed97c212c886c98a57e36545c8f5d645ca7eeae63a8bd62d8988'
end

.versionObject



10
11
12
# File 'lib/arkecosystem/crypto/networks/mainnet.rb', line 10

def self.version
  '17'
end

.wifObject



18
19
20
# File 'lib/arkecosystem/crypto/networks/mainnet.rb', line 18

def self.wif
  170
end