Documentation ¶
Overview ¶
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
Constants ¶
View Source
const GasLimit = 8000000
Variables ¶
View Source
var Difficulty = big.NewInt(0)
View Source
var StarterFeeConfig = params.FeeConfig{ GasLimit: big.NewInt(8000000), MinBaseFee: big.NewInt(25000000000), TargetGas: big.NewInt(15000000), BaseFeeChangeDenominator: big.NewInt(36), MinBlockGasCost: big.NewInt(0), MaxBlockGasCost: big.NewInt(1000000), TargetBlockRate: 2, BlockGasCostStep: big.NewInt(200000), }
This is the current c-chain gas config
Functions ¶
func CreateCustomGenesis ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.