Difference between revisions of "~/.avalanche-cli/subnets/genesis.json"
Jump to navigation
Jump to search
(Created page with " == See also == * {{avalanche subnet}} * {{avalanche-cli}} Category:Crypto") |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | [[~/.avalanche-cli/subnets/]]genesis.json | ||
+ | { | ||
+ | "config": { | ||
+ | "byzantiumBlock": 0, | ||
+ | "[[chainId]]": 12323423, | ||
+ | "constantinopleBlock": 0, | ||
+ | "eip150Block": 0, | ||
+ | "eip150Hash": "0x2086799aeebeae135c2414f0", | ||
+ | "eip155Block": 0, | ||
+ | "eip158Block": 0, | ||
+ | "feeConfig": { | ||
+ | "gasLimit": 8000000, | ||
+ | "targetBlockRate": 2, | ||
+ | "minBaseFee": 25000000000, | ||
+ | "targetGas": 15000000, | ||
+ | "baseFeeChangeDenominator": 36, | ||
+ | "minBlockGasCost": 0, | ||
+ | "maxBlockGasCost": 1000000, | ||
+ | "blockGasCostStep": 200000 | ||
+ | }, | ||
+ | "homesteadBlock": 0, | ||
+ | "istanbulBlock": 0, | ||
+ | "muirGlacierBlock": 0, | ||
+ | "petersburgBlock": 0, | ||
+ | "subnetEVMTimestamp": 0 | ||
+ | }, | ||
+ | "nonce": "0x0", | ||
+ | "timestamp": "0x0", | ||
+ | "extraData": "0x", | ||
+ | "gasLimit": "0x7a1200", | ||
+ | "difficulty": "0x0", | ||
+ | "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
+ | "coinbase": "0x0000000000000000000000000000000000000000", | ||
+ | "alloc": { | ||
+ | "8db97c7cece249c2b7676752fc": { | ||
+ | "balance": "0xd3c21b4564565400" | ||
+ | } | ||
+ | }, | ||
+ | "airdropHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
+ | "airdropAmount": null, | ||
+ | "number": "0x0", | ||
+ | "gasUsed": "0x0", | ||
+ | "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
+ | "baseFeePerGas": null | ||
+ | } | ||
+ | == Related == | ||
+ | * <code>[[avalanche subnet create]]</code> | ||
+ | * <code>[[sidecar.json]]</code> | ||
+ | * <code>[[avalanche subnet create --genesis]]</code> | ||
+ | * [[RewardManager]]: [[rewardManagerConfig]] | ||
+ | * [[Precompiles]] | ||
+ | * [[~/.agoric/config/genesis.json]] | ||
+ | * [[~/.avalanche-cli/]] | ||
== See also == | == See also == | ||
+ | * {{avalanche subnet create}} | ||
* {{avalanche subnet}} | * {{avalanche subnet}} | ||
* {{avalanche-cli}} | * {{avalanche-cli}} | ||
[[Category:Crypto]] | [[Category:Crypto]] |
Latest revision as of 15:25, 3 May 2024
~/.avalanche-cli/subnets/genesis.json
{ "config": { "byzantiumBlock": 0, "chainId": 12323423, "constantinopleBlock": 0, "eip150Block": 0, "eip150Hash": "0x2086799aeebeae135c2414f0", "eip155Block": 0, "eip158Block": 0, "feeConfig": { "gasLimit": 8000000, "targetBlockRate": 2, "minBaseFee": 25000000000, "targetGas": 15000000, "baseFeeChangeDenominator": 36, "minBlockGasCost": 0, "maxBlockGasCost": 1000000, "blockGasCostStep": 200000 }, "homesteadBlock": 0, "istanbulBlock": 0, "muirGlacierBlock": 0, "petersburgBlock": 0, "subnetEVMTimestamp": 0 }, "nonce": "0x0", "timestamp": "0x0", "extraData": "0x", "gasLimit": "0x7a1200", "difficulty": "0x0", "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "coinbase": "0x0000000000000000000000000000000000000000", "alloc": { "8db97c7cece249c2b7676752fc": { "balance": "0xd3c21b4564565400" } }, "airdropHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "airdropAmount": null, "number": "0x0", "gasUsed": "0x0", "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "baseFeePerGas": null }
Related[edit]
avalanche subnet create
sidecar.json
avalanche subnet create --genesis
- RewardManager: rewardManagerConfig
- Precompiles
- ~/.agoric/config/genesis.json
- ~/.avalanche-cli/
See also[edit]
avalanche subnet create: sidecar.json, genesis.json, --help
avalanche subnet
: [addValidator | configure | create | delete | deploy | describe | export | import | join | list | public | publish | stats | upgrade | --help]
avalanche [ subnet | network | key | transaction | --help ]
Advertising: