class MoacEth::Configuration
Attributes
chain_id[RW]
tx_data_hex[RW]
Public Class Methods
new()
click to toggle source
# File lib/moac_eth.rb, line 63 def initialize self.tx_data_hex = true # Moac chain # Network ID for Testnet is 101 # Network ID for Mainnet is 99 self.chain_id = 101 end